Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fdt.c38 const image_header_t *fdt_hdr = map_sysmem(fdt_addr, 0); in image_get_fdt() local
40 image_print_contents(fdt_hdr); in image_get_fdt()
43 if (!image_check_hcrc(fdt_hdr)) { in image_get_fdt()
48 if (!image_check_dcrc(fdt_hdr)) { in image_get_fdt()
54 if (!image_check_type(fdt_hdr, IH_TYPE_FLATDT)) { in image_get_fdt()
58 if (image_get_comp(fdt_hdr) != IH_COMP_NONE) { in image_get_fdt()
62 if (fdt_check_header((void *)image_get_data(fdt_hdr)) != 0) { in image_get_fdt()
66 return fdt_hdr; in image_get_fdt()
229 const image_header_t *fdt_hdr; in boot_get_fdt() local
311 fdt_hdr = image_get_fdt(fdt_addr); in boot_get_fdt()
[all …]