summaryrefslogtreecommitdiff
path: root/it87spi.c
Commit message (Expand)AuthorAgeFilesLines
...
* Every SPI host controller implemented its own way to read flash chips.hailfinger2009-06-131-8/+2
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-2/+2
* Only probe for chips with compatible bus protocols.hailfinger2009-06-011-3/+12
* Add IT87xx SPI as external flasher option.hailfinger2009-05-311-3/+16
* Add bus type annotation to struct flashchips. Right now, the annotationhailfinger2009-05-311-1/+1
* Refactor SuperIO accesses. We had duplicated code under different nameshailfinger2009-05-251-23/+10
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-3/+0
* Chips like the SST SST25VF080B can only handle single byte writeshailfinger2009-05-091-4/+10
* Until the ICH SPI driver can handle preopcodes as standalone opcodes, wehailfinger2009-05-091-3/+10
* Original v2 revision: 3858stuge2009-01-121-1/+1
* Original v2 revision: 3669uwe2008-10-181-25/+36
* Original v2 revision: 3418stuge2008-07-071-2/+2
* Original v2 revision: 3401stepan2008-06-301-0/+6
* Original v2 revision: 3344hailfinger2008-05-221-29/+29
* Original v2 revision: 3324hailfinger2008-05-161-0/+6
* Original v2 revision: 3305hailfinger2008-05-131-0/+257