[GIT PULL] Please pull fixes for RPi targeted for v2020.01 release

Matthias Brugger mbrugger at suse.com
Wed Dec 11 15:13:35 CET 2019


Hi Tom,

Please have a look at the fixes below. Basically we fix the rpi_arm64_defconfig
which only showed us 1GiB of RAM if we booted using EFI stub. Apart the 32bit
config of RPi4 was broken, as it missed the second DRAM bank (and therefore saw
only 1 GiB of RAM, even if there was more available).

I run the branch through the gitlab CI, which gave me green light :)

https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/pipelines/1611

Regards,
Matthias

---
The following changes since commit 520f9559020894950d4e962aba52220c8a1d6bfe:

  Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
(2019-12-09 21:53:23 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git
tags/rpi-next-2020.01.2

for you to fetch changes up to e5167465a1740f0cac05be44f3e2a4e334eb527a:

  ARM: defconfig: Fix 32bit config for RPi4 (2019-12-11 10:14:13 +0100)

----------------------------------------------------------------
- fix DRAM bank detection for unified binary
- fix 32bit RPi4 config

----------------------------------------------------------------
Matthias Brugger (3):
      rpi: fix dram bank initialization
      rpi: Enable DRAM bank initialization on arm64
      ARM: defconfig: Fix 32bit config for RPi4

 board/raspberrypi/rpi/rpi.c | 11 +++++++----
 configs/rpi_4_32b_defconfig |  2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)


More information about the U-Boot mailing list