summaryrefslogtreecommitdiff
path: root/it87spi.c
Commit message (Expand)AuthorAgeFilesLines
* Updates to the board and chips status tables (trivial).uwe2010-09-051-2/+2
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* We have a generic unlocking infrastructure. Use it for SPI chips.hailfinger2010-07-141-1/+0
* Convert SPI chips to partial write, but wrap the write functions in ahailfinger2010-07-141-16/+26
* Autodetect the ITE IT8705 Super I/O and enable flash writes if ithailfinger2010-07-101-79/+85
* Make programmer_param static by converting all users tohailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-15/+17
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-1/+1
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-0/+4
* Add ITE IT8720 SPI support.hailfinger2010-03-301-2/+6
* Autodetect ITE IT87* LPC->SPI translation on all boards without the needhailfinger2010-03-251-6/+19
* Various coding style and cosmetic changes (trivial).uwe2010-03-131-2/+2
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert all messages in it87spi.c to the new message infrastructure.snelson2010-01-101-16/+16
* SuperI/O detection now happens unconditionally and before the chipsethailfinger2009-12-221-11/+53
* 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