Searched refs:IH_COMP_NONE (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ximg.c | 99 if ((comp != IH_COMP_NONE) && (argc < 4)) { in do_imgextract() 147 if (fit_image_check_comp(fit_hdr, noffset, IH_COMP_NONE) in do_imgextract() 187 case IH_COMP_NONE: in do_imgextract()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 323 [IH_COMP_NONE] = "", in print_decomp_msg() 332 if (comp_type == IH_COMP_NONE) in print_decomp_msg() 406 return IH_COMP_NONE; in bootm_parse_comp() 425 case IH_COMP_NONE: in bootm_decomp_image() 492 if (comp == IH_COMP_NONE || comp == IH_COMP_ZIMAGE) in bootm_decomp_image() 528 no_overlap = (os.comp == IH_COMP_NONE && load == image_start); in bootm_load_os()
|
| H A D | image-android.c | 40 static u32 android_kernel_comp_type = IH_COMP_NONE; 168 if (android_kernel_comp_type != IH_COMP_NONE && in android_image_get_kernel_addr() 849 if (comp != IH_COMP_NONE) { in android_image_get_comp_addr() 872 if (comp == IH_COMP_NONE) { in android_image_get_comp_addr() 902 if (comp != IH_COMP_NONE && comp != IH_COMP_ZIMAGE) { in android_image_set_decomp() 907 android_image_set_comp(hdr, IH_COMP_NONE); in android_image_set_decomp()
|
| H A D | android_bootloader.c | 255 if (comp != IH_COMP_NONE) { in sysmem_alloc_uncomp_kernel() 304 [IH_COMP_NONE] = "IMAGE", in android_bootloader_boot_kernel() 318 if (comp_type != IH_COMP_NONE) { in android_bootloader_boot_kernel() 330 comp_type != IH_COMP_NONE ? kernel_addr_c : kernel_addr_r, in android_bootloader_boot_kernel()
|
| H A D | image-fdt.c | 69 if (image_get_comp(fdt_hdr) != IH_COMP_NONE) { in image_get_fdt()
|
| H A D | image.c | 171 { IH_COMP_NONE, "none", "uncompressed", },
|
| H A D | image-fit.c | 2161 !fit_image_check_comp(fit, noffset, IH_COMP_NONE)) { in fit_image_load_index()
|
| /OK3568_Linux_fs/u-boot/test/ |
| H A D | compression.c | 437 if (comp_type == IH_COMP_NONE) in run_bootm_test() 461 err |= run_bootm_test(IH_COMP_NONE, compress_using_none); in do_ut_image_decomp()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_fit.c | 201 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) { in spl_load_fit_image() 252 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) in spl_load_fit_image()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_image.c | 301 genimg_get_comp_short_name(IH_COMP_NONE)); in fit_write_images()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 290 IH_COMP_NONE = 0, /* No Compression Used */ enumerator
|