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.c155 if (ih->ih_comp == IH_COMP_GZIP) in spl_ymodem_load_image()
181 (ih->ih_comp == IH_COMP_GZIP)) { in spl_ymodem_load_image()
A Dspl_fit.c322 if (IS_ENABLED(CONFIG_SPL_GZIP) && image_comp == IH_COMP_GZIP) { in spl_load_fit_image()
/u-boot/boot/
A Dimage.c191 { IH_COMP_GZIP, "gzip", "gzip compressed", },
214 { IH_COMP_GZIP, "gzip", {0x1f, 0x8b},},
467 case IH_COMP_GZIP: in image_decomp()
/u-boot/cmd/
A Dximg.c213 case IH_COMP_GZIP: in do_imgextract()
A Dfpga.c296 if (comp == IH_COMP_GZIP) { in do_fpga_loadmk()
/u-boot/test/
A Dcompression.c573 return run_bootm_test(uts, IH_COMP_GZIP, compress_using_gzip); in compression_test_bootm_gzip()
/u-boot/tools/
A Dmkimage.c28 .comp = IH_COMP_GZIP,
/u-boot/include/
A Dimage.h247 IH_COMP_GZIP, /* gzip Compression Used */ enumerator

Completed in 15 milliseconds