summaryrefslogtreecommitdiff
path: root/sb600spi.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce proper error checking for SPI programming.hailfinger2009-10-011-6/+6
* This patch cleans up flashrom so that it passes LLVM/clang's scan-buildstepan2009-09-161-0/+5
* This is a patch which stores eraseblock sizes and corresponding blockhailfinger2009-09-051-1/+1
* Some SPI chip drivers and the generic 1-byte SPI chip write functionshailfinger2009-08-101-1/+2
* Remove unnecessary #include files.hailfinger2009-08-091-1/+0
* This is a workaround for a bug in SB600 and SB700. If we only send anhailfinger2009-07-231-16/+22
* Use a distinct return code for SPI commands with unsupported/invalidhailfinger2009-07-141-5/+5
* Convert SPI byte program to use the multicommand infrastructure.hailfinger2009-07-121-4/+1
* Add SPI multicommand infrastructure.hailfinger2009-07-101-2/+2
* SB600 SPI: Kill unused variable.hailfinger2009-06-231-16/+15
* This patch gives us arbitrary range reads at byte boundaries for everyhailfinger2009-06-161-2/+2
* flashrom only checks for very few chips if the erase worked.hailfinger2009-06-151-1/+4
* Every SPI host controller implemented its own way to read flash chips.hailfinger2009-06-131-8/+2
* Add bus type annotation to struct flashchips. Right now, the annotationhailfinger2009-05-311-4/+4
* Use accessor functions for MMIO. Some MMIO accesses used volatile,hailfinger2009-05-171-11/+11
* 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-1/+1
* Until the ICH SPI driver can handle preopcodes as standalone opcodes, wehailfinger2009-05-091-1/+4
* Original v2 revision: 4107uwe2009-04-131-1/+1
* Original v2 revision: 3782stepan2008-11-291-3/+3
* Original v2 revision: 3779uwe2008-11-281-0/+175