Actions
Documentation #361
closed
AK
PM
Feature #353: Release v1.3
Document realtek_mst_i2c_spi programmer
Documentation #361:
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:
- No probing, starts by toggling a GPIO. Are GPIO settings board specific?
- Timeout checks seem to have regressed since original commit. Not documented?
- Changes clock settings, is this board specific?
- Implements
spi_masterwith special cases in an opcode LUT, doesn't bail out on unknown codes. - Falls back on unaligned reads/writes, were these paths tested?
- Fixups suggest that the original code wasn't properly tested, was it by now?
Actions