Attention is currently required from: Edward O'Callaghan.
Nikolai Artemiev has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/70127 )
Change subject: ichspi: Expose flash descriptor regions through get_region() ......................................................................
Patch Set 7:
(4 comments)
File ichspi.c:
https://review.coreboot.org/c/flashrom/+/70127/comment/770ab30b_57f007b4 PS3, Line 300: static struct fd_region fd_regions[MAX_FD_REGIONS] = {{0}};
put this inside `struct hwseq_data`
Done
https://review.coreboot.org/c/flashrom/+/70127/comment/a881b73f_8159f702 PS3, Line 1158: fd_regions
fetch this out of the master's opaque data field.
Done
https://review.coreboot.org/c/flashrom/+/70127/comment/a755f86f_7ae32897 PS3, Line 1853: fd_regions
pass a reference to this in as a argument to the function.
Done
https://review.coreboot.org/c/flashrom/+/70127/comment/19d315e9_0f66224d PS3, Line 1940: .get_region = ich_get_region,
Add support for non-hwseq mode in a seperate patch.
Done