Hello Frans Hendriks, Stefan Reinauer, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38460
to look at the new patch set (#3).
Change subject: util/ifdtool: Correct region resize handling ......................................................................
util/ifdtool: Correct region resize handling
When regions are resized they are always aligned to the top of the region. For the BIOS region this is correct. The other regions however should be aligned to the bottom of the region.
Update the region handling to only align BIOS region to top of region.
BUG=N/A TEST=verified image resize
Change-Id: Ied0e763b5335f5f124fc00de38e5db1a4d0f6785 Signed-off-by: Wim Vervoorn wvervoorn@eltan.com --- M util/ifdtool/ifdtool.c 1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/38460/3