You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uboot: add board/extension hooks for SPL blobs and SPI image postprocess
Allow boards/extensions to take over SPL loader generation via a new
board_uboot_spl_blobs_postprocess() hook (checked before the upstream
BOOT_SOC branches in uboot_custom_postprocess). Falls through to the
existing rk3576/rk3588 branches when the hook is not defined.
Also add a board_uboot_spi_image_postprocess() hook invoked after the
rkspi_loader.img is finalized, so boards can copy the SPI image out for
Maskrom recovery use cases.
display_alert "uboot_custom_postprocess (mkimage) for BOOT_SUPPORT_SPI:${BOOT_SUPPORT_SPI:-"no"} and BOOT_SPI_RKSPI_LOADER=${BOOT_SPI_RKSPI_LOADER:-"no"}""SPI rkspi_loader.img""info"
0 commit comments