/external/u-boot/include/configs/ |
D | P1022DS.h | 16 #define CONFIG_SPL_TEXT_BASE 0xf8f81000 macro 35 #define CONFIG_SPL_TEXT_BASE 0xf8f81000 macro 61 #define CONFIG_SPL_TEXT_BASE 0xf8f81000 macro 70 #define CONFIG_SPL_TEXT_BASE 0xff800000 macro 218 #define CONFIG_SYS_MONITOR_BASE CONFIG_SPL_TEXT_BASE
|
D | P1010RDB.h | 19 #define CONFIG_SPL_TEXT_BASE 0xD0001000 macro 42 #define CONFIG_SPL_TEXT_BASE 0xD0001000 macro 65 #define CONFIG_SPL_TEXT_BASE 0xFFFFE000 macro 81 #define CONFIG_SPL_TEXT_BASE 0xD0001000 macro 91 #define CONFIG_SPL_TEXT_BASE 0xff800000 macro 115 #define CONFIG_SYS_MONITOR_BASE CONFIG_SPL_TEXT_BASE
|
D | exynos5420-common.h | 21 #define CONFIG_SPL_TEXT_BASE 0x02024410 macro 23 #define CONFIG_SPL_TEXT_BASE 0x02024400 macro
|
D | bur_am335x_common.h | 41 #define CONFIG_SPL_TEXT_BASE 0x402F0400 macro 43 CONFIG_SPL_TEXT_BASE)
|
D | ti_omap5_common.h | 84 #define CONFIG_SPL_TEXT_BASE 0x40301350 macro 98 #define CONFIG_SPL_TEXT_BASE 0x40300000 macro
|
D | rk3288_common.h | 28 # define CONFIG_SPL_TEXT_BASE 0x0 macro 30 # define CONFIG_SPL_TEXT_BASE 0xff704000 macro
|
D | kc1.h | 77 #define CONFIG_SPL_TEXT_BASE 0x40300000 macro 79 CONFIG_SPL_TEXT_BASE)
|
D | ti814x_evm.h | 126 #define CONFIG_SPL_TEXT_BASE 0x40300000 macro 128 CONFIG_SPL_TEXT_BASE)
|
D | omap3_logic.h | 30 #undef CONFIG_SPL_TEXT_BASE 31 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
D | omap3_overo.h | 16 #undef CONFIG_SPL_TEXT_BASE 17 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
D | sniper.h | 72 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro 74 CONFIG_SPL_TEXT_BASE)
|
D | ti816x_evm.h | 96 #define CONFIG_SPL_TEXT_BASE 0x40400000 macro 98 CONFIG_SPL_TEXT_BASE)
|
D | omap3_igep00x0.h | 20 #undef CONFIG_SPL_TEXT_BASE 21 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
D | devkit8000.h | 164 #undef CONFIG_SPL_TEXT_BASE 165 #define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/ macro
|
D | controlcenterdc.h | 94 #define CONFIG_SPL_TEXT_BASE 0x40002614 macro 97 #define CONFIG_SPL_TEXT_BASE 0x40000030 macro
|
D | uniphier.h | 217 #define CONFIG_SPL_TEXT_BASE 0x00040000 macro 219 #define CONFIG_SPL_TEXT_BASE 0x00100000 macro
|
D | am3517_evm.h | 212 #undef CONFIG_SPL_TEXT_BASE 213 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
D | tao3530.h | 229 #define CONFIG_SPL_TEXT_BASE 0x40200800 macro 231 CONFIG_SPL_TEXT_BASE)
|
D | omap3_evm.h | 27 #undef CONFIG_SPL_TEXT_BASE 28 #define CONFIG_SPL_TEXT_BASE 0x40200000 macro
|
/external/u-boot/arch/arm/mach-rockchip/rk3288/ |
D | u-boot-tpl.lds | 6 #undef CONFIG_SPL_TEXT_BASE 7 #define CONFIG_SPL_TEXT_BASE CONFIG_TPL_TEXT_BASE macro
|
/external/u-boot/arch/arm/mach-rockchip/rk3368/ |
D | u-boot-tpl.lds | 6 #undef CONFIG_SPL_TEXT_BASE 7 #define CONFIG_SPL_TEXT_BASE CONFIG_TPL_TEXT_BASE macro
|
/external/u-boot/arch/arm/mach-stm32mp/ |
D | config.mk | 8 MKIMAGEFLAGS_u-boot-spl.stm32 = -T stm32image -a $(CONFIG_SPL_TEXT_BASE) -e $(CONFIG_SPL_TEXT_BASE)
|
/external/u-boot/arch/arm/cpu/armv8/zynqmp/ |
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()
|
/external/u-boot/arch/arm/dts/ |
D | tegra-u-boot.dtsi | 3 #ifdef CONFIG_SPL_TEXT_BASE 4 #define U_BOOT_OFFSET (CONFIG_SYS_TEXT_BASE - CONFIG_SPL_TEXT_BASE)
|
/external/u-boot/arch/arm/mach-keystone/ |
D | config.mk | 19 -a $(CONFIG_SPL_TEXT_BASE) -e $(CONFIG_SPL_TEXT_BASE) -n SPL
|