
Hello build bot (Jenkins), I'd like you to reexamine a change. Please visit https://review.coreboot.org/27106 to look at the new patch set (#3). Change subject: [WIP]layout.c: Use a linked lists for layout ...................................................................... [WIP]layout.c: Use a linked lists for layout This uses sys/queue.h to use a linked list for the struct flashrom_layout instead of using an fix sized array. This also removes the global variable in the layout.c file. Change-Id: Id7f48ac613da1590f30247bee979034cf1f74e9e Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> --- M cli_classic.c M flash.h M flashrom.c M ich_descriptors.c M ich_descriptors.h M layout.c M layout.h M libflashrom.c 8 files changed, 121 insertions(+), 103 deletions(-) git pull ssh://review.coreboot.org:29418/flashrom refs/changes/06/27106/3 -- To view, visit https://review.coreboot.org/27106 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: flashrom Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Id7f48ac613da1590f30247bee979034cf1f74e9e Gerrit-Change-Number: 27106 Gerrit-PatchSet: 3 Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>