Searched refs:of_flat_tree (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/microblaze/lib/ |
| H A D | bootm.c | 39 char *of_flat_tree = NULL; in do_bootm_linux() local 43 of_flat_tree = images->ft_addr; in do_bootm_linux() 56 if (!of_flat_tree && argc > 1) in do_bootm_linux() 57 of_flat_tree = (char *)simple_strtoul(argv[1], NULL, 16); in do_bootm_linux() 60 if (images->rd_start && images->rd_end && of_flat_tree) in do_bootm_linux() 61 ret = fdt_initrd(of_flat_tree, images->rd_start, in do_bootm_linux() 70 rd_data_start, (ulong) of_flat_tree); in do_bootm_linux() 82 thekernel(commandline, rd_data_start, (ulong)of_flat_tree); in do_bootm_linux()
|
| /OK3568_Linux_fs/u-boot/arch/nios2/lib/ |
| H A D | bootm.c | 18 char *of_flat_tree = NULL; in do_bootm_linux() local 22 of_flat_tree = images->ft_addr; in do_bootm_linux() 24 if (!of_flat_tree && argc > 1) in do_bootm_linux() 25 of_flat_tree = (char *)simple_strtoul(argv[1], NULL, 16); in do_bootm_linux() 26 if (of_flat_tree) in do_bootm_linux() 27 initrd_end = (ulong)of_flat_tree; in do_bootm_linux()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm_os.c | 269 char **of_flat_tree = &images->ft_addr; in do_bootvx_fdt() local 272 if (*of_flat_tree) { in do_bootvx_fdt() 273 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree); in do_bootvx_fdt() 275 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in do_bootvx_fdt() 280 fdt_fixup_ethernet(*of_flat_tree); in do_bootvx_fdt() 282 ret = fdt_add_subnode(*of_flat_tree, 0, "chosen"); in do_bootvx_fdt() 286 ret = fdt_find_and_setprop(*of_flat_tree, in do_bootvx_fdt() 310 (ulong)images->ep, (ulong)*of_flat_tree); in do_bootvx_fdt()
|
| H A D | image-fdt.c | 240 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() argument 242 void *fdt_blob = *of_flat_tree; in boot_relocate_fdt() 323 *of_flat_tree = of_start; in boot_relocate_fdt() 327 set_working_fdt_addr((ulong)*of_flat_tree); in boot_relocate_fdt() 358 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt() argument 377 *of_flat_tree = NULL; in boot_get_fdt() 555 *of_flat_tree = fdt_blob; in boot_get_fdt() 558 (ulong)*of_flat_tree, *of_size); in boot_get_fdt() 565 *of_flat_tree = NULL; in boot_get_fdt()
|
| H A D | image.c | 1510 char **of_flat_tree = &images->ft_addr; in image_setup_linux() local 1515 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree); in image_setup_linux() 1527 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux() 1533 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 704 char **of_flat_tree, ulong *of_size); 712 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
|