
Hi Tom,
Please have a look at the updates for RPi below. I know I'm a bit late in the cycle. I'll try to send my pull requests earlier next time, sorry for that.
I just pushed the tag, so the CI is not green yet: https://travis-ci.org/github/mbgg/u-boot/builds/686914330 https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/pipelines/3241
But the tag actually refers to the same commit as my rpi-next branch, which is all green here: https://travis-ci.org/github/mbgg/u-boot/builds/686541087 https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/pipelines/3227
Regards and stay safe and healthy, Matthias
---
The following changes since commit 2a38d2239d0bb4d128b00886bf097ab247a0b1a7:
Prepare v2020.07-rc2 (2020-05-11 18:28:19 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git tags/rpi-next-2020.07
for you to fetch changes up to 82aef6c6f8a74a0595501bfbb2f6f763c786324f:
rpi: use the newly-added RPI_EFI_NR_SPIN_PAGES (2020-05-13 14:04:50 +0200)
---------------------------------------------------------------- - fix phy configuration for RPi4's bcmgenet - sync RPi4's env size with other RPi configs - add kconfig option to reserver more pages in the EFI mem map - add support for SDMA which is used by RPi4 - fix corner case boot bug for RPi3 32-bit
---------------------------------------------------------------- Jaehoon Chung (3): mmc: sdhci: use phys2bus macro when dma address is accessed mmc: sdhci: not return error when SDMA is not supported configs: rpi_4 : enable SDHCI_SDMA config
Kyle Evans (2): rpi: Kconfig option for initial page reservation rpi: use the newly-added RPI_EFI_NR_SPIN_PAGES
Marek Szyprowski (1): configs: rpi_arm64: sync env size with rpi_{3,4}_defconfig
Matthias Brugger (2): mmc: sdhci: Use debug for not supported SDMA info message configs: rpi_arm64: enable SDHCI SDMA support
Nicolas Saenz Julienne (1): net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII
Simon Glass (2): arm: dts: bcm283x: Allow UARTs to work before relocation arm: bcm283x: serial: Move ofdata reading to probe() method
arch/arm/dts/bcm283x-u-boot.dtsi | 8 ++++++++ arch/arm/mach-bcm283x/Kconfig | 2 ++ board/raspberrypi/rpi/Kconfig | 10 ++++++++++ board/raspberrypi/rpi/rpi.c | 3 ++- configs/rpi_4_32b_defconfig | 1 + configs/rpi_4_defconfig | 1 + configs/rpi_arm64_defconfig | 2 ++ drivers/mmc/sdhci.c | 17 +++++++++-------- drivers/net/bcmgenet.c | 5 ++++- drivers/serial/serial_bcm283x_mu.c | 21 +++++++++------------ drivers/serial/serial_bcm283x_pl011.c | 12 ++++++++---- 11 files changed, 56 insertions(+), 26 deletions(-) create mode 100644 board/raspberrypi/rpi/Kconfig