Searched refs:lzo (Results 1 - 10 of 10) sorted by last modified time

/u-boot/
H A DMakefile1200 FINAL_DTB_CONTAINER = fit-dtb.blob.lzo
1210 fit-dtb.blob.lzo: fit-dtb.blob
/u-boot/test/
H A Dcompression.c25 #include <linux/lzo.h>
37 "compressing me in the first place. At least with lzo, anyway,\n"
79 /* lzop -c /tmp/plain.txt > /tmp/plain.lzo */
253 /* There is no lzo compression in u-boot, so fake it. */
494 return run_test(uts, "lzo", compress_using_lzo, uncompress_using_lzo);
/u-boot/fs/ubifs/
H A Dubifs.c28 #include <linux/lzo.h>
36 * incompatible with the lzo decompressor.
58 .name = "lzo",
59 .capi_name = "lzo",
/u-boot/boot/
H A Dimage.c64 #include <linux/lzo.h>
194 { IH_COMP_LZO, "lzo", "lzo compressed", },
217 { IH_COMP_LZO, "lzo", {0x89, 0x4c},},
/u-boot/scripts/
H A DMakefile.spl305 FINAL_DTB_CONTAINER = $(obj)/$(SPL_BIN).multidtb.fit.lzo
606 $(obj)/$(SPL_BIN).multidtb.fit.lzo: $(obj)/$(SPL_BIN).multidtb.fit
/u-boot/lib/lzo/
H A Dlzo1x_decompress.c7 * http://www.oberhumer.com/opensource/lzo/
15 #include <linux/lzo.h>
/u-boot/lib/
H A Dfdtdec.c36 #include <linux/lzo.h>
1170 bool gzip = 0, lzo = 0; local
1180 lzo = 1;
1182 if (!gzip && !lzo)
1202 else if (CONFIG_IS_ENABLED(LZO) && lzo)
H A DMakefile86 obj-$(CONFIG_$(SPL_)LZO) += lzo/
/u-boot/fs/squashfs/
H A Dsqfs_decompressor.c14 #include <linux/lzo.h>
/u-boot/fs/btrfs/
H A Dcompression.c12 #include <linux/lzo.h>

Completed in 108 milliseconds