]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Ensure attributes always come last in the metadata
authorSimon Glass <sjg@chromium.org>
Sat, 14 Oct 2023 20:40:27 +0000 (14:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 3 Nov 2023 02:38:01 +0000 (22:38 -0400)
commite9199a74e03290826a985c608d60d921a0deffc0
tree191d40233b6b6e649f96d59ce10d5c4c1c19c062
parentbd13255a91af04ab431972ab145e665147802c30
binman: Ensure attributes always come last in the metadata

cbfsutil changed to write zero bytes instead of 0xff when a small
padding must be added. Adjust the binman implementation to do the same.

Drop the code which looks for an unused attribute tag, since it is not
used. A future patch moves the attributes to the end of the header in
any case, so no data will follow the attributes.

This mirrors commit f0cc7adb2f in coreboot.

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