Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-fdt.c161 if (*of_size == 0) in boot_relocate_fdt()
171 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt()
231 *of_size = of_len; in boot_relocate_fdt()
285 *of_size = 0; in boot_get_fdt()
486 *of_size = fdt_totalsize(fdt_blob); in boot_get_fdt()
488 (ulong)*of_flat_tree, *of_size); in boot_get_fdt()
496 *of_size = 0; in boot_get_fdt()
527 int of_size, struct lmb *lmb) in image_setup_libfdt() argument
573 of_size = ret; in image_setup_libfdt()
576 of_size += FDT_RAMDISK_OVERHEAD; in image_setup_libfdt()
[all …]
H A Dbootm_os.c268 ulong of_size = images->ft_len; in do_bootvx_fdt() local
275 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in do_bootvx_fdt()
H A Dimage.c1489 ulong of_size = images->ft_len; in image_setup_linux() local
1507 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux()
1512 if (IMAGE_ENABLE_OF_LIBFDT && of_size) { in image_setup_linux()
1513 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()
/openbmc/u-boot/arch/powerpc/lib/
H A Dbootm.c175 ulong of_size = images->ft_len; in boot_cmdline_linux() local
182 if (!of_size) { in boot_cmdline_linux()
196 ulong of_size = images->ft_len; in boot_bd_t_linux() local
202 if (!of_size) { in boot_bd_t_linux()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowof.c46 of_size(void *data) in of_size() function
80 .size = of_size,
/openbmc/u-boot/include/
H A Dimage.h722 char **of_flat_tree, ulong *of_size);
724 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
889 int of_size, struct lmb *lmb);