Searched refs:new_fdt (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootefi.c | 57 void *new_fdt; in copy_fdt() local 88 new_fdt = (void*)(ulong)new_fdt_addr; in copy_fdt() 89 memcpy(new_fdt, fdt, fdt_totalsize(fdt)); in copy_fdt() 90 fdt_set_totalsize(new_fdt, fdt_size); in copy_fdt() 92 return new_fdt; in copy_fdt()
|
| H A D | bdinfo.c | 252 print_num("new_fdt", (ulong)gd->new_fdt); in do_bdinfo()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | board_f.c | 520 gd->new_fdt = map_sysmem(gd->start_addr_sp, gd->fdt_size); in reserve_fdt() 523 gd->fdt_blob_kern = (ulong *)ALIGN((ulong)gd->new_fdt + in reserve_fdt() 644 if (gd->new_fdt) { in reloc_fdt() 645 memcpy(gd->new_fdt, gd->fdt_blob, gd->fdt_size); in reloc_fdt() 646 gd->fdt_blob = gd->new_fdt; in reloc_fdt() 648 gd->ufdt_blob = gd->new_fdt; in reloc_fdt() 704 printf("Relocation fdt: %08lx - %08lx", (ulong)gd->new_fdt, in setup_reloc() 705 (ulong)gd->new_fdt + fdt_totalsize(gd->fdt_blob)); in setup_reloc()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | global_data.h | 80 void *new_fdt; /* Relocated FDT */ member
|
| /rk3399_rockchip-uboot/include/asm-generic/ |
| H A D | global_data.h | 88 void *new_fdt; /* Relocated FDT */ member
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl.c | 346 gd->new_fdt = (void *)gd->start_addr_sp; in spl_setup_relocate() 347 memcpy(gd->new_fdt, gd->fdt_blob, gd->fdt_size); in spl_setup_relocate() 348 gd->fdt_blob = gd->new_fdt; in spl_setup_relocate()
|