Searched refs:fdt_initrd (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/arch/microblaze/lib/ |
| H A D | bootm.c | 61 ret = fdt_initrd(of_flat_tree, images->rd_start, in do_bootm_linux()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fdt_support.h | 57 int fdt_initrd(void *fdt, ulong initrd_start, ulong initrd_end);
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fdt.c | 678 fdt_initrd(blob, *initrd_start, *initrd_end); in image_setup_libfdt()
|
| H A D | fdt_support.c | 224 int fdt_initrd(void *fdt, ulong initrd_start, ulong initrd_end) in fdt_initrd() function
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | fdt.c | 613 fdt_initrd(working_fdt, initrd_start, initrd_end); in do_fdt()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 683 fdt_initrd(spl_image->fdt_addr, image_info.load_addr, in spl_load_kernel_fit()
|