summaryrefslogtreecommitdiff
path: root/sb600spi.c
Commit message (Expand)AuthorAgeFilesLines
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-2/+4
* Add AMD Hudson chipset-enable.uwe2011-08-261-2/+5
* Remove unneeded inclusions of chipdrivers.hstefanct2011-08-161-1/+0
* kill central list of SPI programmersmkarcher2011-05-111-3/+12
* Factor out SPI write/read chunking wrappers.mkarcher2011-05-111-11/+0
* This patch reduces the stack usage by declaring 'const' stack variableskrause2011-01-171-1/+1
* AMD SB700 and later have an integrated microcontroller (IMC) which runshailfinger2010-09-151-0/+18
* Add paranoid checks for correct values in essential registers in thehailfinger2010-08-181-7/+74
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Move SB600 SPI initialization to sb600spi.cmkarcher2010-07-221-1/+83
* 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-17/+2
* Remove unneeded #include statements completely.hailfinger2010-05-301-1/+0
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-0/+4
* Every SPI programmer driver had its own completely different chip writehailfinger2010-05-211-14/+2
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert all messages in sb600spi.c to the new message infrastructure.hailfinger2010-01-101-30/+19
* Programmer debug messages during programmer init/shutdown are usefulhailfinger2010-01-071-7/+18
* 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