]> git.baikalelectronics.ru Git - uboot.git/commit
Merge branch 'rpi-next' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi
authorTom Rini <trini@konsulko.com>
Wed, 15 Sep 2021 19:22:46 +0000 (15:22 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 15 Sep 2021 19:22:46 +0000 (15:22 -0400)
commit6fcb11bd677b5abd15b11181fa9b876fafae73b0
tree94e171cc8b5e1e6ccf78defe3fab966c71620901
parentab021b7ac1f1f3cc82fb00a0b03ffbb3d2b45f71
parent695458bea612055c99a639afd7389e1f2135ee62
Merge branch 'rpi-next' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi

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
f274b45aeb ("smbios: Drop the unused Kconfig options").
Basically the SMBIOS table broke and wasn't readable anymore.