mbox series

[GIT,PULL] rpi: second round for v2020.07

Message ID 1a23e907-8053-f5f0-8bb4-d140e278478a@suse.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] rpi: second round for v2020.07 | expand

Pull-request

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

Message

mbrugger June 1, 2020, 3:18 p.m. UTC
Hi Tom,

Please have a look at the second round of patches for RPi.
The two patches fixes 8 GB detection on RPi4 and kernel CI booting.

Regards,
Matthias

---

The following changes since commit 29b0540d5acc35c8096d7147d7574d0b3ae7dcc0:

  Merge tag 'bugfixes-for-v2020.07-rc4' of
https://gitlab.denx.de/u-boot/custodians/u-boot-i2c (2020-05-29 23:54:01 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a61cf765f7e3a4ba80453150e16acaaecbd913ac:

  configs: rpi: set NR_DRAM_BANKS to four (2020-05-30 23:05:47 +0200)

----------------------------------------------------------------
rpi4:
- set ARCH_FIXUP_FDT_MEMORY
- bump NR_DRAM_BANKS to four to enable 8 GB of RAM

----------------------------------------------------------------
Corentin Labbe (1):
      rpi_4_defconfig: add missing CONFIG_ARCH_FIXUP_FDT_MEMORY

Matthias Brugger (1):
      configs: rpi: set NR_DRAM_BANKS to four

 configs/rpi_4_32b_defconfig | 4 ++--
 configs/rpi_4_defconfig     | 4 ++--
 configs/rpi_arm64_defconfig | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

mbrugger June 1, 2020, 3:32 p.m. UTC | #1
Hi again,

On 01/06/2020 17:18, Matthias Brugger wrote:
> Hi Tom,
> 
> Please have a look at the second round of patches for RPi.
> The two patches fixes 8 GB detection on RPi4 and kernel CI booting.
> 

I forgot to add the links to the CI:
https://travis-ci.org/github/mbgg/u-boot/builds/692983026
https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/pipelines/3497

As the last time it run against rpi-next but it's the same commit as the tag.

Regards,
Matthias

> Regards,
> Matthias
> 
> ---
> 
> The following changes since commit 29b0540d5acc35c8096d7147d7574d0b3ae7dcc0:
> 
>   Merge tag 'bugfixes-for-v2020.07-rc4' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-i2c (2020-05-29 23:54:01 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git
> tags/rpi-next-2020.07.2
> 
> for you to fetch changes up to a61cf765f7e3a4ba80453150e16acaaecbd913ac:
> 
>   configs: rpi: set NR_DRAM_BANKS to four (2020-05-30 23:05:47 +0200)
> 
> ----------------------------------------------------------------
> rpi4:
> - set ARCH_FIXUP_FDT_MEMORY
> - bump NR_DRAM_BANKS to four to enable 8 GB of RAM
> 
> ----------------------------------------------------------------
> Corentin Labbe (1):
>       rpi_4_defconfig: add missing CONFIG_ARCH_FIXUP_FDT_MEMORY
> 
> Matthias Brugger (1):
>       configs: rpi: set NR_DRAM_BANKS to four
> 
>  configs/rpi_4_32b_defconfig | 4 ++--
>  configs/rpi_4_defconfig     | 4 ++--
>  configs/rpi_arm64_defconfig | 2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)
>
Tom Rini June 2, 2020, 3:33 a.m. UTC | #2
On Mon, Jun 01, 2020 at 05:18:44PM +0200, Matthias Brugger wrote:

> Hi Tom,
> 
> Please have a look at the second round of patches for RPi.
> The two patches fixes 8 GB detection on RPi4 and kernel CI booting.
> 
> Regards,
> Matthias
> 

Applied to u-boot/master, thanks!