Home
last modified time | relevance | path

Searched refs:newaddr (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_runtime.c682 ulong newaddr; in efi_runtime_relocate() local
699 newaddr = rel->addend + offset - CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate()
701 newaddr = *p - lastoff + offset; in efi_runtime_relocate()
708 newaddr = __dyn_sym_start[symidx].addr + offset; in efi_runtime_relocate()
710 newaddr -= CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate()
722 if (map && ((newaddr < map->virtual_start) || in efi_runtime_relocate()
723 newaddr > (map->virtual_start + in efi_runtime_relocate()
726 __func__, p, newaddr); in efi_runtime_relocate()
730 debug("%s: Setting %p to %lx\n", __func__, p, newaddr); in efi_runtime_relocate()
731 *p = newaddr; in efi_runtime_relocate()
/u-boot/cmd/
A Dfdt.c199 struct fdt_header *newaddr; in do_fdt() local
213 newaddr = (struct fdt_header *)simple_strtoul(argv[3],NULL,16); in do_fdt()
234 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt()
240 set_working_fdt_addr((ulong)newaddr); in do_fdt()

Completed in 6 milliseconds