Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dximg.c98 if ((comp != IH_COMP_NONE) && (argc < 4)) { in do_imgextract()
146 if (!fit_image_check_comp(fit_hdr, noffset, IH_COMP_NONE) in do_imgextract()
186 case IH_COMP_NONE: in do_imgextract()
/openbmc/qemu/hw/core/
H A Duboot_image.h196 IH_COMP_NONE = 0, /* No Compression Used */ enumerator
H A Dloader.c687 case IH_COMP_NONE: in load_uboot_image()
/openbmc/u-boot/common/
H A Dbootm.c158 images.os.comp = IH_COMP_NONE; in bootm_find_os()
314 if (comp_type == IH_COMP_NONE) in print_decomp_msg()
371 case IH_COMP_NONE: in bootm_decomp_image()
478 no_overlap = (os.comp == IH_COMP_NONE && load == image_start); in bootm_load_os()
H A Dimage-fdt.c59 if (image_get_comp(fdt_hdr) != IH_COMP_NONE) { in image_get_fdt()
H A Dimage.c175 { IH_COMP_NONE, "none", "uncompressed", },
H A Dimage-fit.c1898 !fit_image_check_comp(fit, noffset, IH_COMP_NONE)) { in fit_image_load()
/openbmc/u-boot/test/
H A Dcompression.c486 if (comp_type == IH_COMP_NONE) in run_bootm_test()
531 return run_bootm_test(uts, IH_COMP_NONE, compress_using_none); in compression_test_bootm_none()
/openbmc/u-boot/include/
H A Dimage.h317 IH_COMP_NONE = 0, /* No Compression Used */ enumerator
/openbmc/u-boot/tools/
H A Dfit_image.c243 genimg_get_comp_short_name(IH_COMP_NONE)); in fit_write_images()