Actions
Documentation #361
closedFeature #353: Release v1.3
Document realtek_mst_i2c_spi programmer
Start date:
04/28/2022
Due date:
% Done:
100%
Estimated time:
Description
Man page entry done https://review.coreboot.org/c/flashrom/+/63103
We can also try to add more info for developers, see if code can be commented better?
Specific questions:
1) No probing, starts by toggling a GPIO. Are GPIO settings board specific?
2) Timeout checks seem to have regressed since original commit. Not documented?
3) Changes clock settings, is this board specific?
4) Implements spi_master
with special cases in an opcode LUT, doesn't bail out on unknown codes.
5) Falls back on unaligned reads/writes, were these paths tested?
6) Fixups suggest that the original code wasn't properly tested, was it by now?
Actions