]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add DecompressData function to entry class
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Fri, 19 Aug 2022 14:25:24 +0000 (16:25 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Aug 2022 00:07:33 +0000 (18:07 -0600)
commit5d2e5c1ed78a2a280418c2fa93df4ecc2f33dc2a
tree9e25c0354c45402dba7ecb4bcb378edd0f1e370c
parentd2b5df7e88f5674f5a2f43273f6c4331c10c5f49
binman: Add DecompressData function to entry class

Add a DecompressData function to entry class to allow override in child
classes and to centralize the compress and decompress in a single class.

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