Attention is currently required from: Edward O'Callaghan.
Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/72502 )
Change subject: jedec.c: Consolidate op,operand sequencing into func ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2: ```jedec.c: In function 'erase_sector_jedec': jedec.c:309:40: error: 'bios' undeclared (first use in this function) 309 | toggle_ready_jedec_slow(flash, bios); | ^~~~ jedec.c:309:40: note: each undeclared identifier is reported only once for each function it appears in jedec.c: In function 'erase_block_jedec': jedec.c:322:40: error: 'bios' undeclared (first use in this function) 322 | toggle_ready_jedec_slow(flash, bios); | ^~~~ jedec.c: In function 'erase_chip_block_jedec': jedec.c:341:40: error: 'bios' undeclared (first use in this function) 341 | toggle_ready_jedec_slow(flash, bios); | ^~~~ ```