mbox series

[v6,0/8] Bug-fixes for a few boards (reduced series)

Message ID 20240627082949.357089-1-sjg@chromium.org
Headers show
Series Bug-fixes for a few boards (reduced series) | expand

Message

Simon Glass June 27, 2024, 8:29 a.m. UTC
This series includes fixes to get some rockchip and nvidia boards
working again. It also drops the broken Beaglebone Black config and
provides a devicetree fix for coral (x86).

Note that since this series fixes bugs, it is targeted at -master

Note that this series does not include:

   fdt: Correct condition for bloblist existing

which is needed to fix booting on several boards.

(no changes since v4)

Changes in v4:
- Add new patch to set a board-size limit for chromebook_link
- Fix 'stating' typo
- Move Binman size feature to a separate series

Changes in v2:
- Put the conditions under EFI_TCG2_PROTOCOL
- Consider MEASURED_BOOT too
- Remove the superfluous if() and drop the debug() as well
- Drop patch "regulator: rk8xx: Fix incorrect parameter"
- Rewrite boneblack patch to onstead drop the target and update docs

Simon Glass (8):
  nvidia: nyan-big: Disable debug UART
  tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL
  x86: Set a board-size limit for chromebook_link
  rockchip: veyron: Add logging for power init
  power: regulator: Handle autoset in regulators_enable_boot_on()
  spl: Allow ATF to work when dcache is disabled
  rockchip: bob: kevin: Disable dcache in SPL
  Drop the special am335x_boneblack_vboot target

 board/google/veyron/veyron.c               | 30 +++----
 board/ti/am335x/MAINTAINERS                |  1 -
 boot/Kconfig                               |  4 +
 common/spl/spl_atf.c                       |  3 +-
 configs/am335x_boneblack_vboot_defconfig   | 94 ----------------------
 configs/am335x_evm_defconfig               |  3 +-
 configs/chromebook_bob_defconfig           |  1 +
 configs/chromebook_kevin_defconfig         |  1 +
 configs/chromebook_link_defconfig          |  2 +
 configs/nyan-big_defconfig                 |  1 -
 doc/usage/fit/beaglebone_vboot.rst         | 21 +++--
 drivers/power/regulator/regulator-uclass.c |  2 +-
 lib/Kconfig                                |  4 -
 13 files changed, 35 insertions(+), 132 deletions(-)
 delete mode 100644 configs/am335x_boneblack_vboot_defconfig

Comments

Tom Rini June 28, 2024, 11:29 p.m. UTC | #1
On Thu, 27 Jun 2024 09:29:41 +0100, Simon Glass wrote:

> This series includes fixes to get some rockchip and nvidia boards
> working again. It also drops the broken Beaglebone Black config and
> provides a devicetree fix for coral (x86).
> 
> Note that since this series fixes bugs, it is targeted at -master
> 
> Note that this series does not include:
> 
> [...]

Applied to u-boot/master, thanks!