diff options
| author | Francesco Valla <francesco@valla.it> | 2026-05-03 15:40:13 +0200 |
|---|---|---|
| committer | Francesco Valla <francesco@valla.it> | 2026-05-03 15:44:14 +0200 |
| commit | e70b02ad17ea4bdd093a5c5ffad1168cf23b6d48 (patch) | |
| tree | 401f2dc89a6fb120016af6ef968c98fd7ec8ab50 /classes | |
| parent | 6829b51cd7e3ac7e2a6a8b220e8a1639c3ae02b2 (diff) | |
| download | meta-freescale-e70b02ad17ea4bdd093a5c5ffad1168cf23b6d48.tar.gz | |
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 <francesco@valla.it>
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/imx-boot-container.bbclass | 8 |
1 files changed, 7 insertions, 1 deletions
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 @@ | |||
| 1 | # | 1 | # |
| 2 | # This class provides a support to build the boot container for | 2 | # This class provides a support to build the boot container for |
| 3 | # i.MX8M and i.MX95 derivatives | 3 | # i.MX8M, i.MX91, i.MX93 and i.MX95 derivatives |
| 4 | # | 4 | # |
| 5 | # imx8m machines require a separate build target to be executed | 5 | # imx8m machines require a separate build target to be executed |
| 6 | # due to the fact that final boot image is constructed using flash.bin | 6 | # 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 = " \ | |||
| 36 | signed_dp_imx8m.bin \ | 36 | signed_dp_imx8m.bin \ |
| 37 | signed_hdmi_imx8m.bin \ | 37 | signed_hdmi_imx8m.bin \ |
| 38 | " | 38 | " |
| 39 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx91-generic-bsp = " \ | ||
| 40 | ${SECO_FIRMWARE_NAME} \ | ||
| 41 | " | ||
| 42 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx93-generic-bsp = " \ | ||
| 43 | ${SECO_FIRMWARE_NAME} \ | ||
| 44 | " | ||
| 39 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx95-generic-bsp = " \ | 45 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx95-generic-bsp = " \ |
| 40 | ${SECO_FIRMWARE_NAME} \ | 46 | ${SECO_FIRMWARE_NAME} \ |
| 41 | ${OEI_NAME} \ | 47 | ${OEI_NAME} \ |
