| Commit message (Expand) | Author | Age | Files | Lines |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -5/+5 |
* | sb600spi: Add spireadmode | Rob Barnes | 2020-03-03 | 1 | -43/+80 |
* | sb600spi.c: Generalise determin_generation() after Yangtze | Edward O'Callaghan | 2019-11-14 | 1 | -21/+9 |
* | sb600spi.c: Fold up debug logic into determine_generation() | Edward O'Callaghan | 2019-11-14 | 1 | -9/+12 |
* | sb600spi.c: Consolidate smbus dev revision derivation | Edward O'Callaghan | 2019-11-14 | 1 | -13/+17 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -2/+2 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -2/+0 |
* | Fix several -Wno-implicit-fallthrough warnings | Richard Hughes | 2019-02-11 | 1 | -0/+1 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | sb600spi: Add support for Merlin Falcon Chipset | Ricardo Ribalda Delgado | 2017-09-17 | 1 | -5/+23 |
* | Add a bunch of new/tested stuff and various small changes 25 | Stefan Tauner | 2016-03-13 | 1 | -1/+1 |
* | sb600spi: rewrite and fix corner case | Carl-Daniel Hailfinger | 2016-03-12 | 1 | -13/+14 |
* | Add a bunch of new/tested stuff and various small changes 22 | Stefan Tauner | 2015-02-08 | 1 | -2/+2 |
* | Add a bunch of new/tested stuff and various small changes 21 | Stefan Tauner | 2014-08-06 | 1 | -1/+1 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -6/+6 |
* | Add support for AMD Bolton chipset | Martin Roth | 2014-07-15 | 1 | -20/+26 |
* | sbxxx: Add spispeed parameter | Stefan Tauner | 2014-05-16 | 1 | -0/+23 |
* | sbxxx: Add support for new AMD SPI controller | Wei Hu | 2014-05-16 | 1 | -10/+128 |
* | sbxxx: Cleanup | Stefan Tauner | 2014-05-16 | 1 | -98/+88 |
* | sbxxx: Set SPI clock to 16.5 MHz and disable fast reads | Stefan Tauner | 2013-09-15 | 1 | -8/+63 |
* | Remove exit call and mayfail parameter from physmap_common() | Niklas Söderlund | 2013-09-14 | 1 | -1/+1 |
* | sbxxx: Add detection for the remaining AMD chipset families | Stefan Tauner | 2013-09-12 | 1 | -27/+110 |
* | Automatically unmap physmap()s | Stefan Tauner | 2013-08-14 | 1 | -2/+4 |
* | Detect AMD Yangtze (found in Kabini and Tamesh) | Stefan Tauner | 2013-08-08 | 1 | -5/+64 |
* | sbxxx: Handle active IMCs in AMD chipsets | Rudolf Marek | 2013-07-25 | 1 | -20/+55 |
* | sbxxx: spibar[0] debug print refinements | Stefan Tauner | 2013-06-16 | 1 | -2/+3 |
* | Hide hwaccess.h from public API | Patrick Georgi | 2012-07-20 | 1 | -0/+1 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -0/+1 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -2/+4 |
* | Add AMD Hudson chipset-enable | Wang Qing Pei | 2011-08-26 | 1 | -2/+5 |
* | Remove unneeded inclusions of chipdrivers.h | Stefan Tauner | 2011-08-16 | 1 | -1/+0 |
* | Kill central list of SPI programmers | Michael Karcher | 2011-05-11 | 1 | -3/+12 |
* | Factor out SPI write/read chunking wrappers | Michael Karcher | 2011-05-11 | 1 | -11/+0 |
* | Convince compilers to put constant data into the .rodata section | Mathias Krause | 2011-01-17 | 1 | -1/+1 |
* | Detect embedded EC (IMC) in AMD's SBs | Carl-Daniel Hailfinger | 2010-09-15 | 1 | -0/+18 |
* | Add paranoid checks to sb600spi driver | Carl-Daniel Hailfinger | 2010-08-18 | 1 | -7/+74 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Move SB600 SPI initialization to sb600spi.c | Michael Karcher | 2010-07-22 | 1 | -1/+83 |
* | Use generic unlocking infrastructure for SPI chips | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -1/+0 |
* | Convert SPI chips to partial write | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -17/+2 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -1/+0 |
* | Handle the following architectures in generic flashrom code | Carl-Daniel Hailfinger | 2010-05-26 | 1 | -0/+4 |
* | Introduce a generic SPI read function: spi_write_chunked() | Carl-Daniel Hailfinger | 2010-05-21 | 1 | -14/+2 |
* | Split spi.c into programmer and chip code Remove chipdriver.h include from fl... | Sean Nelson | 2010-02-26 | 1 | -0/+1 |
* | Convert all messages in sb600spi.c to the new message infrastructure | Carl-Daniel Hailfinger | 2010-01-10 | 1 | -30/+19 |
* | Allow one to disable programmer debug messages at compile time | Carl-Daniel Hailfinger | 2010-01-07 | 1 | -7/+18 |
* | Introduce proper error checking for SPI programming | Carl-Daniel Hailfinger | 2009-10-01 | 1 | -6/+6 |
* | Fix all remaining issues reported by LLVM/clang's scan-build | Stefan Reinauer | 2009-09-16 | 1 | -0/+5 |
* | Store block sizes and corresponding erase functions in struct flashchip | Carl-Daniel Hailfinger | 2009-09-05 | 1 | -1/+1 |
* | Replace remaining explicit erases in SPI programmer drivers with auto-erases | Carl-Daniel Hailfinger | 2009-08-10 | 1 | -1/+2 |