Home
last modified time | relevance | path

Searched refs:CONFIG_SPL_STACK (Results 1 – 25 of 87) sorted by relevance

1234

/openbmc/u-boot/include/configs/
H A Dls1046a_common.h68 #define CONFIG_SPL_STACK 0x10020000 macro
94 #define CONFIG_SPL_STACK 0x10020000 macro
119 #define CONFIG_SPL_STACK 0x1001f000 macro
H A Dmaxbcm.h71 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
72 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Ddb-88f6720.h75 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
76 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dds414.h93 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
94 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Ddb-mv784mp-gp.h85 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
86 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Ddb-88f6820-amc.h70 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
71 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dtheadorable.h110 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
111 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Ddb-88f6820-gp.h90 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
91 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dx530.h120 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
121 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dcontrolcenterdc.h93 #define CONFIG_SPL_STACK (0x40000000 + ((212 - 16) << 10)) macro
94 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dclearfog.h88 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
89 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dturris_omnia.h86 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
87 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dhelios4.h102 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
103 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dls1043a_common.h69 #define CONFIG_SPL_STACK 0x1001e000 macro
97 #define CONFIG_SPL_STACK 0x1001d000 macro
H A Dsocfpga_common.h299 #define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR macro
301 #define CONFIG_SPL_STACK CONFIG_SYS_SPL_MALLOC_START macro
H A Dti_armv7_keystone2.h44 #define CONFIG_SPL_STACK (CONFIG_SYS_SPL_MALLOC_START + \ macro
51 #define SRAM_SCRATCH_SPACE_ADDR CONFIG_SPL_STACK + 0x8
H A Dwoodburn_sd.h24 #define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK macro
H A Despresso7420.h18 #define CONFIG_SPL_STACK CONFIG_IRAM_END macro
H A Dtegra30-common.h56 #define CONFIG_SPL_STACK 0x800ffffc macro
H A Dtegra114-common.h59 #define CONFIG_SPL_STACK 0x800ffffc macro
H A Dtegra124-common.h61 #define CONFIG_SPL_STACK 0x800ffffc macro
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dlowlevel_init.S15 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK)
16 ldr w0, =CONFIG_SPL_STACK
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dlowlevel_init.S28 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK)
29 ldr sp, =CONFIG_SPL_STACK
/openbmc/u-boot/arch/arm/lib/
H A Dcrt0_64.S73 #elif defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK)
74 ldr x0, =(CONFIG_SPL_STACK)
H A Dcrt0.S70 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK)
71 ldr r0, =(CONFIG_SPL_STACK)

1234