summaryrefslogtreecommitdiff
path: root/sb600spi.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of new/tested stuff and various small changes 25.stefanct2016-03-131-1/+1
* Specifying spispeed=reserved as programmer parameter resulted inhailfinger2016-03-121-13/+14
* Add a bunch of new/tested stuff and various small changes 22.stefanct2015-02-081-2/+2
* Add a bunch of new/tested stuff and various small changes 21.stefanct2014-08-061-1/+1
* Rename programmer registration functionshailfinger2014-07-191-6/+6
* Add support for AMD Bolton chipset.stefanct2014-07-151-20/+26
* sbxxx: Add spispeed parameter.stefanct2014-05-161-0/+23
* sbxxx: Add support for new AMD SPI controller.stefanct2014-05-161-10/+128
* sbxxx: Cleanup.stefanct2014-05-161-98/+88
* sbxxx: Set SPI clock to 16.5 MHz and disable fast reads.stefanct2013-09-151-8/+63
* Remove exit call and mayfail parameter from physmap_common().stefanct2013-09-141-1/+1
* sbxxx: Add detection for the remaining AMD chipset families.stefanct2013-09-121-27/+110
* Automatically unmap physmap()s.stefanct2013-08-141-2/+4
* Detect AMD Yangtze (found in Kabini and Tamesh).stefanct2013-08-081-5/+64
* sbxxx: Handle active IMCs in AMD chipsets.stefanct2013-07-251-20/+55
* sbxxx: spibar[0] debug print refinements.stefanct2013-06-161-2/+3
* Hide hwaccess.h from public API.hailfinger2012-07-201-0/+1
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-0/+1
* 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