commit | aa46d1f213f02476770962ef97d05131702614d3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 23 11:55:07 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 03 07:36:33 2024 +0100 |
tree | a400acf2617fef239d484dccdbfa0fe365227ddf | |
parent | a360b8f4d034f13f3517269cda7dafe28e6774c6 [diff] |
binman: Make Intel ME default to position 0x1000 This cannot ever go at offset 0 since the descriptor is there. Use a better offset for the ME, as used by link and coral, for example. This matters when we start using assumed sizes for missing blobs. Signed-off-by: Simon Glass <sjg@chromium.org>