Nico Huber has posted comments on this change. ( https://review.coreboot.org/17953 )
Change subject: Add option to read ROM layout from IFD ......................................................................
Patch Set 13:
(1 comment)
https://review.coreboot.org/#/c/17953/13/ich_descriptors.c File ich_descriptors.c:
PS13, Line 948: min(desc.content.NR + 1, ARRAY_SIZE(regions))
What I have is a Flash_Descriptor, a BIOS, and a GbE and no ME. content.NR
In other words your GbE is at FLREGs[3]? like it usually is? but you exclude it by setting a short NR? Then fix your flash descriptor...