Home
last modified time | relevance | path

Searched defs:fdt_blob (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/common/
Dimage-fdt.c79 void boot_fdt_add_mem_rsv_regions(struct lmb *lmb, void *fdt_blob) in boot_fdt_add_mem_rsv_regions()
116 void *fdt_blob = *of_flat_tree; in boot_relocate_fdt() local
234 char *fdt_blob = NULL; in boot_get_fdt() local
/external/u-boot/lib/
Dof_live.c317 int of_live_build(const void *fdt_blob, struct device_node **rootp) in of_live_build()
Dfdtdec.c1287 void *fdt_blob = NULL; in board_fdt_blob_setup() local
1306 void *fdt_blob; in fdtdec_setup() local
/external/u-boot/arch/x86/lib/
Dzimage.c97 static int setup_device_tree(struct setup_header *hdr, const void *fdt_blob) in setup_device_tree()
/external/u-boot/common/spl/
Dspl.c86 void *fdt_blob = (void *)CONFIG_SYS_SPL_ARGS_ADDR; in spl_fixup_fdt() local
/external/u-boot/include/asm-generic/
Dglobal_data.h73 const void *fdt_blob; /* Our device tree, NULL if none */ member
/external/u-boot/include/
Dimage.h1102 const void *fdt_blob; /* FDT containing public keys */ member