All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] rpi: updates for v2021.10
@ 2021-09-15 15:39 Matthias Brugger
  2021-09-15 16:32 ` Peter Robinson
  2021-09-15 21:05 ` Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Brugger @ 2021-09-15 15:39 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: Marek Szyprowski, Ivan T. Ivanov, Matthias Brugger

Hi Tom,

I know, quite a bit late but here come the updates for RPi for v2021.10. 
Actually most of the patches are fixes.

Ivan's patch fixes a kernel warning when booting RPi2, as the firmware already 
provides a frambebuffer node.

Marek's patch fixes random crashes on 32 bit RPi4 with newer firmware.

My SMBIOS patchesfixes an issue that show up with
e4f8e543f1 ("smbios: Drop the unused Kconfig options").
Basically the SMBIOS table broke and wasn't readable anymore.

I think we can argue if the last one is a real fix. In case you just want to 
take the first two so late in the cycle, let me know and I can provide you with 
a separate pull request.

Regards,
Matthias

---

The following changes since commit bb92678ced0b1594b93ab2f10b2c17750c789c96:



   Prepare v2021.10-rc4 (2021-09-14 18:58:10 -0400)



are available in the Git repository at:



   https://source.denx.de/u-boot/custodians/u-boot-raspberrypi.git/ rpi-next



for you to fetch changes up to acc6987e59137485dbac0ee4a07cc349210954f3:



   rpi: Conditionally add simple-framebuffer node (2021-09-15 13:34:06 +0200)



----------------------------------------------------------------

Ivan T. Ivanov (1):

       rpi: Conditionally add simple-framebuffer node



Marek Szyprowski (1):

       ARM: bcm283x: change the virtual address of the XHCI PCI device base



Matthias Brugger (2):

       arm: dts: bcm283x: Add minimal smbios information

       configs: rpi: Enable SMBIOS sysinfo driver



  arch/arm/dts/bcm283x-u-boot.dtsi | 19 +++++++++++++++++++

  arch/arm/mach-bcm283x/init.c     |  4 ++--

  board/raspberrypi/rpi/rpi.c      | 11 +++++------

  configs/rpi_0_w_defconfig        |  2 ++

  configs/rpi_2_defconfig          |  2 ++

  configs/rpi_3_32b_defconfig      |  2 ++

  configs/rpi_3_b_plus_defconfig   |  2 ++

  configs/rpi_3_defconfig          |  2 ++

  configs/rpi_4_32b_defconfig      |  2 ++

  configs/rpi_4_defconfig          |  2 ++

  configs/rpi_arm64_defconfig      |  2 ++

  configs/rpi_defconfig            |  2 ++

  12 files changed, 44 insertions(+), 8 deletions(-)


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

end of thread, other threads:[~2021-09-15 21:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 15:39 [GIT PULL] rpi: updates for v2021.10 Matthias Brugger
2021-09-15 16:32 ` Peter Robinson
2021-09-15 17:40   ` Vincent Fazio
2021-09-15 17:44     ` Tom Rini
2021-09-15 21:05 ` 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.