u-boot/arch/arm/mach-imx/imx8ulp/imximage.cfg
Gary Bisson 9970da6fd0 mach-imx: Add i.MX 8ULP binman support
- Re-use i.MX 93 Makefile target as similar boot process
- Create imx8ulp-u-boot.dtsi for binman image architecture
- Create both SPL and U-Boot containers configuration

Key differences between the 93 and 8ULP SPL container are:
- No LPDDR training library needed for 8ULP
- 8ULP requires a uPower binary (RISC-V core) for power management
- 8ULP also requires a M33 binary to work properly

Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2024-08-13 08:28:24 -03:00

10 lines
214 B
INI

/* SPDX-License-Identifier: GPL-2.0+ */
BOOT_FROM SD 0x400
SOC_TYPE ULP
APPEND mx8ulpa2-ahab-container.img
CONTAINER
IMAGE PWR upower.bin
IMAGE M40 m33_image.bin 0x1ffc2000
IMAGE A35 u-boot-spl-ddr.bin 0x22020000