Home
last modified time | relevance | path

Searched refs:ft_addr (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbootm.c48 char *of_flat_tree = images->ft_addr; in boot_jump_linux()
170 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux()
294 if (!images->ft_addr) in boot_prep_vxworks()
300 off = fdt_path_offset(images->ft_addr, "/memory"); in boot_prep_vxworks()
302 fdt_fixup_memory(images->ft_addr, base, size); in boot_prep_vxworks()
306 ft_fixup_cpu(images->ft_addr, base + size); in boot_prep_vxworks()
307 ft_fixup_num_cores(images->ft_addr); in boot_prep_vxworks()
309 off = fdt_add_mem_rsv(images->ft_addr, in boot_prep_vxworks()
313 ft_fixup_num_cores(images->ft_addr); in boot_prep_vxworks()
315 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c316 (u64)images.ft_addr, 0, in switch_to_el1()
320 armv8_switch_to_el1((u64)images.ft_addr, 0, 0, 0, in switch_to_el1()
330 void *fdt = images->ft_addr; in arm64_switch_aarch32()
410 armv8_switch_to_el2((u64)images->ft_addr, 0, 0, 0, in boot_jump_linux()
416 (u64)images->ft_addr, es_flag, in boot_jump_linux()
420 armv8_switch_to_el2((u64)images->ft_addr, 0, 0, es_flag, in boot_jump_linux()
452 r2 = (unsigned long)images->ft_addr; in boot_jump_linux()
503 if (images->ft_addr) { in boot_prep_vxworks()
504 off = fdt_path_offset(images->ft_addr, "/memory"); in boot_prep_vxworks()
506 if (arch_fixup_fdt(images->ft_addr)) in boot_prep_vxworks()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dmain.c231 unsigned long ft_addr = 0; in start() local
262 ft_addr = dt_ops.finalize(); in start()
263 if (ft_addr) in start()
264 printf(" flat tree at 0x%lx\n\r", ft_addr); in start()
272 if (ft_addr) { in start()
274 platform_ops.kentry(ft_addr, vmlinux.addr); in start()
276 kentry(ft_addr, 0, NULL); in start()
H A Dps3.c114 unsigned long ft_addr; in platform_init() local
137 ft_addr = dt_ops.finalize(); in platform_init()
141 printf(" flat tree at 0x%lx\n\r", ft_addr); in platform_init()
143 ((kernel_entry_t)0)(ft_addr, 0, NULL); in platform_init()
/OK3568_Linux_fs/u-boot/cmd/
H A Dspl.c121 (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()
H A Dbootrkp.c294 images.ft_addr = (void *)fdt_addr_r; in boot_rockchip_image()
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dbootm.c248 boot_fdt_add_mem_rsv_regions(&images->lmb, images->ft_addr); in boot_reloc_fdt()
249 return boot_relocate_fdt(&images->lmb, &images->ft_addr, in boot_reloc_fdt()
268 return image_setup_libfdt(images, images->ft_addr, images->ft_len, in boot_setup_fdt()
315 kernel(-2, (ulong)images->ft_addr, 0, 0); in boot_jump_linux()
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dbootm.c165 if (images->ft_addr) in do_bootm_linux()
166 params = setup_fdt_tag(params, images->ft_addr); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c263 &images.ft_addr, &images.ft_len); in bootm_find_images()
269 set_working_fdt_addr((ulong)images.ft_addr); in bootm_find_images()
271 lmb_reserve(&images.lmb, (ulong)images.ft_addr, (ulong)images.ft_len); in bootm_find_images()
732 boot_fdt_add_mem_rsv_regions(&images->lmb, images->ft_addr); in do_bootm_states()
749 ret = boot_relocate_fdt(&images->lmb, &images->ft_addr, in do_bootm_states()
H A Dbootm_os.c269 char **of_flat_tree = &images->ft_addr; in do_bootvx_fdt()
H A Dimage.c1510 char **of_flat_tree = &images->ft_addr; in image_setup_linux()
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dbootm.c22 of_flat_tree = images->ft_addr; in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dbootm.c43 of_flat_tree = images->ft_addr; in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dbootm.c80 r2 = (unsigned int)images->ft_addr; in boot_jump_linux()
/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dbootm.c118 theKernel(0, machid, (unsigned long)images->ft_addr); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h374 char *ft_addr; /* flat dev tree address */ member