Home
last modified time | relevance | path

Searched refs:IH_COMP_GZIP (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/cmd/
Dximg.c211 case IH_COMP_GZIP: in do_imgextract()
Dfpga.c262 if (comp == IH_COMP_GZIP) { in do_fpga()
/external/u-boot/common/spl/
Dspl_fit.c253 image_comp == IH_COMP_GZIP && in spl_load_fit_image()
/external/u-boot/test/
Dcompression.c501 return run_bootm_test(uts, IH_COMP_GZIP, compress_using_gzip); in compression_test_bootm_gzip()
/external/u-boot/tools/
Dmkimage.c22 .comp = IH_COMP_GZIP,
/external/u-boot/common/
Dbootm.c382 case IH_COMP_GZIP: { in bootm_decomp_image()
Dimage.c174 { IH_COMP_GZIP, "gzip", "gzip compressed", },
/external/u-boot/include/
Dimage.h292 IH_COMP_GZIP, /* gzip Compression Used */ enumerator