HomeSort by relevance Sort by last modified time
    Searched refs:IH_TYPE_FLATDT (Results 1 - 10 of 10) sorted by null

  /external/u-boot/tools/
fit_common.c 34 if (type == IH_TYPE_FLATDT)
default_image.c 27 if (((type > IH_TYPE_INVALID) && (type < IH_TYPE_FLATDT)) ||
mkimage.c 164 if (add_content(IH_TYPE_FLATDT, optarg)) {
209 params.type = IH_TYPE_FLATDT;
293 * will always be IH_TYPE_FLATDT in this case).
295 if (params.type == IH_TYPE_FLATDT) {
fit_image.c 225 if (cont->type != IH_TYPE_FLATDT)
283 if (cont->type != IH_TYPE_FLATDT)
  /external/u-boot/common/
image-fit.c 499 (type == IH_TYPE_FLATDT)) {
522 if (type == IH_TYPE_FLATDT && !fit_image_get_load(fit, image_noffset, &load))
    [all...]
image-fdt.c 54 if (!image_check_type(fdt_hdr, IH_TYPE_FLATDT)) {
bootm.c 972 IH_TYPE_FLATDT,
image.c 136 { IH_TYPE_FLATDT, "flat_dt", "Flat Device Tree", },
    [all...]
  /external/u-boot/common/spl/
spl.c 187 IH_ARCH_DEFAULT, IH_TYPE_FLATDT, -1,
  /external/u-boot/include/
image.h 251 IH_TYPE_FLATDT, /* Binary Flat Device Tree Blob */
    [all...]

Completed in 106 milliseconds