Attention is currently required from: Felix Singer, Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk.
Edward O'Callaghan has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/67476 )
Change subject: flashrom.c: Embed is_internal state within the flashctx ......................................................................
Patch Set 2:
(2 comments)
File cli_classic.c:
https://review.coreboot.org/c/flashrom/+/67476/comment/75366f3c_303e640b PS2, Line 1007: fill_flash->is_internal = prog->is_internal; self check Q: what about libflashrom
File include/programmer.h:
https://review.coreboot.org/c/flashrom/+/67476/comment/b40e4df9_3606c0bf PS2, Line 50: bool is_internal; perhaps a better idea is for this state to be part of the programmer parameters struct and for a programmer to be 'configured' as internal instead. Due to the control flow this somehow still needs to wind up in the flashctx that is being worked with?