Searched refs:of_size (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/common/ |
D | image-fdt.c | 114 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() argument 124 if (*of_size == 0) in boot_relocate_fdt() 134 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt() 180 fdt_blob, fdt_blob + *of_size - 1, of_len, of_len); in boot_relocate_fdt() 194 *of_size = of_len; in boot_relocate_fdt() 226 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt() argument 246 *of_size = 0; in boot_get_fdt() 424 *of_size = fdt_totalsize(fdt_blob); in boot_get_fdt() 426 (ulong)*of_flat_tree, *of_size); in boot_get_fdt() 434 *of_size = 0; in boot_get_fdt() [all …]
|
D | bootm_os.c | 268 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()
|
D | image.c | 1486 ulong of_size = images->ft_len; in image_setup_linux() local 1504 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux() 1509 if (IMAGE_ENABLE_OF_LIBFDT && of_size) { in image_setup_linux() 1510 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()
|
/external/u-boot/arch/powerpc/lib/ |
D | bootm.c | 175 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()
|
/external/u-boot/include/ |
D | image.h | 695 char **of_flat_tree, ulong *of_size); 697 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size); 856 int of_size, struct lmb *lmb);
|