mbox series

[U-Boot,PULL] Raspberry Pi for v2019.10 second round

Message ID 453221ba-a48c-0b8f-84e1-b98fb592971f@suse.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] Raspberry Pi for v2019.10 second round | expand

Pull-request

https://github.com/mbgg/u-boot.git tags/rpi-next-2019.10.2

Message

Matthias Brugger Oct. 1, 2019, 2:32 p.m. UTC
Hi Tom,

As we got the the libftd fixes merged [1], I would propose to also add the
commit in belows pull request. When booting grub from U-Boot, without this patch
Linux will just see the first 1GB of RAM instead of all the memory present.

Please pull :)

Regards,
Matthias

[1] https://patchwork.ozlabs.org/cover/1158304/

---
The following changes since commit 023ff4b88dcec5faa3f9b841bae4d3d232b58ce2:

  Merge tag 'u-boot-atmel-fixes-2019.10-a' of
https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2019-09-30 07:21:38 -0400)

are available in the Git repository at:

  https://github.com/mbgg/u-boot.git tags/rpi-next-2019.10.2

for you to fetch changes up to 9de5b89e4c898ec770878eb4848588c635a37bac:

  rpi4: enable dram bank initialization (2019-10-01 11:14:47 +0200)

----------------------------------------------------------------
RPi4:
Fix amount of memory seen by the kernel.

----------------------------------------------------------------
Matthias Brugger (1):
      rpi4: enable dram bank initialization

 board/raspberrypi/rpi/rpi.c | 10 ++++++++++
 configs/rpi_4_defconfig     |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

Comments

Matthias Brugger Oct. 1, 2019, 5:02 p.m. UTC | #1
On 01/10/2019 16:32, Matthias Brugger wrote:
> Hi Tom,
> 
> As we got the the libftd fixes merged [1], I would propose to also add the
> commit in belows pull request. When booting grub from U-Boot, without this patch
> Linux will just see the first 1GB of RAM instead of all the memory present.
> 
> Please pull :)

I forgot to add, travis-CI results can be found here:
https://travis-ci.org/mbgg/u-boot/builds/591923086

> 
> Regards,
> Matthias
> 
> [1] https://patchwork.ozlabs.org/cover/1158304/
> 
> ---
> The following changes since commit 023ff4b88dcec5faa3f9b841bae4d3d232b58ce2:
> 
>   Merge tag 'u-boot-atmel-fixes-2019.10-a' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2019-09-30 07:21:38 -0400)
> 
> are available in the Git repository at:
> 
>   https://github.com/mbgg/u-boot.git tags/rpi-next-2019.10.2
> 
> for you to fetch changes up to 9de5b89e4c898ec770878eb4848588c635a37bac:
> 
>   rpi4: enable dram bank initialization (2019-10-01 11:14:47 +0200)
> 
> ----------------------------------------------------------------
> RPi4:
> Fix amount of memory seen by the kernel.
> 
> ----------------------------------------------------------------
> Matthias Brugger (1):
>       rpi4: enable dram bank initialization
> 
>  board/raspberrypi/rpi/rpi.c | 10 ++++++++++
>  configs/rpi_4_defconfig     |  2 +-
>  2 files changed, 11 insertions(+), 1 deletion(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>
Tom Rini Oct. 2, 2019, 2:50 a.m. UTC | #2
On Tue, Oct 01, 2019 at 04:32:12PM +0200, Matthias Brugger wrote:

> Hi Tom,
> 
> As we got the the libftd fixes merged [1], I would propose to also add the
> commit in belows pull request. When booting grub from U-Boot, without this patch
> Linux will just see the first 1GB of RAM instead of all the memory present.
> 
> Please pull :)
> 
> Regards,
> Matthias
> 
> [1] https://patchwork.ozlabs.org/cover/1158304/
> 

Applied to u-boot/master, thanks!