summaryrefslogtreecommitdiffstats
path: root/sb600spi.c
Commit message (Expand)AuthorAgeFilesLines
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-0/+1
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-2/+4
* Add AMD Hudson chipset-enableWang Qing Pei2011-08-261-2/+5
* Remove unneeded inclusions of chipdrivers.hStefan Tauner2011-08-161-1/+0
* Kill central list of SPI programmersMichael Karcher2011-05-111-3/+12
* Factor out SPI write/read chunking wrappersMichael Karcher2011-05-111-11/+0
* This patch reduces the stack usage by declaring 'const' stack variables as 's...Mathias Krause2011-01-171-1/+1
* AMD SB700 and later have an integrated microcontroller (IMC) which runs from ...Carl-Daniel Hailfinger2010-09-151-0/+18
* Add paranoid checks for correct values in essential registers in the SB600/SB...Carl-Daniel Hailfinger2010-08-181-7/+74
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Move SB600 SPI initialization to sb600spi.cMichael Karcher2010-07-221-1/+83
* We have a generic unlocking infrastructureCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial write, but wrap the write functions in a compat ...Carl-Daniel Hailfinger2010-07-141-17/+2
* 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
* Every SPI programmer driver had its own completely different chip write imple...Carl-Daniel Hailfinger2010-05-211-14/+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 sb600spi.c to the new message infrastructureCarl-Daniel Hailfinger2010-01-101-30/+19
* Programmer debug messages during programmer init/shutdown are useful because ...Carl-Daniel Hailfinger2010-01-071-7/+18
* Introduce proper error checking for SPI programmingCarl-Daniel Hailfinger2009-10-011-6/+6
* This patch cleans up flashrom so that it passes LLVM/clang's scan-build witho...Stefan Reinauer2009-09-161-0/+5
* This is a patch which stores eraseblock sizes and corresponding block erase f...Carl-Daniel Hailfinger2009-09-051-1/+1
* Some SPI chip drivers and the generic 1-byte SPI chip write functions didn't ...Carl-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
* This patch gives us arbitrary range reads at byte boundaries for every single...Carl-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
* Until the ICH SPI driver can handle preopcodes as standalone opcodes, we shou...Carl-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