commit | 1362dbf6b9de793629352247caf85b7b52438212 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 14 14:40:30 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 02 22:38:01 2023 -0400 |
tree | 86c7cf70a50ff6c751b066bd266e70f4162e5825 | |
parent | 682a2560e0a0e20fa2a572b6e5112ad836ef3c60 [diff] |
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>