]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Support compression of sections
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 23:40:25 +0000 (17:40 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:59 +0000 (14:42 -0600)
commit8f5ef89f00133df6381e60f0415269ded39647c1
treeb498fd32d47a0eddea9c9dd48f9f81db6cb6990b
parent0ff83da634c4e4a8e510c5b2434cab88cb33c164
binman: Support compression of sections

With the previous changes, it is now possible to compress entire
sections. Add some tests to check that compression works correctly,
including updating the metadata.

Also update the documentation.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/binman/ftest.py
tools/binman/test/182_compress_image.dts [new file with mode: 0644]
tools/binman/test/183_compress_image_less.dts [new file with mode: 0644]
tools/binman/test/184_compress_section_size.dts [new file with mode: 0644]
tools/binman/test/185_compress_section.dts [new file with mode: 0644]
tools/binman/test/186_compress_extra.dts [new file with mode: 0644]