Home
last modified time | relevance | path

Searched refs:of_flat_tree (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/nios2/lib/
A Dbootm.c23 char *of_flat_tree = NULL; in do_bootm_linux() local
27 of_flat_tree = images->ft_addr; in do_bootm_linux()
29 if (!of_flat_tree && argc > 1) in do_bootm_linux()
30 of_flat_tree = (char *)simple_strtoul(argv[1], NULL, 16); in do_bootm_linux()
31 if (of_flat_tree) in do_bootm_linux()
32 initrd_end = (ulong)of_flat_tree; in do_bootm_linux()
/u-boot/common/
A Dbootm_os.c278 char **of_flat_tree = &images->ft_addr; in do_bootvx_fdt() local
281 if (*of_flat_tree) { in do_bootvx_fdt()
282 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree); in do_bootvx_fdt()
284 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in do_bootvx_fdt()
289 fdt_fixup_ethernet(*of_flat_tree); in do_bootvx_fdt()
291 ret = fdt_add_subnode(*of_flat_tree, 0, "chosen"); in do_bootvx_fdt()
295 ret = fdt_find_and_setprop(*of_flat_tree, in do_bootvx_fdt()
319 (ulong)images->ep, (ulong)*of_flat_tree); in do_bootvx_fdt()
A Dimage-fdt.c157 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() argument
159 void *fdt_blob = *of_flat_tree; in boot_relocate_fdt()
236 *of_flat_tree = of_start; in boot_relocate_fdt()
240 set_working_fdt_addr(map_to_sysmem(*of_flat_tree)); in boot_relocate_fdt()
270 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt() argument
289 *of_flat_tree = NULL; in boot_get_fdt()
508 *of_flat_tree = fdt_blob; in boot_get_fdt()
511 (ulong)*of_flat_tree, *of_size); in boot_get_fdt()
A Dimage.c1722 char **of_flat_tree = &images->ft_addr; in image_setup_linux() local
1727 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree); in image_setup_linux()
1739 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux()
1745 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()
/u-boot/arch/powerpc/lib/
A Dbootm.c53 char *of_flat_tree = images->ft_addr; in boot_jump_linux() local
75 if (of_flat_tree) { /* device tree; boot new style */ in boot_jump_linux()
88 (*kernel) ((struct bd_info *)of_flat_tree, 0, 0, EPAPR_MAGIC, in boot_jump_linux()
/u-boot/include/
A Dimage.h764 char **of_flat_tree, ulong *of_size);
766 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);

Completed in 22 milliseconds