Searched refs:ft_addr (Results 1 – 15 of 15) sorted by relevance
| /u-boot/arch/powerpc/lib/ |
| A D | bootm.c | 53 char *of_flat_tree = images->ft_addr; in boot_jump_linux() 162 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux() 282 if (!images->ft_addr) in boot_prep_vxworks() 288 off = fdt_path_offset(images->ft_addr, "/memory"); in boot_prep_vxworks() 290 fdt_fixup_memory(images->ft_addr, base, size); in boot_prep_vxworks() 294 ft_fixup_cpu(images->ft_addr, base + size); in boot_prep_vxworks() 295 ft_fixup_num_cores(images->ft_addr); in boot_prep_vxworks() 297 off = fdt_add_mem_rsv(images->ft_addr, in boot_prep_vxworks() 301 ft_fixup_num_cores(images->ft_addr); in boot_prep_vxworks() 303 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks() [all …]
|
| /u-boot/arch/arm/lib/ |
| A D | bootm.c | 279 (u64)images.ft_addr, 0, in switch_to_el1() 283 armv8_switch_to_el1((u64)images.ft_addr, 0, 0, 0, in switch_to_el1() 316 armv8_switch_to_el2((u64)images->ft_addr, 0, 0, 0, in boot_jump_linux() 322 (u64)images->ft_addr, 0, in boot_jump_linux() 326 armv8_switch_to_el2((u64)images->ft_addr, 0, 0, 0, in boot_jump_linux() 358 r2 = (unsigned long)images->ft_addr; in boot_jump_linux() 409 if (images->ft_addr) { in boot_prep_vxworks() 410 off = fdt_path_offset(images->ft_addr, "/memory"); in boot_prep_vxworks() 412 if (arch_fixup_fdt(images->ft_addr)) in boot_prep_vxworks() 428 ((void (*)(void *))images->ep)(images->ft_addr); in boot_jump_vxworks()
|
| /u-boot/cmd/ |
| A D | spl.c | 121 (void *)images.ft_addr); in spl_export() 122 env_set_addr("fdtargsaddr", images.ft_addr); in spl_export() 123 env_set_hex("fdtargslen", fdt_totalsize(images.ft_addr)); in spl_export() 125 if (fdt_totalsize(images.ft_addr) > in spl_export()
|
| /u-boot/arch/arm/mach-socfpga/ |
| A D | board.c | 131 env_set_hex("fdt_addr", (ulong)images->ft_addr); in board_prep_linux() 132 debug("images->ft_addr = 0x%08lx\n", (ulong)images->ft_addr); in board_prep_linux()
|
| /u-boot/arch/riscv/lib/ |
| A D | bootm.c | 100 (ulong)images->ft_addr, 0, 0); in boot_jump_linux() 104 kernel(gd->arch.boot_hart, images->ft_addr); in boot_jump_linux()
|
| /u-boot/arch/mips/lib/ |
| A D | bootm.c | 228 boot_fdt_add_mem_rsv_regions(&images->lmb, images->ft_addr); in boot_reloc_fdt() 229 return boot_relocate_fdt(&images->lmb, &images->ft_addr, in boot_reloc_fdt() 250 return image_setup_libfdt(images, images->ft_addr, images->ft_len, in boot_setup_fdt() 298 kernel(-2, (ulong)images->ft_addr, 0, 0); in boot_jump_linux()
|
| /u-boot/boot/ |
| A D | bootm.c | 313 &images.ft_addr, &images.ft_len); in bootm_find_images() 320 if (images.ft_addr && in bootm_find_images() 321 (((ulong)images.ft_addr >= start && in bootm_find_images() 322 (ulong)images.ft_addr < start + size) || in bootm_find_images() 323 ((ulong)images.ft_addr + images.ft_len >= start && in bootm_find_images() 324 (ulong)images.ft_addr + images.ft_len < start + size))) { in bootm_find_images() 331 set_working_fdt_addr(map_to_sysmem(images.ft_addr)); in bootm_find_images() 752 boot_fdt_add_mem_rsv_regions(&images->lmb, images->ft_addr); in do_bootm_states() 753 ret = boot_relocate_fdt(&images->lmb, &images->ft_addr, in do_bootm_states()
|
| A D | bootm_os.c | 262 char **of_flat_tree = &images->ft_addr; in do_bootvx_fdt() 518 ? images->ft_addr : EFI_FDT_USE_INTERNAL); in do_bootm_efi()
|
| A D | image-board.c | 936 char **of_flat_tree = &images->ft_addr; in image_setup_linux()
|
| /u-boot/arch/nios2/lib/ |
| A D | bootm.c | 30 of_flat_tree = images->ft_addr; in do_bootm_linux()
|
| /u-boot/arch/xtensa/lib/ |
| A D | bootm.c | 167 if (images->ft_addr) in do_bootm_linux() 168 params = setup_fdt_tag(params, images->ft_addr); in do_bootm_linux()
|
| /u-boot/arch/arc/lib/ |
| A D | bootm.c | 70 r2 = (unsigned int)images->ft_addr; in boot_jump_linux()
|
| /u-boot/arch/microblaze/lib/ |
| A D | bootm.c | 43 ulong dt = (ulong)images->ft_addr; in boot_jump_linux()
|
| /u-boot/board/synopsys/hsdk/ |
| A D | hsdk.c | 880 ofst = fdt_path_offset(images->ft_addr, "/"); in board_prep_linux() 886 ret = fdt_setprop_string(images->ft_addr, ofst, "possible-cpus", mask); in board_prep_linux()
|
| /u-boot/include/ |
| A D | image.h | 387 char *ft_addr; /* flat dev tree address */ member
|
Completed in 21 milliseconds