Home
last modified time | relevance | path

Searched refs:gunzip (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dconfig.c24 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_config()
H A Dlicense.c25 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_license()
H A Dunzip.c28 if (gunzip((void *) dst, dst_len, (void *) src, &src_len) != 0) in do_unzip()
H A Dximg.c214 if (gunzip((void *) dest, unc_len, in do_imgextract()
H A Dbmp.c63 if (gunzip(bmp, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE, map_sysmem(addr, 0), in gunzip_bmp()
H A Dfpga.c221 if (gunzip((void *)data, ~0UL, in do_fpga()
/rk3399_rockchip-uboot/lib/
H A DMakefile63 obj-$(CONFIG_$(SPL_)GZIP) += gunzip.o
H A Dgunzip.c74 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) in gunzip() function
H A Dfdtdec.c1253 rc = gunzip(dst, sz_out, (u8 *)src, &sz_in); in uncompress_blob()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_meta.c93 ret = gunzip((void *)&dst, ALIGN(len, FIT_MAX_SPL_IMAGE_SZ), in rk_meta_iq_decom()
H A Dfit_misc.c137 ret = gunzip((void *)(*load_addr), ALIGN(len, FIT_MAX_SPL_IMAGE_SZ), in fit_decomp_image()
/rk3399_rockchip-uboot/test/
H A Dcompression.c147 ret = gunzip(out, out_max, in, &inout_size); in uncompress_using_gzip()
/rk3399_rockchip-uboot/include/
H A Dcommon.h641 int gunzip(void *, int, unsigned char *, unsigned long *);
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c380 if (gunzip((void *)load_addr, CONFIG_SYS_BOOTM_LEN, in spl_load_fit_image()
/rk3399_rockchip-uboot/common/
H A Dbootm.c435 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in bootm_decomp_image()
/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c1347 if (gunzip(dst+2, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE-2, in video_display_bitmap()
/rk3399_rockchip-uboot/
H A DREADME2432 -6 common/cmd_bootm.c gunzip uncompression error
4430 -> gunzip /opt/elsk/ppc_8xx/usr/src/linux-2.4.4/arch/powerpc/coffboot/vmlinux.gz