From e70b02ad17ea4bdd093a5c5ffad1168cf23b6d48 Mon Sep 17 00:00:00 2001 From: Francesco Valla Date: Sun, 3 May 2026 15:40:13 +0200 Subject: imx-boot-container: add i.MX91 and i.MX93 support Add the necessary support to enable boot container builds for i.MX91 and i.MX93 derivatives using U-Boot's binman; both platforms require AHAB container in addition to DDR PHY and ATF firmware. Signed-off-by: Francesco Valla --- classes/imx-boot-container.bbclass | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass index 57ec558c6..b4ca06a99 100644 --- a/classes/imx-boot-container.bbclass +++ b/classes/imx-boot-container.bbclass @@ -1,6 +1,6 @@ # # This class provides a support to build the boot container for -# i.MX8M and i.MX95 derivatives +# i.MX8M, i.MX91, i.MX93 and i.MX95 derivatives # # imx8m machines require a separate build target to be executed # due to the fact that final boot image is constructed using flash.bin @@ -36,6 +36,12 @@ IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx8mq-generic-bsp = " \ signed_dp_imx8m.bin \ signed_hdmi_imx8m.bin \ " +IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx91-generic-bsp = " \ + ${SECO_FIRMWARE_NAME} \ +" +IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx93-generic-bsp = " \ + ${SECO_FIRMWARE_NAME} \ +" IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx95-generic-bsp = " \ ${SECO_FIRMWARE_NAME} \ ${OEI_NAME} \ -- cgit v1.2.3-54-g00ecf