mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

iMX91 is reduced part from iMX93 with part number: i.MX9131/11/01 It removed A55_1, M33, MIPI DSI, LVDS, etc. i.MX9131: - Support 2.4GT/s DDR and HWFFC at 1.2GT/s i.MX9121: - A55 at 800Mhz and DDR at 1600MTS, with low drive mode. i.MX9111: - Support 1.6GT/s DDR and HWFFC at 800MT/s i.MX9101: - Support 800Mhz ARM clock - Support 1.6GT/s DDR and HWFFC at 800MT/s - No parallel display, eQOS, flexcan Updated Clock/Container/CPU and etc for i.MX91 Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
14 lines
298 B
INI
14 lines
298 B
INI
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2023 Mathieu Othacehe <m.othacehe@gmail.com>
|
|
*/
|
|
|
|
BOOT_FROM SD 0x400
|
|
SOC_TYPE IMX9
|
|
#ifdef CONFIG_IMX91
|
|
APPEND mx91a0-ahab-container.img
|
|
#else
|
|
APPEND mx93a1-ahab-container.img
|
|
#endif
|
|
CONTAINER
|
|
IMAGE A55 u-boot-spl-ddr.bin CONFIG_SPL_TEXT_BASE
|