Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_TEXT_BASE (Results 51 – 75 of 1429) sorted by relevance

12345678910>>...58

/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S31 #define ASM_DRAMINIT (asm_dram_init - CONFIG_SYS_TEXT_BASE + \
33 #define ASM_DRAMINIT_N (asm_dram_init - CONFIG_SYS_TEXT_BASE)
34 #define ASM_SBF_IMG_HDR (asm_sbf_img_hdr - CONFIG_SYS_TEXT_BASE + \
121 .long CONFIG_SYS_TEXT_BASE /* image to be relocated at */
283 move.l #(CONFIG_SYS_TEXT_BASE + 0x400), %a0
310 move.l #CONFIG_SYS_TEXT_BASE, %a2 /* dst */
393 move.l #(CONFIG_SYS_TEXT_BASE + 0xF80), %a2
431 move.l #(CONFIG_SYS_TEXT_BASE + 0x400), %a0
/openbmc/u-boot/include/configs/
H A Dcyrus.h26 #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE
146 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
439 "ubootaddr=" __stringify(CONFIG_SYS_TEXT_BASE) "\0" \
H A Dls1021aiot.h77 #define CONFIG_SYS_SPL_MALLOC_START (CONFIG_SYS_TEXT_BASE + \
226 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
H A DB4860QDS.h16 #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE
41 #define CONFIG_SYS_SRIO_PCIE_BOOT_SLAVE_ADDR (CONFIG_SYS_TEXT_BASE & 0xfff00000)
381 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
710 "ubootaddr=" __stringify(CONFIG_SYS_TEXT_BASE) "\0" \
H A Dcontrolcenterd.h79 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
334 "ubootaddr=" __stringify(CONFIG_SYS_TEXT_BASE) "\0" \
H A Dxilinx_zynqmp_mini_emmc.h16 #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE
H A Dxilinx_versal_mini_qspi.h16 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x20000)
H A Dxilinx_zynqmp_mini_qspi.h16 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x20000)
H A Dslt_ast2600.h14 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE
H A Dncsi_ast2600a1.h14 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE
H A Devb_ast2400.h14 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE
H A Devb_ast2500.h15 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE
H A Devb_ast2600a0.h14 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE
H A Dncsi_ast2600a0.h14 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE
H A Devb_ast2600a1.h14 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE
H A Dfpga_ast2600.h14 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE
H A Daspenite.h24 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000)
H A Devb_ast2600.h14 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE
H A DP1023RDB.h13 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
309 "ubootaddr=" __stringify(CONFIG_SYS_TEXT_BASE) "\0" \
H A Dbmips_common.h28 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
/openbmc/u-boot/common/
H A Dautoboot.c275 #if defined(CONFIG_OF_CONTROL) && defined(CONFIG_SYS_TEXT_BASE) in process_fdt_options()
281 env_set_addr("kernaddr", (void *)(CONFIG_SYS_TEXT_BASE + addr)); in process_fdt_options()
286 env_set_addr("rootaddr", (void *)(CONFIG_SYS_TEXT_BASE + addr)); in process_fdt_options()
/openbmc/u-boot/doc/
H A DREADME.arm-relocation44 if CONFIG_SYS_TEXT_BASE == relocation address! This prevents that uboot code
61 If CONFIG_SYS_TEXT_BASE == relocation address, the copying of u-boot
71 - maybe adapt CONFIG_SYS_TEXT_BASE (this must be checked from board maintainers)
74 on other boards if CONFIG_SYS_TEXT_BASE = relocation baseaddr, this saves
94 relocate address = CONFIG_SYS_TEXT_BASE (not the same, as the
/openbmc/u-boot/common/spl/
H A Dspl_optee.S10 ldr lr, =CONFIG_SYS_TEXT_BASE
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A DMakefile63 $(call if_changed,mkivt_mxs,$(CONFIG_SYS_TEXT_BASE),\
70 $(call if_changed,mkcsfreq_mxs,$(CONFIG_SYS_TEXT_BASE),0x40001000)
/openbmc/u-boot/arch/x86/lib/
H A Drelocate.c161 #ifdef CONFIG_SYS_TEXT_BASE in do_elf_reloc_fixups()
162 text_base = CONFIG_SYS_TEXT_BASE; in do_elf_reloc_fixups()

12345678910>>...58