mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 12:46:59 +02:00
- 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>
8 lines
151 B
INI
8 lines
151 B
INI
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
BOOT_FROM SD 0x400
|
|
SOC_TYPE ULP
|
|
CONTAINER
|
|
IMAGE A35 bl31.bin 0x20040000
|
|
IMAGE A35 u-boot.bin CONFIG_TEXT_BASE
|