]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add BintoolPacker class to bintool
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Fri, 19 Aug 2022 14:25:33 +0000 (16:25 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Aug 2022 00:07:33 +0000 (18:07 -0600)
commit867eed12846d90012c3fd712559204918639765d
tree3147a599c0aea49ee8e87c0c3da6a5bffa0e70bc
parentda1af35c2f4c09a1fad9b135a11b754e5c6cb234
binman: Add BintoolPacker class to bintool

Add a bintools base class for packers which compression / decompression
entry contents.

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Dropped dead/untested code in version():
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bintool.py