Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_ymodem.c117 if (ih->ih_comp == IH_COMP_GZIP) in spl_ymodem_load_image()
134 if (ih->ih_comp == IH_COMP_GZIP) { in spl_ymodem_load_image()
H A Dspl_fit.c255 if (IS_ENABLED(CONFIG_SPL_GZIP) && image_comp == IH_COMP_GZIP) { in spl_load_fit_image()
/openbmc/qemu/hw/core/
H A Duboot_image.h197 IH_COMP_GZIP, /* gzip Compression Used */ enumerator
H A Dloader.c689 case IH_COMP_GZIP: in load_uboot_image()
/openbmc/u-boot/cmd/
H A Dximg.c211 case IH_COMP_GZIP: in do_imgextract()
H A Dfpga.c291 if (comp == IH_COMP_GZIP) { in do_fpga_loadmk()
/openbmc/u-boot/test/
H A Dcompression.c501 return run_bootm_test(uts, IH_COMP_GZIP, compress_using_gzip); in compression_test_bootm_gzip()
/openbmc/u-boot/tools/
H A Dmkimage.c22 .comp = IH_COMP_GZIP,
/openbmc/u-boot/include/
H A Dimage.h318 IH_COMP_GZIP, /* gzip Compression Used */ enumerator
/openbmc/u-boot/common/
H A Dbootm.c380 case IH_COMP_GZIP: { in bootm_decomp_image()
H A Dimage.c177 { IH_COMP_GZIP, "gzip", "gzip compressed", },