Searched refs:IH_TYPE_FLATDT (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/common/ |
H A D | image-fit.c | 505 (type == IH_TYPE_FLATDT)) { in fit_image_print() 528 if (type == IH_TYPE_FLATDT && !fit_image_get_load(fit, image_noffset, &load)) in fit_image_print() 1768 case IH_TYPE_FLATDT: in fit_get_image_type_property() 1897 if (image_type == IH_TYPE_FLATDT && in fit_image_load() 1909 os_ok = image_type == IH_TYPE_FLATDT || in fit_image_load() 1947 if (image_type == IH_TYPE_FLATDT && fdt_check_header(buf)) { in fit_image_load() 2070 arch, IH_TYPE_FLATDT, in boot_get_fdt_fit() 2126 arch, IH_TYPE_FLATDT, in boot_get_fdt_fit()
|
H A D | image-fdt.c | 55 if (!image_check_type(fdt_hdr, IH_TYPE_FLATDT)) { in image_get_fdt()
|
H A D | bootm.c | 1047 IH_TYPE_FLATDT, in bootm_host_load_images()
|
H A D | image.c | 136 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
|
/openbmc/u-boot/tools/ |
H A D | fit_common.c | 37 if (type == IH_TYPE_FLATDT) in fit_check_image_types()
|
H A D | mkimage.c | 164 if (add_content(IH_TYPE_FLATDT, optarg)) { in process_args() 209 params.type = IH_TYPE_FLATDT; in process_args() 295 if (params.type == IH_TYPE_FLATDT) { in process_args()
|
H A D | default_image.c | 27 if (((type > IH_TYPE_INVALID) && (type < IH_TYPE_FLATDT)) || in image_check_image_types()
|
H A D | fit_image.c | 228 if (cont->type != IH_TYPE_FLATDT) in fit_write_images() 289 if (cont->type != IH_TYPE_FLATDT) in fit_write_configs()
|
/openbmc/qemu/hw/core/ |
H A D | uboot_image.h | 150 IH_TYPE_FLATDT, /* Binary Flat Device Tree Blob */ enumerator
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 204 IH_ARCH_DEFAULT, IH_TYPE_FLATDT, -1, in spl_load_fit_image()
|
/openbmc/u-boot/include/ |
H A D | image.h | 273 IH_TYPE_FLATDT, /* Binary Flat Device Tree Blob */ enumerator
|