summaryrefslogtreecommitdiff
path: root/spi25.c
Commit message (Expand)AuthorAgeFilesLines
* The SPI opcode 0xd8 is not a chip erase opcode on any chip out there.hailfinger2010-06-201-23/+0
* Modernize SPI AAI code, blacklist IT87 SPI for AAI, allow AAI to runhailfinger2010-06-201-13/+64
* Fix message printing for SPI RES on spew level.hailfinger2010-06-201-22/+16
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-6/+6
* Some chips implement the RES (0xab) opcode, but they use a non-standardhailfinger2010-05-281-6/+32
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-0/+4
* Every SPI programmer driver had its own completely different chip writehailfinger2010-05-211-2/+48
* Convert chips' message printing to msg_c*snelson2010-03-241-69/+58
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+992