/openbmc/u-boot/include/configs/ |
H A D | am65x_evm.h | 23 #define CONFIG_SPL_TEXT_BASE 0x80080000 macro 25 #define CONFIG_SPL_TEXT_BASE 0x41c00000 macro 37 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + \
|
H A D | exynos5420-common.h | 21 #define CONFIG_SPL_TEXT_BASE 0x02024410 macro 23 #define CONFIG_SPL_TEXT_BASE 0x02024400 macro
|
H A D | ls1046a_common.h | 66 #define CONFIG_SPL_TEXT_BASE 0x10000000 macro 92 #define CONFIG_SPL_TEXT_BASE 0x10000000 macro 117 #define CONFIG_SPL_TEXT_BASE 0x10000000 macro
|
H A D | bur_am335x_common.h | 44 #define CONFIG_SPL_TEXT_BASE 0x402F0400 macro 46 CONFIG_SPL_TEXT_BASE)
|
H A D | rk3288_common.h | 27 # define CONFIG_SPL_TEXT_BASE 0x0 macro 29 # define CONFIG_SPL_TEXT_BASE 0xff704000 macro
|
H A D | ti_omap5_common.h | 84 #define CONFIG_SPL_TEXT_BASE CONFIG_ISW_ENTRY_ADDR macro 98 #define CONFIG_SPL_TEXT_BASE 0x40300000 macro
|
H A D | kc1.h | 73 #define CONFIG_SPL_TEXT_BASE 0x40300000 macro 75 CONFIG_SPL_TEXT_BASE)
|
H A D | omap3_overo.h | 14 #undef CONFIG_SPL_TEXT_BASE 15 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
H A D | omap3_logic.h | 22 #undef CONFIG_SPL_TEXT_BASE 23 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
H A D | sniper.h | 67 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro 69 CONFIG_SPL_TEXT_BASE)
|
H A D | ti814x_evm.h | 125 #define CONFIG_SPL_TEXT_BASE 0x40300000 macro 127 CONFIG_SPL_TEXT_BASE)
|
H A D | omap3_igep00x0.h | 18 #undef CONFIG_SPL_TEXT_BASE 19 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
H A D | ti816x_evm.h | 93 #define CONFIG_SPL_TEXT_BASE 0x40400000 macro 95 CONFIG_SPL_TEXT_BASE)
|
H A D | pcl063.h | 24 #undef CONFIG_SPL_TEXT_BASE 25 #define CONFIG_SPL_TEXT_BASE 0x00909000 macro
|
H A D | am3517_evm.h | 192 #undef CONFIG_SPL_TEXT_BASE 193 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
H A D | devkit8000.h | 157 #undef CONFIG_SPL_TEXT_BASE 158 #define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/ macro
|
H A D | controlcenterdc.h | 79 #define CONFIG_SPL_TEXT_BASE 0x40002614 macro 82 #define CONFIG_SPL_TEXT_BASE 0x40000030 macro
|
H A D | omap3_evm.h | 25 #undef CONFIG_SPL_TEXT_BASE 26 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
H A D | tao3530.h | 222 #define CONFIG_SPL_TEXT_BASE 0x40200800 macro 224 CONFIG_SPL_TEXT_BASE)
|
H A D | omap3_beagle.h | 20 #undef CONFIG_SPL_TEXT_BASE 21 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
H A D | tricorder.h | 222 #define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/ macro 224 CONFIG_SPL_TEXT_BASE)
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | config.mk | 8 MKIMAGEFLAGS_u-boot-spl.stm32 = -T stm32image -a $(CONFIG_SPL_TEXT_BASE) -e $(CONFIG_SPL_TEXT_BASE)
|
/openbmc/u-boot/arch/arm/mach-zynqmp/ |
H A D | handoff.c | 73 atfhandoffparams = (void *)CONFIG_SPL_TEXT_BASE; in handoff_setup() 84 writel(CONFIG_SPL_TEXT_BASE, &pmu_base->gen_storage6); in handoff_setup()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra-u-boot.dtsi | 3 #ifdef CONFIG_SPL_TEXT_BASE 4 #define U_BOOT_OFFSET (CONFIG_SYS_TEXT_BASE - CONFIG_SPL_TEXT_BASE)
|
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | config.mk | 19 -a $(CONFIG_SPL_TEXT_BASE) -e $(CONFIG_SPL_TEXT_BASE) -n SPL
|