u-boot/common/spl
Nikhil M Jain 3ed0076682 common: spl: spl: Update stack pointer address
At SPL stage when stack is relocated, the stack pointer needs to be
updated, the stack pointer may point to stack in on chip memory even
though stack is relocated.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2023-06-28 18:58:19 -05:00
..
Kconfig common: spl: mtd: Add support for loading images from MTD 2023-05-30 06:35:36 -05:00
Kconfig.nxp global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
Kconfig.tpl arm: rockchip: Add RV1126 arch core support 2023-01-16 18:01:11 +08:00
Kconfig.vpl
Makefile common: spl: mtd: Add support for loading images from MTD 2023-05-30 06:35:36 -05:00
spl.c common: spl: spl: Update stack pointer address 2023-06-28 18:58:19 -05:00
spl_atf.c
spl_bootrom.c
spl_dfu.c
spl_ext.c
spl_fat.c
spl_fit.c spl: Drop unwanted return in spl_fit_upload_fpga() 2023-02-06 13:04:53 -05:00
spl_legacy.c spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY 2022-12-10 14:35:55 +01:00
spl_mmc.c
spl_mtd.c spl: mtd: Remove MTD device after loading images 2023-05-30 06:35:37 -05:00
spl_nand.c
spl_net.c
spl_nor.c global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
spl_onenand.c
spl_opensbi.c
spl_optee.S
spl_ram.c common: spl: ram: fix return code 2023-01-12 11:25:46 -05:00
spl_sata.c spl: sata: Rework the loading case it not use IS_ENABLED(...) 2023-01-20 12:27:06 -05:00
spl_sdp.c
spl_semihosting.c
spl_spi.c global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
spl_ubi.c global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
spl_usb.c
spl_xip.c global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
spl_ymodem.c