Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_INIT_SP_ADDR (Results 1 – 25 of 248) sorted by relevance

12345678910

/external/u-boot/include/configs/
Dkoelsch.h13 #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 macro
16 (CONFIG_SYS_INIT_SP_ADDR + STACK_AREA_SIZE - 4)
Dlager.h14 #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 macro
17 (CONFIG_SYS_INIT_SP_ADDR + STACK_AREA_SIZE - 4)
Dgose.h13 #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 macro
16 (CONFIG_SYS_INIT_SP_ADDR + STACK_AREA_SIZE - 4)
Dsilk.h15 #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 macro
18 (CONFIG_SYS_INIT_SP_ADDR + STACK_AREA_SIZE - 4)
Dalt.h14 #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 macro
17 (CONFIG_SYS_INIT_SP_ADDR + STACK_AREA_SIZE - 4)
Dporter.h15 #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 macro
18 (CONFIG_SYS_INIT_SP_ADDR + STACK_AREA_SIZE - 4)
Dstout.h16 #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 macro
19 (CONFIG_SYS_INIT_SP_ADDR + STACK_AREA_SIZE - 4)
Dsama5d2_xplained.h22 #define CONFIG_SYS_INIT_SP_ADDR 0x218000 macro
24 #define CONFIG_SYS_INIT_SP_ADDR \ macro
Dsama5d4ek.h20 #define CONFIG_SYS_INIT_SP_ADDR 0x218000 macro
22 #define CONFIG_SYS_INIT_SP_ADDR \ macro
Dsama5d27_som1_ek.h25 #define CONFIG_SYS_INIT_SP_ADDR 0x218000 macro
27 #define CONFIG_SYS_INIT_SP_ADDR \ macro
Dstm32f746-disco.h11 #define CONFIG_SYS_INIT_SP_ADDR 0x20050000 macro
67 #define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR
Dsama5d4_xplained.h22 #define CONFIG_SYS_INIT_SP_ADDR 0x218000 macro
24 #define CONFIG_SYS_INIT_SP_ADDR \ macro
Dblanche.h15 #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 macro
18 (CONFIG_SYS_INIT_SP_ADDR + STACK_AREA_SIZE - 4)
Dsama5d3_xplained.h31 #define CONFIG_SYS_INIT_SP_ADDR 0x318000 macro
33 #define CONFIG_SYS_INIT_SP_ADDR \ macro
Dsama5d3xek.h47 #define CONFIG_SYS_INIT_SP_ADDR 0x318000 macro
49 #define CONFIG_SYS_INIT_SP_ADDR \ macro
Dti_armv7_common.h72 #ifndef CONFIG_SYS_INIT_SP_ADDR
73 #define CONFIG_SYS_INIT_SP_ADDR (NON_SECURE_SRAM_END - \ macro
Dwb50n.h44 #define CONFIG_SYS_INIT_SP_ADDR 0x310000 macro
46 #define CONFIG_SYS_INIT_SP_ADDR \ macro
Darmadillo-800eva.h24 #define CONFIG_SYS_INIT_SP_ADDR 0xE8083000 macro
27 (CONFIG_SYS_INIT_SP_ADDR + STACK_AREA_SIZE - 4)
Dat91sam9260ek.h66 # define CONFIG_SYS_INIT_SP_ADDR \ macro
69 # define CONFIG_SYS_INIT_SP_ADDR \ macro
Dsmartweb.h176 #define CONFIG_SYS_INIT_SP_ADDR 0x301000 macro
185 #define CONFIG_SYS_INIT_SP_ADDR \ macro
Dvexpress_aemv8a.h23 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x03f00000) macro
25 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0) macro
Dsocfpga_common.h35 #define CONFIG_SYS_INIT_SP_ADDR \ macro
284 #define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR
Dadp-ag101p.h215 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0xA0000 - \ macro
218 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - \ macro
Dda850evm.h304 #define CONFIG_SYS_INIT_SP_ADDR 0x8001ff00 macro
306 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - /* Fix this */ \ macro
/external/u-boot/arch/mips/cpu/
Dstart.S14 #ifndef CONFIG_SYS_INIT_SP_ADDR
15 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + \ macro
56 PTR_LI t1, CONFIG_SYS_INIT_SP_ADDR

12345678910