Searched refs:IH_COMP_GZIP (Results 1 – 8 of 8) sorted by relevance
/u-boot/common/spl/ |
A D | spl_ymodem.c | 142 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 D | spl_fit.c | 312 if (IS_ENABLED(CONFIG_SPL_GZIP) && image_comp == IH_COMP_GZIP) { in spl_load_fit_image()
|
/u-boot/cmd/ |
A D | ximg.c | 216 case IH_COMP_GZIP: in do_imgextract()
|
A D | fpga.c | 296 if (comp == IH_COMP_GZIP) { in do_fpga_loadmk()
|
/u-boot/common/ |
A D | image.c | 200 { 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 D | compression.c | 505 return run_bootm_test(uts, IH_COMP_GZIP, compress_using_gzip); in compression_test_bootm_gzip()
|
/u-boot/tools/ |
A D | mkimage.c | 23 .comp = IH_COMP_GZIP,
|
/u-boot/include/ |
A D | image.h | 328 IH_COMP_GZIP, /* gzip Compression Used */ enumerator
|
Completed in 15 milliseconds