]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Convert to using the CBFS bintool
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:58 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commitd36824ddd23680a3c2f9b70ee7721af11a9f60f5
tree890d84ea3971fd2aaab90a4f8fd2734f946f6b3b
parent749f97e892b3c598b18b57d1b6d030aaa7f74267
binman: Convert to using the CBFS bintool

Update the CBFS tests to use this bintool, instead of running cbfstool
directly. This simplifies the overall code and provides more consistency,
as well as supporting missing bintools.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/cbfs_util.py
tools/binman/cbfs_util_test.py