
This consists of some patches split ouf from an earlier series [1]. Apart from the fdt patch they are not needed for the upcoming release.
The FDT patch fixes a boot problem on several Chromebooks.
[1] https://patchwork.ozlabs.org/project/uboot/patch/20240626155945.278640-15-sj...
Changes in v6: Take account of ROCKCHIP_EXTERNAL_TPL in phase_sdram_init()
Changes in v5: - Move setting of pmugrf into the probe() function
Changes in v4: - Drop Fixes tag
Changes in v3: - Use BLOBLIST instead of OF_BLOBLIST - Cut the patch down to bare bones - Split out the refactoring into a separate patch
Changes in v2: - Use 'phase' instead of 'stage' - Add new patch to correct memory size in SPL
Simon Glass (8): mkeficapsule: Add a --version argument binman: Collect the version number for mkeficapsule binman: Deal with mkeficapsule being missing binman: Return failure when a usage() message is generated binman: Keep the efi_capsule input file fdt: Correct condition for bloblist existing rockchip: Ensure memory size is available in RK3399 SPL rockchip: Avoid #ifdefs in RK3399 SPL
doc/mkeficapsule.1 | 4 ++++ drivers/ram/rockchip/sdram_rk3399.c | 37 +++++++++++++++-------------- lib/fdtdec.c | 12 ++++++++-- tools/binman/btool/mkeficapsule.py | 3 ++- tools/binman/etype/efi_capsule.py | 5 +++- tools/mkeficapsule.c | 10 ++++++-- 6 files changed, 47 insertions(+), 24 deletions(-)