mbox series

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

Message ID f1ead075-d420-df79-00b2-864ac8042713@suse.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull fixes for RPi targeted for v2020.01 release | expand

Pull-request

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

Message

Matthias Brugger Dec. 11, 2019, 2:13 p.m. UTC
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(-)

Comments

Tom Rini Dec. 11, 2019, 11:01 p.m. UTC | #1
On Wed, Dec 11, 2019 at 03:13:35PM +0100, Matthias Brugger wrote:

> 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
> 

Applied to u-boot/master, thanks!