| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: Move ICH BBAR quirk out of the way | Nico Huber | 2017-12-28 | 1 | -46/+1 |
* | 4BA: Flashrom integration for the 4-bytes addressing extensions | Boris Baykov | 2017-10-15 | 1 | -1/+4 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -19/+19 |
* | Add 'const' keyword to chip write and other function prototypes | Mark Marshall | 2014-05-09 | 1 | -6/+3 |
* | Add a bunch of new/tested stuff and various small changes 14 | Stefan Tauner | 2012-09-21 | 1 | -0/+1 |
* | Make struct flashchip a field in struct flashctx instead of a complete copy | Carl-Daniel Hailfinger | 2012-08-25 | 1 | -3/+3 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -1/+7 |
* | Have all programmer init functions register bus masters/programmers | Carl-Daniel Hailfinger | 2011-12-20 | 1 | -50/+25 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -17/+25 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -4/+4 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-11-23 | 1 | -7/+7 |
* | Revert "Unsignify lengths and addresses in chip functions and structs" | Stefan Tauner | 2011-09-18 | 1 | -6/+6 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-09-18 | 1 | -6/+6 |
* | Rename CHIP_BUSTYPE_FOO to BUS_FOO | Carl-Daniel Hailfinger | 2011-07-27 | 1 | -1/+1 |
* | Add a bunch of new/tested stuff and various small changes 6 | Stefan Tauner | 2011-07-26 | 1 | -1/+1 |
* | Kill central list of SPI programmers | Michael Karcher | 2011-05-11 | 1 | -178/+26 |
* | Factor out SPI write/read chunking wrappers | Michael Karcher | 2011-05-11 | 1 | -23/+79 |
* | Fix and improve libpayload platform support | Patrick Georgi | 2011-03-08 | 1 | -0/+1 |
* | Various IT85* cleanups and fixes | Carl-Daniel Hailfinger | 2011-03-08 | 1 | -2/+2 |
* | Update the ITE IT8500 EC support to match the current state of the flashrom-c... | David Hendricks | 2011-02-28 | 1 | -0/+7 |
* | Add support for the Open Graphics Project development card, OGD1, as a SPI fl... | Mark Marshall | 2010-12-03 | 1 | -0/+9 |
* | Add chunked write ability to the Dediprog SF100 driver | Carl-Daniel Hailfinger | 2010-11-23 | 1 | -1/+1 |
* | Switch all flash chips to partial write | Carl-Daniel Hailfinger | 2010-10-13 | 1 | -17/+3 |
* | Move implicit erase out of chip drivers | Carl-Daniel Hailfinger | 2010-10-08 | 1 | -6/+0 |
* | Honor ICH SPI address window for reads | Carl-Daniel Hailfinger | 2010-09-15 | 1 | -1/+22 |
* | Add Intel Gigabit NIC SPI flashing support | Idwer Vollering | 2010-09-03 | 1 | -0/+9 |
* | Add detailed status register printing and unlocking for all ATMEL AT25* chips | Carl-Daniel Hailfinger | 2010-07-29 | 1 | -2/+0 |
* | Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashing support | Carl-Daniel Hailfinger | 2010-07-28 | 1 | -0/+7 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek... | Carl-Daniel Hailfinger | 2010-07-21 | 1 | -0/+9 |
* | Use generic unlocking infrastructure for SPI chips | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -1/+0 |
* | Use the max_rom_decode infrastructure for wbsio_spi | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -1/+1 |
* | Convert SPI chips to partial write | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -5/+29 |
* | Kill global variables, constants and functions if local scope suffices | Carl-Daniel Hailfinger | 2010-07-03 | 1 | -1/+0 |
* | Add SPI chip read support to the dummy flasher | Carl-Daniel Hailfinger | 2010-06-20 | 1 | -1/+1 |
* | Fix message printing for SPI RES on spew level | Carl-Daniel Hailfinger | 2010-06-20 | 1 | -6/+10 |
* | So far, we have up to 4 different names for the same thing (ignoring capitali... | Carl-Daniel Hailfinger | 2010-05-31 | 1 | -6/+6 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -1/+0 |
* | ichspi: try harder to conform to address restrictions | Carl-Daniel Hailfinger | 2010-05-28 | 1 | -2/+16 |
* | Handle the following architectures in generic flashrom code | Carl-Daniel Hailfinger | 2010-05-26 | 1 | -0/+2 |
* | Convert various prints to use msg_p* and msg_g* respectively | Sean Nelson | 2010-05-07 | 1 | -4/+4 |
* | Multibyte SPI write for the Bus Pirate | Carl-Daniel Hailfinger | 2010-03-22 | 1 | -1/+1 |
* | Split spi.c into programmer and chip code Remove chipdriver.h include from fl... | Sean Nelson | 2010-02-26 | 1 | -935/+1 |
* | Ignore RES (1 byte) if chip replied to REMS (2 bytes) | Carl-Daniel Hailfinger | 2010-02-12 | 1 | -4/+17 |
* | Add write support | Carl-Daniel Hailfinger | 2010-01-22 | 1 | -0/+3 |
* | Dediprog SF100 support | Carl-Daniel Hailfinger | 2010-01-19 | 1 | -0/+9 |
* | Block eraser conversions and support for Eon EN25B series | Sean Nelson | 2010-01-19 | 1 | -0/+42 |
* | Don't use "byte" as identifier | Michael Karcher | 2010-01-12 | 1 | -2/+2 |
* | Add a few FIXME comments to the generic SPI code | Carl-Daniel Hailfinger | 2009-12-22 | 1 | -0/+2 |
* | Internal (onboard) programming was the only feature which could not be disabled | Carl-Daniel Hailfinger | 2009-12-13 | 1 | -0/+6 |