]> git.dujemihanovic.xyz Git - u-boot.git/commit
mach-imx: Add i.MX 8ULP binman support
authorGary Bisson <bisson.gary@gmail.com>
Mon, 5 Aug 2024 21:25:10 +0000 (23:25 +0200)
committerFabio Estevam <festevam@denx.de>
Tue, 13 Aug 2024 11:28:24 +0000 (08:28 -0300)
commit9970da6fd03f8dc8b913fd438cf57c8bf4b3779a
tree5d77d899fa9d1ae015b2358b44546c8bff5b658c
parentac4403758d90edfe85c07f0bacbfd164f01135ff
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>
arch/arm/dts/imx8ulp-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/imx8ulp/container.cfg [new file with mode: 0644]
arch/arm/mach-imx/imx8ulp/imximage.cfg [new file with mode: 0644]