commit | e9199a74e03290826a985c608d60d921a0deffc0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 14 14:40:27 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 02 22:38:01 2023 -0400 |
tree | 191d40233b6b6e649f96d59ce10d5c4c1c19c062 | |
parent | bd13255a91af04ab431972ab145e665147802c30 [diff] |
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>