Searched refs:new_fdt (Results 1 – 5 of 5) sorted by relevance
94 void *fdt, *new_fdt; in copy_fdt() local138 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()
253 print_num("new_fdt", (ulong)gd->new_fdt); in do_bdinfo()
550 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()
81 void *new_fdt; /* Relocated FDT */ member
76 void *new_fdt; /* Relocated FDT */ member