~thopiekar/u-boot/+git/u-boot-debian:qemu-v5

Last commit made on 2019-03-07
Get this branch:
git clone -b qemu-v5 https://git.launchpad.net/~thopiekar/u-boot/+git/u-boot-debian

Branch merges

Branch information

Name:
qemu-v5
Repository:
lp:~thopiekar/u-boot/+git/u-boot-debian

Recent commits

5ee30f5... by Vagrant Cascadian

Fix debian/rules due to botched merge.

9113f6c... by Vagrant Cascadian

Merge remote-tracking branch 'salsa/qemu-v5' into qemu-v5

17acf21... by Vagrant Cascadian

Merge branch 'debian/master' into qemu-v5

6d83dff... by Vagrant Cascadian

Merge tag 'v2019.04-rc3' into qemu-v5

Prepare v2019.04-rc3

f08023c... by Tom Rini <email address hidden>

Prepare v2019.04-rc4

Signed-off-by: Tom Rini <email address hidden>

e102f74... by Tom Rini <email address hidden>

Merge branch 'master' of git://git.denx.de/u-boot-sh

- Assorted PFC fixes

c507d30... by Tom Rini <email address hidden>

Merge tag 'u-boot-atmel-2019.04-a' of git://git.denx.de/u-boot-atmel

First set of u-boot-atmel fixes for 2019.04 cycle

8588730... by Tom Rini <email address hidden>

Merge git://git.denx.de/u-boot-fsl-qoriq

- Enable DHCP as boot-source in distro boot for NXP layerscape
  platforms
- fix register layout for SEC on Layerscape architectures
- fixes related to DPAA2 ethernet

57f76c2... by Eugen Hristev <email address hidden>

configs: at91: remove SPL_GENERATE_ATMEL_PMECC_HEADER from non-nand configs

SPL_GENERATE_ATMEL_PMECC_HEADER will generate a header for the SPL for NAND
information. The initial stage 1 bootloader will use this header in case the
NAND flash doesn't support commands to retrieve sector size, etc.
However this header is bad for different boot media, like MMC or SPI.
In case SD_BOOT or SPI_BOOT is used, remove the config for this.

Signed-off-by: Eugen Hristev <email address hidden>

0ecab03... by Alexander Dahl <email address hidden>

configs: sama5d27_som1_ek: Activate misc init for uSD variant

This was already set for 'sama5d27_som1_ek_mmc_defconfig' (first SD
card, full size). Without this option set, the MAC address is not read
from the I²C EEPROM at boot, and remains unset:

    U-Boot 2019.01 (Jan 01 2019 - 00:00:00 +0000)

    CPU: SAMA5D27 1G bits DDR2 SDRAM
    Crystal frequency: 24 MHz
    CPU clock : 492 MHz
    Master clock : 164 MHz
    DRAM: 128 MiB
    MMC: sdio-host@a0000000: 0, sdio-host@b0000000: 1
    Loading Environment from FAT... OK
    In: serial
    Out: serial
    Err: serial
    Net:
    Error: ethernet@f8008000 address not set.
    eth-1: ethernet@f8008000
    Hit any key to stop autoboot: 0

Signed-off-by: Alexander Dahl <email address hidden>