summaryrefslogtreecommitdiff
path: root/it87spi.c
Commit message (Expand)AuthorAgeFilesLines
* This is a patch which stores eraseblock sizes and corresponding blockhailfinger2009-09-051-1/+1
* Standardize on using __func__ instead of __FUNCTION__.uwe2009-09-021-2/+2
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-121-5/+4
* Some SPI chip drivers and the generic 1-byte SPI chip write functionshailfinger2009-08-101-27/+9
* Use a distinct return code for SPI commands with unsupported/invalidhailfinger2009-07-141-2/+2
* Convert SPI byte program to use the multicommand infrastructure.hailfinger2009-07-121-4/+2
* Add an optional flash port parameter for IT87* SPI controllers inhailfinger2009-07-111-5/+22
* Add SPI multicommand infrastructure.hailfinger2009-07-101-1/+1
* Handle programmer init errors and abort. If the programmer didn'thailfinger2009-06-281-2/+6
* This patch gives us arbitrary range reads at byte boundaries for everyhailfinger2009-06-161-3/+3
* 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