Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-fit.c505 (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 Dimage-fdt.c55 if (!image_check_type(fdt_hdr, IH_TYPE_FLATDT)) { in image_get_fdt()
H A Dbootm.c1047 IH_TYPE_FLATDT, in bootm_host_load_images()
H A Dimage.c136 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
/openbmc/u-boot/tools/
H A Dfit_common.c37 if (type == IH_TYPE_FLATDT) in fit_check_image_types()
H A Dmkimage.c164 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 Ddefault_image.c27 if (((type > IH_TYPE_INVALID) && (type < IH_TYPE_FLATDT)) || in image_check_image_types()
H A Dfit_image.c228 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 Duboot_image.h150 IH_TYPE_FLATDT, /* Binary Flat Device Tree Blob */ enumerator
/openbmc/u-boot/common/spl/
H A Dspl.c204 IH_ARCH_DEFAULT, IH_TYPE_FLATDT, -1, in spl_load_fit_image()
/openbmc/u-boot/include/
H A Dimage.h273 IH_TYPE_FLATDT, /* Binary Flat Device Tree Blob */ enumerator