All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] rpi: second round for v2020.07
@ 2020-06-01 15:12 Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2020-06-01 15:12 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please take into account this second round of patches for v2020.07.

Basically we fix RPi4 with 8 GB as up to now U-Boot didn't detect all memory
banks. The new RPi4 has 4 memory banks. This leads to the efi stub announcing
the wrong amount of memory to the kernel.

The second patch fixes boot issues that Corentin had in the kernel CI
infrastructure, where he passed a device tree with a memory node with empty values.

Hope this will make it into v2020.07.

I hold back the USB support as Marek has some comments on the firmware load
approach which I wanted to see someone looking into.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] rpi: second round for v2020.07
  2020-06-01 15:18 Matthias Brugger
  2020-06-01 15:32 ` Matthias Brugger
@ 2020-06-02  3:33 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-06-02  3:33 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200601/c096ca4c/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] rpi: second round for v2020.07
  2020-06-01 15:18 Matthias Brugger
@ 2020-06-01 15:32 ` Matthias Brugger
  2020-06-02  3:33 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2020-06-01 15:32 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] rpi: second round for v2020.07
@ 2020-06-01 15:18 Matthias Brugger
  2020-06-01 15:32 ` Matthias Brugger
  2020-06-02  3:33 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Matthias Brugger @ 2020-06-01 15:18 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-02  3:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 15:12 [GIT PULL] rpi: second round for v2020.07 Matthias Brugger
2020-06-01 15:18 Matthias Brugger
2020-06-01 15:32 ` Matthias Brugger
2020-06-02  3:33 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.