]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Move stage header into a CBFS attribute
authorSimon Glass <sjg@chromium.org>
Sat, 14 Oct 2023 20:40:30 +0000 (14:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 3 Nov 2023 02:38:01 +0000 (22:38 -0400)
commitce0e9e3990e051b2d79f89771e6253fc095d1ca1
tree86c7cf70a50ff6c751b066bd266e70f4162e5825
parentfe35c2f011006b6753df53946ec6a206213f3a34
binman: Move stage header into a CBFS attribute

cbfsutil completely changed the way that stages are formatted in CBFS.
Adjust the binman implementation to do the same.

This mirrors commit 81dc20e744 in coreboot.

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