commit | 70e32985c5528664326d392c3357f4b7513edef1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:24:01 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:06 2019 -0600 |
tree | a032e5f9f46527d4652893cd8f388f3c82214384 | |
parent | cf0b21c0e690508e94bedecb866f1c35d3244aa4 [diff] |
binman: Place Intel descriptor at image start The Intel descriptor must always appear at the start of an (x86) image, so it is supposed to position itself there always. However there is no explicit test for this. Add one and fix a bug introduced by the recent change to adjust Entry to read the node in a separate call. Signed-off-by: Simon Glass <sjg@chromium.org>