Tom Rini
25fefa05d7
configs: Resync with savedefconfig
...
Resync all defconfig files using qconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2025-05-12 08:52:37 -06:00
Simon Glass
d6a53f523a
spl: Add an SPL_HAVE_INIT_STACK option
...
At present there is a hex value SPL_STACK which both determines whether
SPL has its own initial stack and the hex value of that stack.
Split off the former into SPL_HAVE_INIT_STACK with SPL_STACK depending
on that and only providing the latter.
Signed-off-by: Simon Glass <sjg@chromium.org >
[trini: Resync defconfig files]
2025-03-13 10:36:09 -06:00
Tom Rini
0e198ff1a9
configs: Resync with savedefconfig
...
Resync all defconfig files using qconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2025-01-24 16:35:58 -06:00
Peng Fan
4854b2777c
imx: imx91_evk: switch to BOOTSTD
...
Switch to support BOOTSTD with a bsp bootcmd as fallback.
Signed-off-by: Peng Fan <peng.fan@nxp.com >
2025-01-16 10:15:41 -03:00
Peng Fan
ff9f080e59
imx: Support i.MX91 11x11 EVK board
...
Add i.MX91 11x11 EVK Board support.
- Four ddr scripts included w/o inline ecc feature.
- SDHC/NETWORK/I2C/UART supported
- PCA9451 supported, default nominal drive mode
- Documentation added.
Signed-off-by: Ye Li <ye.li@nxp.com >
Signed-off-by: Peng Fan <peng.fan@nxp.com >
2024-12-07 09:07:04 -03:00