Hello build bot (Jenkins), Raul Rangel, Furquan Shaikh, Marshall Dawson, Eric Peers, Rob Barnes, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44045
to look at the new patch set (#2).
Change subject: util/amdfwtool: Refactor APOB_NV requirements ......................................................................
util/amdfwtool: Refactor APOB_NV requirements
amdfwtool currently assumes that we MUST have an apob_nv area if we have an aopb. This is not required, so if neither the apob_nv size or base are specified, just move on.
BUG=b:158363448 TEST=Build an image with no APOB_NV region. Dump regions to show that it's not there.
Signed-off-by: Martin Roth martinroth@chromium.org Change-Id: Ibaeacd3dcdfd73f690df61c2a19d39bbb9dcc838 --- M util/amdfwtool/amdfwtool.c 1 file changed, 8 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/44045/2