Attention is currently required from: ChrisEric1 CECL, Edward O'Callaghan.
Thomas Heijligen has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/72057 )
Change subject: Add support for VIA VL805 USB Controller flashing ......................................................................
Patch Set 19: Verified+1
(3 comments)
Patchset:
PS19: Tested successfully on the VIA Labs Inc. VIA VL805-QFN68 VL0127A reference card. Read write and erase successfully on an MACRONIX MX25L1006E, recognized as "SFDP-capable chip" by flashrom
File vl805.c:
https://review.coreboot.org/c/flashrom/+/72057/comment/ee5f6706_b7c811fd PS19, Line 120: 64 * 1024, /* Maximum data read size in one go (excluding opcode+address). */ This can be `MAX_DATA_READ_UNLIMITED`
https://review.coreboot.org/c/flashrom/+/72057/comment/698b01a2_f777a5f5 PS19, Line 121: 256, /* Maximum data write size in one go (excluding opcode+address). */ This can be `MAX_DATA_WRITE_UNLIMITED`