Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_TEXT_BASE (Results 126 – 150 of 1429) sorted by relevance

12345678910>>...58

/openbmc/u-boot/include/configs/
H A Dms7750se.h32 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_TEXT_BASE - 0x100000)
H A Dqemu-mips.h83 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
H A Dqemu-mips64.h83 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
H A Drcar-gen3-common.h38 #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE
H A Dci20.h31 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
H A Dstih410-b2260.h53 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - \
H A Dmalta.h33 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
/openbmc/u-boot/configs/
H A Ds32v234evb_defconfig3 CONFIG_SYS_TEXT_BASE=0x3E800000
H A DM5249EVB_defconfig2 CONFIG_SYS_TEXT_BASE=0xFFE00000
H A DM5208EVBE_defconfig2 CONFIG_SYS_TEXT_BASE=0x0
H A Dmx53evk_defconfig3 CONFIG_SYS_TEXT_BASE=0x77800000
H A Dnsim_700_defconfig3 CONFIG_SYS_TEXT_BASE=0x81000000
H A Dxilinx_zynqmp_r5_defconfig3 CONFIG_SYS_TEXT_BASE=0x10000000
H A DMPC8323ERDB_defconfig2 CONFIG_SYS_TEXT_BASE=0xFE000000
H A Dbcm7445_defconfig3 CONFIG_SYS_TEXT_BASE=0x80100000
H A Dmx53smd_defconfig3 CONFIG_SYS_TEXT_BASE=0x77800000
H A Dnsim_700be_defconfig4 CONFIG_SYS_TEXT_BASE=0x81000000
H A Dnsim_hs38_defconfig4 CONFIG_SYS_TEXT_BASE=0x81000000
H A Dnsim_hs38be_defconfig5 CONFIG_SYS_TEXT_BASE=0x81000000
H A DMPC832XEMDS_defconfig2 CONFIG_SYS_TEXT_BASE=0xFE000000
H A Dtb100_defconfig3 CONFIG_SYS_TEXT_BASE=0x84000000
H A Dbubblegum_96_defconfig3 CONFIG_SYS_TEXT_BASE=0x11000000
/openbmc/u-boot/arch/mips/mach-mscc/
H A Ddram.c43 #if (CONFIG_SYS_TEXT_BASE != 0x20000000) in vcoreiii_ddr_init()
/openbmc/u-boot/include/configs/km/
H A Dkmp204x-common.h23 #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE
203 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
/openbmc/u-boot/common/
H A Dboard_f.c135 #ifdef CONFIG_SYS_TEXT_BASE in display_text_info()
136 text_base = CONFIG_SYS_TEXT_BASE; in display_text_info()
708 #ifdef CONFIG_SYS_TEXT_BASE in setup_reloc()
716 gd->reloc_off = gd->relocaddr - (CONFIG_SYS_TEXT_BASE + 0x400); in setup_reloc()
718 gd->reloc_off = gd->relocaddr - CONFIG_SYS_TEXT_BASE; in setup_reloc()

12345678910>>...58