Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl_ymodem.c142 if (ih->ih_comp == IH_COMP_GZIP) in spl_ymodem_load_image()
168 (ih->ih_comp == IH_COMP_GZIP)) { in spl_ymodem_load_image()
A Dspl_fit.c312 if (IS_ENABLED(CONFIG_SPL_GZIP) && image_comp == IH_COMP_GZIP) { in spl_load_fit_image()
/u-boot/cmd/
A Dximg.c216 case IH_COMP_GZIP: in do_imgextract()
A Dfpga.c296 if (comp == IH_COMP_GZIP) { in do_fpga_loadmk()
/u-boot/common/
A Dimage.c200 { IH_COMP_GZIP, "gzip", "gzip compressed", },
216 { IH_COMP_GZIP, "gzip", {0x1f, 0x8b},},
467 case IH_COMP_GZIP: { in image_decomp()
/u-boot/test/
A Dcompression.c505 return run_bootm_test(uts, IH_COMP_GZIP, compress_using_gzip); in compression_test_bootm_gzip()
/u-boot/tools/
A Dmkimage.c23 .comp = IH_COMP_GZIP,
/u-boot/include/
A Dimage.h328 IH_COMP_GZIP, /* gzip Compression Used */ enumerator

Completed in 15 milliseconds