Searched refs:of_size (Results 1 – 5 of 5) sorted by relevance
/u-boot/common/ |
A D | image-fdt.c | 167 if (*of_size == 0) in boot_relocate_fdt() 177 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt() 237 *of_size = of_len; in boot_relocate_fdt() 290 *of_size = 0; in boot_get_fdt() 509 *of_size = fdt_totalsize(fdt_blob); in boot_get_fdt() 511 (ulong)*of_flat_tree, *of_size); in boot_get_fdt() 545 int of_size, struct lmb *lmb) in image_setup_libfdt() argument 610 of_size = ret; in image_setup_libfdt() 613 of_size += FDT_RAMDISK_OVERHEAD; in image_setup_libfdt() 614 fdt_set_totalsize(blob, of_size); in image_setup_libfdt() [all …]
|
A D | bootm_os.c | 277 ulong of_size = images->ft_len; in do_bootvx_fdt() local 284 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in do_bootvx_fdt()
|
A D | image.c | 1721 ulong of_size = images->ft_len; in image_setup_linux() local 1739 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux() 1744 if (IMAGE_ENABLE_OF_LIBFDT && 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 D | bootm.c | 181 ulong of_size = images->ft_len; in boot_cmdline_linux() local 188 if (!of_size) { in boot_cmdline_linux() 202 ulong of_size = images->ft_len; in boot_bd_t_linux() local 208 if (!of_size) { in boot_bd_t_linux()
|
/u-boot/include/ |
A D | image.h | 764 char **of_flat_tree, ulong *of_size); 766 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size); 954 int of_size, struct lmb *lmb);
|
Completed in 12 milliseconds