summaryrefslogtreecommitdiffstats
path: root/wbsio_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Use the max_rom_decode infrastructure for wbsio_spiCarl-Daniel Hailfinger2010-07-141-17/+3
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-5/+3
* board_enable.c: Remove useless 'name' parameterUwe Hermann2010-06-071-1/+1
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-1/+0
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-0/+4
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Convert all messages in wbsio_spi.c to the new message infrastructureSean Nelson2010-01-091-35/+24
* Allow one to disable programmer debug messages at compile timeCarl-Daniel Hailfinger2010-01-071-18/+30
* Replace remaining explicit erases in SPI programmer drivers with auto-erasesCarl-Daniel Hailfinger2009-08-101-16/+4
* Use a distinct return code for SPI commands with unsupported/invalid lengthCarl-Daniel Hailfinger2009-07-141-1/+2
* Convert SPI byte program to use the multicommand infrastructureCarl-Daniel Hailfinger2009-07-121-4/+1
* Add SPI multicommand infrastructureCarl-Daniel Hailfinger2009-07-101-1/+1
* Support reads of arbitrary rangeCarl-Daniel Hailfinger2009-06-161-2/+2
* Flashrom only checks for very few chips if the erase workedCarl-Daniel Hailfinger2009-06-151-1/+4
* Every SPI host controller implemented its own way to read flash chipsCarl-Daniel Hailfinger2009-06-131-2/+2
* Add programmer-specific delay functionsCarl-Daniel Hailfinger2009-06-051-2/+2
* Only probe for chips with compatible bus protocolsCarl-Daniel Hailfinger2009-06-011-0/+3
* Add bus type annotation to struct flashchipsCarl-Daniel Hailfinger2009-05-311-1/+1
* Refactor SuperIO accessesCarl-Daniel Hailfinger2009-05-251-5/+5
* 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-1/+1
* Refine handling of spi_write_enable() failures to fix chip erases on ichspiCarl-Daniel Hailfinger2009-05-091-1/+4
* Some coding style and consistency fixesUwe Hermann2009-04-151-6/+12
* Winbond SuperIO SPI driverPeter Stuge2009-01-261-0/+201
OpenPOWER on IntegriCloud