summaryrefslogtreecommitdiffstats
path: root/it87spi.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-4/+4
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-4/+4
* Change programmer selection in cli and generic codeCarl-Daniel Hailfinger2011-09-081-4/+2
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-1/+2
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-22/+23
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-1/+1
* Kill central list of SPI programmersMichael Karcher2011-05-111-5/+19
* Add support for more than one Super I/O or EC per machineCarl-Daniel Hailfinger2011-04-271-55/+66
* Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAMCarl-Daniel Hailfinger2010-10-271-5/+6
* Switch all flash chips to partial writeCarl-Daniel Hailfinger2010-10-131-12/+14
* Updates to the board and chips status tablesUwe Hermann2010-09-051-2/+2
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Use generic unlocking infrastructure for SPI chipsCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-16/+26
* Generify support for ITE IT8705 Super I/OCarl-Daniel Hailfinger2010-07-101-79/+85
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-15/+17
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-1/+1
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-0/+4
* Add ITE IT8720 SPI supportVadim Girlin2010-03-301-2/+6
* Autodetect ITE IT87* LPC->SPI translation on all boards without the need for ...Carl-Daniel Hailfinger2010-03-251-6/+19
* Various coding style and cosmetic changesUwe Hermann2010-03-131-2/+2
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Convert all messages in it87spi.c to the new message infrastructureSean Nelson2010-01-101-16/+16
* SuperI/O detection now happens unconditionally and before the chipset enableCarl-Daniel Hailfinger2009-12-221-11/+53
* Store block sizes and corresponding erase functions in struct flashchipCarl-Daniel Hailfinger2009-09-051-1/+1
* Standardize on using __func__ instead of __FUNCTION__Uwe Hermann2009-09-021-2/+2
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-5/+4
* Replace remaining explicit erases in SPI programmer drivers with auto-erasesCarl-Daniel Hailfinger2009-08-101-27/+9
* Use a distinct return code for SPI commands with unsupported/invalid lengthCarl-Daniel Hailfinger2009-07-141-2/+2
* Convert SPI byte program to use the multicommand infrastructureCarl-Daniel Hailfinger2009-07-121-4/+2
* Add an optional flash port parameter for IT87* SPI controllers in standalone ...Carl-Daniel Hailfinger2009-07-111-5/+22
* Add SPI multicommand infrastructureCarl-Daniel Hailfinger2009-07-101-1/+1
* Handle programmer init errors and abortCarl-Daniel Hailfinger2009-06-281-2/+6
* Support reads of arbitrary rangeCarl-Daniel Hailfinger2009-06-161-3/+3
* Every SPI host controller implemented its own way to read flash chipsCarl-Daniel Hailfinger2009-06-131-8/+2
* Add programmer-specific delay functionsCarl-Daniel Hailfinger2009-06-051-2/+2
* Only probe for chips with compatible bus protocolsCarl-Daniel Hailfinger2009-06-011-3/+12
* Add IT87xx SPI as external flasher optionCarl-Daniel Hailfinger2009-05-311-3/+16
* Add bus type annotation to struct flashchipsCarl-Daniel Hailfinger2009-05-311-1/+1
* Refactor SuperIO accessesCarl-Daniel Hailfinger2009-05-251-23/+10
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-3/+0
* Chips like the SST SST25VF080B can only handle single byte writes outside AAI...Carl-Daniel Hailfinger2009-05-091-4/+10
* Refine handling of spi_write_enable() failures to fix chip erases on ichspiCarl-Daniel Hailfinger2009-05-091-3/+10
* IT8718F works just like IT8716FPeter Stuge2009-01-121-1/+1
* Coding-style fixes for flashrom, partly indent-aidedUwe Hermann2008-10-181-25/+36
* Trivial SPI cleanupsPeter Stuge2008-07-071-2/+2
* First attempt to clean up SPI probing and create a common construct: the flas...Stefan Reinauer2008-06-301-0/+6
* Changes to make flashrom compile (and work) on FreeBSDAndriy Gapon2008-05-221-29/+29
* IT8716F: Enable writes if decoding of any SPI addresses is enabledCarl-Daniel Hailfinger2008-05-161-0/+6
OpenPOWER on IntegriCloud