On Fri, 22 Feb 2013 17:07:00 +0100 Stefan Tauner stefan.tauner@student.tuwien.ac.at wrote:
- Use ".V" (and "_V" in macros) for 3.3V Winbond 25Q chips. Rename the existing chips and add a .voltage entry where it was missing.
- Use ".W" (and "_W" in macros) for 1.8V Winbond 25Q chips.
- Add a feature flag for QPI-enabled chips: FEATURE_QPI.
- Add W25Q20.W, W25Q40.W, W25Q80.W, W25Q16.W, W25Q32.W, W25Q64.W.
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at
[…] diff --git a/print.c b/print.c […]
- B("ASRock", "H67M", BAD, "http://www.asrock.com/mb/overview.asp?Model=H67M", "Probing works (Winbond W25Q64, 8192 kB, SPI), but parts of the flash are problematic: descriptor is r/o (conforming to ICH reqs), ME region is locked."),
- B("ASRock", "H67M", BAD, "http://www.asrock.com/mb/overview.asp?Model=H67M", "Probing works (Winbond W25Q64.V, 8192 kB, SPI), but parts of the flash are problematic: descriptor is r/o (conforming to ICH reqs), ME region is locked."),
[…]
Self-acked and committed in r1677, but without the changes in print.c.