Searched refs:IH_COMP_NONE (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/cmd/ |
D | ximg.c | 98 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()
|
/external/u-boot/common/ |
D | bootm.c | 161 images.os.comp = IH_COMP_NONE; in bootm_find_os() 316 if (comp_type == IH_COMP_NONE) in print_decomp_msg() 373 case IH_COMP_NONE: in bootm_decomp_image() 480 no_overlap = (os.comp == IH_COMP_NONE && load == image_start); in bootm_load_os()
|
D | image-fdt.c | 58 if (image_get_comp(fdt_hdr) != IH_COMP_NONE) { in image_get_fdt()
|
D | image.c | 172 { IH_COMP_NONE, "none", "uncompressed", },
|
D | image-fit.c | 1892 !fit_image_check_comp(fit, noffset, IH_COMP_NONE)) { in fit_image_load()
|
/external/u-boot/test/ |
D | compression.c | 486 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()
|
/external/u-boot/tools/ |
D | fit_image.c | 239 genimg_get_comp_short_name(IH_COMP_NONE)); in fit_write_images()
|
/external/u-boot/include/ |
D | image.h | 291 IH_COMP_NONE = 0, /* No Compression Used */ enumerator
|