Home
last modified time | relevance | path

Searched refs:relocaddr (Results 1 – 21 of 21) sorted by relevance

/u-boot/common/
A Dboard_f.c345 gd->relocaddr = gd->ram_top; in setup_dest_addr()
369 gd->relocaddr); in reserve_pram()
377 gd->relocaddr &= ~(4096 - 1); in reserve_round_4k()
392 addr = gd->relocaddr; in reserve_video()
398 gd->relocaddr = addr; in reserve_video()
404 gd->relocaddr = lcd_setmem(gd->relocaddr); in reserve_video()
405 gd->fb_base = gd->relocaddr; in reserve_video()
431 gd->relocaddr -= gd->mon_len; in reserve_uboot()
432 gd->relocaddr &= ~(4096 - 1); in reserve_uboot()
435 gd->relocaddr &= ~(65536 - 1); in reserve_uboot()
[all …]
A Dboard_r.c142 monitor_flash_len = (ulong)&__init_end - gd->relocaddr; in initr_reloc_global_data()
150 gd->arch.cpu += gd->relocaddr - CONFIG_SYS_MONITOR_BASE; in initr_reloc_global_data()
180 efi_runtime_relocate(gd->relocaddr, NULL); in initr_reloc_global_data()
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
311 debug("Now running in RAM - U-Boot at: %08lx\n", gd->relocaddr); in initr_announce()
/u-boot/arch/mips/lib/
A Dreloc.c111 void relocate_code(ulong start_addr_sp, gd_t *new_gd, ulong relocaddr) in relocate_code() argument
124 off = relocaddr - (unsigned long)__text_start; in relocate_code()
130 memcpy((void *)relocaddr, __text_start, length); in relocate_code()
134 addr = relocaddr; in relocate_code()
145 flush_cache(relocaddr, length); in relocate_code()
162 "r"(relocaddr), in relocate_code()
/u-boot/arch/sh/lib/
A Dboard.c20 void relocate_code(ulong start_addr_sp, gd_t *new_gd, ulong relocaddr) in relocate_code() argument
25 memcpy((void *)new_gd->relocaddr, in relocate_code()
26 (void *)(new_gd->relocaddr - new_gd->reloc_off), in relocate_code()
/u-boot/arch/x86/cpu/qemu/
A De820.c40 entries[n].size = gd->relocaddr - TOTAL_MALLOC_LEN - ISA_END_ADDRESS; in install_e820_map()
45 entries[n].addr = gd->relocaddr - TOTAL_MALLOC_LEN; in install_e820_map()
50 entries[n].addr = gd->relocaddr; in install_e820_map()
51 entries[n].size = qemu_get_low_memory_size() - gd->relocaddr; in install_e820_map()
/u-boot/board/nokia/rx51/
A Dlowlevel_init.S9 relocaddr: /* address of this relocaddr section after coping */ label
45 adr r0, relocaddr /* r0 - address of section relocaddr */
46 ldr r1, relocaddr /* r1 - address of relocaddr after relocation */
94 adr r0, relocaddr /* r0 - address of section relocaddr */
95 ldr r1, relocaddr /* r1 - address of relocaddr after relocation */
/u-boot/arch/arm/lib/
A Dcache.c146 gd->relocaddr -= gd->arch.tlb_size; in arm_reserve_mmu()
149 gd->relocaddr &= ~(0x10000 - 1); in arm_reserve_mmu()
151 gd->arch.tlb_addr = gd->relocaddr; in arm_reserve_mmu()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dmp.c137 debug("Waking secondary cores to start from %lx\n", gd->relocaddr); in fsl_layerscape_wake_seconday_cores()
140 gur_out32(&gur->bootlocptrh, (u32)(gd->relocaddr >> 32)); in fsl_layerscape_wake_seconday_cores()
141 gur_out32(&gur->bootlocptrl, (u32)gd->relocaddr); in fsl_layerscape_wake_seconday_cores()
177 scfg_out32(&scfg->scratchrw[0], (u32)(gd->relocaddr >> 32)); in fsl_layerscape_wake_seconday_cores()
178 scfg_out32(&scfg->scratchrw[1], (u32)gd->relocaddr); in fsl_layerscape_wake_seconday_cores()
/u-boot/arch/powerpc/lib/
A Dtraps.c16 trap_init(gd->relocaddr); in arch_initr_trap()
/u-boot/lib/
A Dasm-offsets.c36 DEFINE(GD_RELOCADDR, offsetof(struct global_data, relocaddr)); in main()
A Dtrace.c54 offset -= gd->relocaddr; in func_ptr_to_num()
/u-boot/board/broadcom/bcmstb/
A Dbcmstb.c75 gd->relocaddr = CONFIG_SYS_TEXT_BASE; in dram_init_banksize()
/u-boot/include/
A Dinit.h324 ulong relocaddr)
/u-boot/arch/arc/lib/
A Drelocate.c26 memcpy((void *)gd->relocaddr, (void *)&__image_copy_start, len); in copy_uboot_to_ram()
/u-boot/doc/
A DREADME.arm-relocation167 or get it from gd->relocaddr in gdb
179 relocaddr = 0x8ff08000
187 specified by gd->relocaddr -- this is only valid after board_init_f.
189 (gdb) set $s = gd->relocaddr
/u-boot/cmd/
A Dbdinfo.c107 bdinfo_print_num_l("relocaddr", gd->relocaddr); in do_bdinfo()
/u-boot/include/asm-generic/
A Dglobal_data.h159 unsigned long relocaddr; member
/u-boot/arch/x86/lib/
A Drelocate.c33 memcpy((void *)gd->relocaddr, (void *)&__text_start, len); in copy_uboot_to_ram()
A Dphysmem.c147 gd->relocaddr - CONFIG_SYS_MALLOC_LEN - CONFIG_SYS_STACK_SIZE); in x86_phys_memset_page()
/u-boot/arch/arm/cpu/arm926ejs/mxs/
A Dmxs.c92 mx28_fixup_vt(gd->relocaddr); in arch_misc_init()
/u-boot/lib/efi_loader/
A Defi_runtime.c638 patchoff = offset - gd->relocaddr; in efi_relocate_runtime_table()
684 p = (void*)((ulong)rel->offset - base) + gd->relocaddr; in efi_runtime_relocate()
855 map->physical_start + gd->relocaddr; in efi_set_virtual_address_map()

Completed in 39 milliseconds