summaryrefslogtreecommitdiffstats
path: root/sb600spi.c
Commit message (Expand)AuthorAgeFilesLines
* sb600spi.c: Detect rev 0x51 as PromontoryEdward O'Callaghan2020-12-231-1/+1
* sb600spi.c: Add support for 0x790b rev 0x61 (AMD Zen)Edward O'Callaghan2020-12-161-3/+64
* sb600spi.c: Remove 'amd_gen' out of global stateEdward O'Callaghan2020-11-251-27/+24
* sb600spi.c: Reorder functions with primitives at the topEdward O'Callaghan2020-11-221-25/+20
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-5/+5
* sb600spi: Add spireadmodeRob Barnes2020-03-031-43/+80
* sb600spi.c: Generalise determin_generation() after YangtzeEdward O'Callaghan2019-11-141-21/+9
* sb600spi.c: Fold up debug logic into determine_generation()Edward O'Callaghan2019-11-141-9/+12
* sb600spi.c: Consolidate smbus dev revision derivationEdward O'Callaghan2019-11-141-13/+17
* Fix -Wsign-compare troubleNico Huber2019-07-311-2/+2
* spi: Drop spi_controller typeNico Huber2019-06-271-2/+0
* Fix several -Wno-implicit-fallthrough warningsRichard Hughes2019-02-111-0/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* sb600spi: Add support for Merlin Falcon ChipsetRicardo Ribalda Delgado2017-09-171-5/+23
* Add a bunch of new/tested stuff and various small changes 25Stefan Tauner2016-03-131-1/+1
* sb600spi: rewrite and fix corner caseCarl-Daniel Hailfinger2016-03-121-13/+14
* Add a bunch of new/tested stuff and various small changes 22Stefan Tauner2015-02-081-2/+2
* Add a bunch of new/tested stuff and various small changes 21Stefan Tauner2014-08-061-1/+1
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-6/+6
* Add support for AMD Bolton chipsetMartin Roth2014-07-151-20/+26
* sbxxx: Add spispeed parameterStefan Tauner2014-05-161-0/+23
* sbxxx: Add support for new AMD SPI controllerWei Hu2014-05-161-10/+128
* sbxxx: CleanupStefan Tauner2014-05-161-98/+88
* sbxxx: Set SPI clock to 16.5 MHz and disable fast readsStefan Tauner2013-09-151-8/+63
* Remove exit call and mayfail parameter from physmap_common()Niklas Söderlund2013-09-141-1/+1
* sbxxx: Add detection for the remaining AMD chipset familiesStefan Tauner2013-09-121-27/+110
* Automatically unmap physmap()sStefan Tauner2013-08-141-2/+4
* Detect AMD Yangtze (found in Kabini and Tamesh)Stefan Tauner2013-08-081-5/+64
* sbxxx: Handle active IMCs in AMD chipsetsRudolf Marek2013-07-251-20/+55
* sbxxx: spibar[0] debug print refinementsStefan Tauner2013-06-161-2/+3
* 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
* Convince compilers to put constant data into the .rodata sectionMathias Krause2011-01-171-1/+1
* Detect embedded EC (IMC) in AMD's SBsCarl-Daniel Hailfinger2010-09-151-0/+18
* Add paranoid checks to sb600spi driverCarl-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
* Use generic unlocking infrastructure for SPI chipsCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial writeCarl-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
* Introduce a generic SPI read function: spi_write_chunked()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
* Allow one to disable programmer debug messages at compile timeCarl-Daniel Hailfinger2010-01-071-7/+18