| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -2/+2 |
* | Add 'const' keyword to chip write and other function prototypes | Mark Marshall | 2014-05-09 | 1 | -4/+3 |
* | Add a bunch of new/tested stuff and various small changes 20 | Stefan Tauner | 2014-05-03 | 1 | -3/+2 |
* | IT87: Add ability to select between chips on GIGABYTE DualBIOS boards | Vadim Girlin | 2013-08-24 | 1 | -7/+40 |
* | Add a bunch of new/tested stuff and various small changes 17 | Stefan Tauner | 2013-02-22 | 1 | -6/+3 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -1/+1 |
* | Make struct flashchip a field in struct flashctx instead of a complete copy | Carl-Daniel Hailfinger | 2012-08-25 | 1 | -10/+10 |
* | 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 |
* | dummyflasher: Add a status register to SPI chips | Stefan Tauner | 2012-05-06 | 1 | -1/+1 |
* | Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI | Carl-Daniel Hailfinger | 2012-03-01 | 1 | -2/+2 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -7/+11 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -5/+5 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-11-23 | 1 | -7/+8 |
* | Register Parallel/LPC/FWH programmers the same way SPI programmers are regist... | Carl-Daniel Hailfinger | 2011-11-09 | 1 | -1/+1 |
* | Revert "Unsignify lengths and addresses in chip functions and structs" | Stefan Tauner | 2011-09-18 | 1 | -4/+4 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-09-18 | 1 | -4/+4 |
* | Change programmer selection in cli and generic code | Carl-Daniel Hailfinger | 2011-09-08 | 1 | -4/+2 |
* | Fixup of r1397 | Carl-Daniel Hailfinger | 2011-08-15 | 1 | -1/+2 |
* | Random whitespace and coding-style fixes | Uwe Hermann | 2011-07-28 | 1 | -22/+23 |
* | Rename CHIP_BUSTYPE_FOO to BUS_FOO | Carl-Daniel Hailfinger | 2011-07-27 | 1 | -1/+1 |
* | Kill central list of SPI programmers | Michael Karcher | 2011-05-11 | 1 | -5/+19 |
* | Add support for more than one Super I/O or EC per machine | Carl-Daniel Hailfinger | 2011-04-27 | 1 | -55/+66 |
* | Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM | Carl-Daniel Hailfinger | 2010-10-27 | 1 | -5/+6 |
* | Switch all flash chips to partial write | Carl-Daniel Hailfinger | 2010-10-13 | 1 | -12/+14 |
* | Updates to the board and chips status tables | Uwe Hermann | 2010-09-05 | 1 | -2/+2 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | 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 | -16/+26 |
* | Generify support for ITE IT8705 Super I/O | Carl-Daniel Hailfinger | 2010-07-10 | 1 | -79/+85 |
* | Unify programmer parameter extraction | Carl-Daniel Hailfinger | 2010-07-08 | 1 | -1/+1 |
* | Various places in the flashrom source feature custom parameter extraction fro... | Carl-Daniel Hailfinger | 2010-07-06 | 1 | -15/+17 |
* | Kill global variables, constants and functions if local scope suffices | Carl-Daniel Hailfinger | 2010-07-03 | 1 | -1/+1 |
* | Handle the following architectures in generic flashrom code | Carl-Daniel Hailfinger | 2010-05-26 | 1 | -0/+4 |
* | Add ITE IT8720 SPI support | Vadim Girlin | 2010-03-30 | 1 | -2/+6 |
* | Autodetect ITE IT87* LPC->SPI translation on all boards without the need for ... | Carl-Daniel Hailfinger | 2010-03-25 | 1 | -6/+19 |
* | Various coding style and cosmetic changes | Uwe Hermann | 2010-03-13 | 1 | -2/+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 it87spi.c to the new message infrastructure | Sean Nelson | 2010-01-10 | 1 | -16/+16 |
* | SuperI/O detection now happens unconditionally and before the chipset enable | Carl-Daniel Hailfinger | 2009-12-22 | 1 | -11/+53 |
* | Store block sizes and corresponding erase functions in struct flashchip | Carl-Daniel Hailfinger | 2009-09-05 | 1 | -1/+1 |
* | Standardize on using __func__ instead of __FUNCTION__ | Uwe Hermann | 2009-09-02 | 1 | -2/+2 |
* | Use a common parameter variable for all programmers | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -5/+4 |
* | Replace remaining explicit erases in SPI programmer drivers with auto-erases | Carl-Daniel Hailfinger | 2009-08-10 | 1 | -27/+9 |
* | Use a distinct return code for SPI commands with unsupported/invalid length | Carl-Daniel Hailfinger | 2009-07-14 | 1 | -2/+2 |
* | Convert SPI byte program to use the multicommand infrastructure | Carl-Daniel Hailfinger | 2009-07-12 | 1 | -4/+2 |
* | Add an optional flash port parameter for IT87* SPI controllers in standalone ... | Carl-Daniel Hailfinger | 2009-07-11 | 1 | -5/+22 |
* | Add SPI multicommand infrastructure | Carl-Daniel Hailfinger | 2009-07-10 | 1 | -1/+1 |
* | Handle programmer init errors and abort | Carl-Daniel Hailfinger | 2009-06-28 | 1 | -2/+6 |
* | Support reads of arbitrary range | Carl-Daniel Hailfinger | 2009-06-16 | 1 | -3/+3 |