Searched refs:newaddr (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_runtime.c | 209 ulong newaddr = patchto ? (patchto + patchoff) : 0; in efi_runtime_detach() local 211 debug("%s: Setting %p to %lx\n", __func__, p, newaddr); in efi_runtime_detach() 212 *p = newaddr; in efi_runtime_detach() 230 ulong newaddr; in efi_runtime_relocate() local 239 newaddr = rel->addend + offset - CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate() 241 newaddr = *p - lastoff + offset; in efi_runtime_relocate() 245 if (map && ((newaddr < map->virtual_start) || in efi_runtime_relocate() 246 newaddr > (map->virtual_start + (map->num_pages << 12)))) { in efi_runtime_relocate() 249 "range (%lx)\n", p, newaddr); in efi_runtime_relocate() 253 debug("%s: Setting %p to %lx\n", __func__, p, newaddr); in efi_runtime_relocate() [all …]
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | fdt.c | 163 struct fdt_header *newaddr; in do_fdt() local 177 newaddr = (struct fdt_header *)simple_strtoul(argv[3],NULL,16); in do_fdt() 198 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt() 204 working_fdt = newaddr; in do_fdt()
|