summaryrefslogtreecommitdiffstats
path: root/sb600spi.c
Commit message (Expand)AuthorAgeFilesLines
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Convert all messages in sb600spi.c to the new message infrastructureCarl-Daniel Hailfinger2010-01-101-30/+19
* Allow one to disable programmer debug messages at compile timeCarl-Daniel Hailfinger2010-01-071-7/+18
* Introduce proper error checking for SPI programmingCarl-Daniel Hailfinger2009-10-011-6/+6
* Fix all remaining issues reported by LLVM/clang's scan-buildStefan Reinauer2009-09-161-0/+5
* Store block sizes and corresponding erase functions in struct flashchipCarl-Daniel Hailfinger2009-09-051-1/+1
* Replace remaining explicit erases in SPI programmer drivers with auto-erasesCarl-Daniel Hailfinger2009-08-101-1/+2
* Remove unnecessary #include filesCarl-Daniel Hailfinger2009-08-091-1/+0
* This is a workaround for a bug in SB600 and SB700Carl-Daniel Hailfinger2009-07-231-16/+22
* Use a distinct return code for SPI commands with unsupported/invalid lengthCarl-Daniel Hailfinger2009-07-141-5/+5
* Convert SPI byte program to use the multicommand infrastructureCarl-Daniel Hailfinger2009-07-121-4/+1
* Add SPI multicommand infrastructureCarl-Daniel Hailfinger2009-07-101-2/+2
* SB600 SPI: Kill unused variableCarl-Daniel Hailfinger2009-06-231-16/+15
* 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-8/+2
* Add bus type annotation to struct flashchipsCarl-Daniel Hailfinger2009-05-311-4/+4
* Use accessor functions for MMIOCarl-Daniel Hailfinger2009-05-171-11/+11
* 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
* Fix typoUwe Hermann2009-04-131-1/+1
* Copyright update by Jason Wang for freshly written sb600 codeJason Wang2008-11-291-3/+3
* Add support for the AMD/ATI SB600 southbridge SPI functionalityJason Wang2008-11-281-0/+175
OpenPOWER on IntegriCloud