Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dlowlevel_init.S16 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK)
17 ldr w0, =CONFIG_SPL_STACK
/OK3568_Linux_fs/u-boot/include/configs/
H A Dmaxbcm.h80 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
81 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Ddb-88f6720.h87 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
88 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Ddb-mv784mp-gp.h101 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
102 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Ddb-88f6820-amc.h93 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
94 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dds414.h104 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
105 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dtheadorable.h128 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
129 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Drk3066_common.h38 #define CONFIG_SPL_STACK 0x1008FFFF macro
45 #define CONFIG_SPL_STACK 0x1008FFFF macro
H A Ddb-88f6820-gp.h109 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
110 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dcontrolcenterdc.h121 #define CONFIG_SPL_STACK (0x40000000 + ((212 - 16) << 10)) macro
122 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dturris_omnia.h103 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
104 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dclearfog.h109 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) macro
110 #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
H A Dls1046a_common.h80 #define CONFIG_SPL_STACK 0x10020000 macro
119 #define CONFIG_SPL_STACK 0x1001f000 macro
H A Dls1043a_common.h73 #define CONFIG_SPL_STACK 0x1001e000 macro
103 #define CONFIG_SPL_STACK 0x1001d000 macro
H A Dti_armv7_keystone2.h50 #define CONFIG_SPL_STACK (CONFIG_SYS_SPL_MALLOC_START + \ macro
58 #define SRAM_SCRATCH_SPACE_ADDR CONFIG_SPL_STACK + 0x8
H A Dwoodburn_sd.h27 #define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK macro
H A Dtegra186-common.h66 #define CONFIG_SPL_STACK 0x800ffffc macro
H A Dtegra114-common.h61 #define CONFIG_SPL_STACK 0x800ffffc macro
H A Despresso7420.h20 #define CONFIG_SPL_STACK CONFIG_IRAM_END macro
H A Dtegra30-common.h62 #define CONFIG_SPL_STACK 0x800ffffc macro
H A Dtegra124-common.h63 #define CONFIG_SPL_STACK 0x800ffffc macro
H A Dtegra210-common.h66 #define CONFIG_SPL_STACK 0x800ffffc macro
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dlowlevel_init.S29 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK)
30 ldr sp, =CONFIG_SPL_STACK
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dcrt0_64.S75 #elif defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK)
76 ldr x0, =(CONFIG_SPL_STACK)
H A Dcrt0.S75 #elif defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK)
76 ldr r0, =(CONFIG_SPL_STACK)

1234