Searched refs:of_flat_tree (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/arch/nios2/lib/ |
D | bootm.c | 19 char *of_flat_tree = NULL; in do_bootm_linux() local 23 of_flat_tree = images->ft_addr; in do_bootm_linux() 25 if (!of_flat_tree && argc > 1) in do_bootm_linux() 26 of_flat_tree = (char *)simple_strtoul(argv[1], NULL, 16); in do_bootm_linux() 27 if (of_flat_tree) in do_bootm_linux() 28 initrd_end = (ulong)of_flat_tree; in do_bootm_linux()
|
/external/u-boot/common/ |
D | bootm_os.c | 271 char **of_flat_tree = &images->ft_addr; in do_bootvx_fdt() local 274 if (*of_flat_tree) { in do_bootvx_fdt() 275 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree); in do_bootvx_fdt() 277 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in do_bootvx_fdt() 282 fdt_fixup_ethernet(*of_flat_tree); in do_bootvx_fdt() 284 ret = fdt_add_subnode(*of_flat_tree, 0, "chosen"); in do_bootvx_fdt() 288 ret = fdt_find_and_setprop(*of_flat_tree, in do_bootvx_fdt() 312 (ulong)images->ep, (ulong)*of_flat_tree); in do_bootvx_fdt()
|
D | image-fdt.c | 153 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() argument 155 void *fdt_blob = *of_flat_tree; in boot_relocate_fdt() 232 *of_flat_tree = of_start; in boot_relocate_fdt() 236 set_working_fdt_addr(map_to_sysmem(*of_flat_tree)); in boot_relocate_fdt() 266 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt() argument 285 *of_flat_tree = NULL; in boot_get_fdt() 490 *of_flat_tree = fdt_blob; in boot_get_fdt() 493 (ulong)*of_flat_tree, *of_size); in boot_get_fdt()
|
D | image.c | 1609 char **of_flat_tree = &images->ft_addr; in image_setup_linux() local 1614 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree); in image_setup_linux() 1626 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux() 1632 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()
|
/external/u-boot/arch/powerpc/lib/ |
D | bootm.c | 48 char *of_flat_tree = images->ft_addr; in boot_jump_linux() local 70 if (of_flat_tree) { /* device tree; boot new style */ in boot_jump_linux() 83 (*kernel) ((bd_t *)of_flat_tree, 0, 0, EPAPR_MAGIC, in boot_jump_linux()
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 705 char **of_flat_tree, ulong *of_size); 707 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
|
/external/u-boot/include/ |
D | image.h | 705 char **of_flat_tree, ulong *of_size); 707 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
|