Home
last modified time | relevance | path

Searched refs:lzo (Results 1 – 13 of 13) sorted by relevance

/u-boot/test/py/tests/test_fs/test_squashfs/
A Dsqfs_common.py67 lzo = Compression("lzo", files, sizes) variable
74 lzo.add_opt("-no-fragments")
76 comp_opts = [gzip, zstd, lzo]
/u-boot/doc/uImage.FIT/
A Dkernel.its52 data = /incbin/("./image.bin.lzo");
56 compression = "lzo";
A Dsign-configs.its13 compression = "lzo";
A Dbeaglebone_vboot.txt133 data = /incbin/("Image.lzo");
137 compression = "lzo";
217 Compression: lzo compressed
262 Compression: lzo compressed
335 Compression: lzo compressed
529 Compression: lzo compressed
A Dx86-fit-boot.txt180 In that example the kernel is compressed with lzo. Also we need to provide a
204 Compression: lzo compressed
/u-boot/fs/squashfs/
A Dsqfs_decompressor.h53 struct squashfs_lzo_opts *lzo; member
A DKconfig7 It uses zlib, lz4, lzo, or xz compression to compress files, inodes
/u-boot/lib/
A DMakefile70 obj-$(CONFIG_$(SPL_)LZO) += lzo/
A Dfdtdec.c1191 bool gzip = 0, lzo = 0; in uncompress_blob() local
1201 lzo = 1; in uncompress_blob()
1203 if (!gzip && !lzo) in uncompress_blob()
1223 else if (CONFIG_IS_ENABLED(LZO) && lzo) in uncompress_blob()
/u-boot/scripts/
A DMakefile.spl270 FINAL_DTB_CONTAINER = $(obj)/$(SPL_BIN).multidtb.fit.lzo
/u-boot/
A DMakefile1112 FINAL_DTB_CONTAINER = fit-dtb.blob.lzo
1122 fit-dtb.blob.lzo: fit-dtb.blob
/u-boot/doc/arch/
A Dsandbox.rst495 security checking. It supports gzip, bzip2, lzma and lzo.
/u-boot/doc/
A DREADME.distro262 Image(.gz, .bz2, .lzma, .lzo) using the booti command. It represents the

Completed in 16 milliseconds