]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Select compression bintools in cbfs_util class
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Fri, 19 Aug 2022 14:25:29 +0000 (16:25 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Aug 2022 00:07:33 +0000 (18:07 -0600)
commitedafeb8da6b92957fdbb00d709a55ac62ec6d0d7
treef4af4583cc969a29535c28cbb892d238d0f72c27
parentcbe2e75d00a1effcd2bc3bcbab0f58bf5c3d23c7
binman: Select compression bintools in cbfs_util class

Select the lz4 and lzma_alone bintools in cbfs_util class to centralize
the supported compression algorithm evaluation inside the class and over
multiple classes.

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/cbfs_util.py
tools/binman/cbfs_util_test.py