/openbmc/u-boot/include/configs/ |
H A D | ls1046a_common.h | 68 #define CONFIG_SPL_STACK 0x10020000 macro 94 #define CONFIG_SPL_STACK 0x10020000 macro 119 #define CONFIG_SPL_STACK 0x1001f000 macro
|
H A D | maxbcm.h | 71 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 72 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | db-88f6720.h | 75 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 76 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | ds414.h | 93 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 94 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | db-mv784mp-gp.h | 85 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 86 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | db-88f6820-amc.h | 70 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 71 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | theadorable.h | 110 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 111 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | db-88f6820-gp.h | 90 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 91 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | x530.h | 120 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 121 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | controlcenterdc.h | 93 #define CONFIG_SPL_STACK (0x40000000 + ((212 - 16) << 10)) macro 94 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | clearfog.h | 88 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 89 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | turris_omnia.h | 86 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 87 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | helios4.h | 102 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro 103 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
H A D | ls1043a_common.h | 69 #define CONFIG_SPL_STACK 0x1001e000 macro 97 #define CONFIG_SPL_STACK 0x1001d000 macro
|
H A D | socfpga_common.h | 299 #define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR macro 301 #define CONFIG_SPL_STACK CONFIG_SYS_SPL_MALLOC_START macro
|
H A D | ti_armv7_keystone2.h | 44 #define CONFIG_SPL_STACK (CONFIG_SYS_SPL_MALLOC_START + \ macro 51 #define SRAM_SCRATCH_SPACE_ADDR CONFIG_SPL_STACK + 0x8
|
H A D | woodburn_sd.h | 24 #define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK macro
|
H A D | espresso7420.h | 18 #define CONFIG_SPL_STACK CONFIG_IRAM_END macro
|
H A D | tegra30-common.h | 56 #define CONFIG_SPL_STACK 0x800ffffc macro
|
H A D | tegra114-common.h | 59 #define CONFIG_SPL_STACK 0x800ffffc macro
|
H A D | tegra124-common.h | 61 #define CONFIG_SPL_STACK 0x800ffffc macro
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | lowlevel_init.S | 15 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK) 16 ldr w0, =CONFIG_SPL_STACK
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | lowlevel_init.S | 28 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK) 29 ldr sp, =CONFIG_SPL_STACK
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | crt0_64.S | 73 #elif defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK) 74 ldr x0, =(CONFIG_SPL_STACK)
|
H A D | crt0.S | 70 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK) 71 ldr r0, =(CONFIG_SPL_STACK)
|