Re: [U-Boot] [PATCH 39/53] binman: Place Intel descriptor at image start

2019-07-29 Thread sjg
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 Gla

[U-Boot] [PATCH 39/53] binman: Place Intel descriptor at image start

2019-07-20 Thread Simon Glass
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 Gla