Searched refs:of_size (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fdt.c | 261 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() argument 271 if (*of_size == 0) in boot_relocate_fdt() 281 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt() 331 fdt_blob, fdt_blob + *of_size - 1, of_len, of_len); in boot_relocate_fdt() 345 *of_size = of_len; in boot_relocate_fdt() 379 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt() argument 399 *of_size = 0; in boot_get_fdt() 577 *of_size = fdt_totalsize(fdt_blob); in boot_get_fdt() 579 (ulong)*of_flat_tree, *of_size); in boot_get_fdt() 587 *of_size = 0; in boot_get_fdt() [all …]
|
| H A 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()
|
| H A D | image.c | 1509 ulong of_size = images->ft_len; in image_setup_linux() local 1527 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux() 1532 if (IMAGE_ENABLE_OF_LIBFDT && of_size) { in image_setup_linux() 1533 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()
|
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | bootm.c | 176 ulong of_size = images->ft_len; in boot_cmdline_linux() local 183 if (!of_size) { in boot_cmdline_linux() 197 ulong of_size = images->ft_len; in boot_bd_t_linux() local 203 if (!of_size) { in boot_bd_t_linux()
|
| /rk3399_rockchip-uboot/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); 881 int of_size, struct lmb *lmb);
|