Searched refs:of_size (Results 1 – 5 of 5) sorted by relevance
| /u-boot/boot/ |
| A D | image-fdt.c | 174 if (*of_size == 0) in boot_relocate_fdt() 184 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt() 273 *of_size = of_len; in boot_relocate_fdt() 482 *of_size = 0; in boot_get_fdt() 571 *of_size = fdt_totalsize(fdt_blob); in boot_get_fdt() 573 (ulong)*of_flat_tree, *of_size); in boot_get_fdt() 607 int of_size, struct lmb *lmb) in image_setup_libfdt() argument 692 of_size = ret; in image_setup_libfdt() 695 of_size += FDT_RAMDISK_OVERHEAD; in image_setup_libfdt() 696 fdt_set_totalsize(blob, of_size); in image_setup_libfdt() [all …]
|
| A D | image-board.c | 935 ulong of_size = images->ft_len; in image_setup_linux() local 956 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux() 961 if (CONFIG_IS_ENABLED(OF_LIBFDT) && of_size) { in image_setup_linux() 962 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()
|
| A D | bootm_os.c | 261 ulong of_size = images->ft_len; in do_bootvx_fdt() local 268 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in do_bootvx_fdt()
|
| /u-boot/arch/powerpc/lib/ |
| A D | bootm.c | 168 ulong of_size = images->ft_len; in boot_cmdline_linux() local 175 if (!of_size) { in boot_cmdline_linux() 189 ulong of_size = images->ft_len; in boot_bd_t_linux() local 195 if (!of_size) { in boot_bd_t_linux()
|
| /u-boot/include/ |
| A D | image.h | 759 char **of_flat_tree, ulong *of_size); 761 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size); 959 int of_size, struct lmb *lmb);
|
Completed in 18 milliseconds