Hello Angel Pons, Arthur Heymans, Thomas Heijligen, David Hendricks, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/33521
to look at the new patch set (#3).
Change subject: layout: Use linked list for `struct romentry` ......................................................................
layout: Use linked list for `struct romentry`
This gets rid of the entry limit and hopefully makes future layout handling easier. We start by making `struct flashrom_layout` private to `layout.c`.
Change-Id: I60a0aa1007ebcd5eb401db116f835d129b3e9732 Signed-off-by: Nico Huber nico.h@gmx.de --- M layout.c M layout.h M libflashrom.c 3 files changed, 49 insertions(+), 75 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/21/33521/3