Home
last modified time | relevance | path

Searched refs:new_fdt (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/cmd/
Dbootefi.c94 void *fdt, *new_fdt; in copy_fdt() local
138 new_fdt = (void *)(uintptr_t)new_fdt_addr; in copy_fdt()
139 memcpy(new_fdt, fdt, fdt_totalsize(fdt)); in copy_fdt()
140 fdt_set_totalsize(new_fdt, fdt_size); in copy_fdt()
Dbdinfo.c253 print_num("new_fdt", (ulong)gd->new_fdt); in do_bdinfo()
/external/u-boot/common/
Dboard_f.c550 gd->new_fdt = map_sysmem(gd->start_addr_sp, gd->fdt_size); in reserve_fdt()
681 if (gd->new_fdt) { in reloc_fdt()
682 memcpy(gd->new_fdt, gd->fdt_blob, gd->fdt_size); in reloc_fdt()
683 gd->fdt_blob = gd->new_fdt; in reloc_fdt()
/external/u-boot/arch/x86/include/asm/
Dglobal_data.h81 void *new_fdt; /* Relocated FDT */ member
/external/u-boot/include/asm-generic/
Dglobal_data.h76 void *new_fdt; /* Relocated FDT */ member