| Commit message (Expand) | Author | Age | Files | Lines |
* | it87spi.c: Remove 'it8716f_' prefix from local state tracker | Edward O'Callaghan | 2020-11-22 | 1 | -21/+21 |
* | it87spi.c: Move singleton state into spi master state tracker | Edward O'Callaghan | 2020-11-22 | 1 | -26/+71 |
* | it87spi.c: Reorder functions with primitives at the top | Edward O'Callaghan | 2020-11-22 | 1 | -172/+164 |
* | it87spi.c: Prevent use-after-free bug | Angel Pons | 2020-10-22 | 1 | -1/+2 |
* | it87spi.c: Fix layering violation of default_spi_read | Edward O'Callaghan | 2020-10-12 | 1 | -2/+2 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -2/+2 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -1/+2 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -1/+0 |
* | tree: Make internal functions static | Jacob Garber | 2019-06-23 | 1 | -1/+1 |
* | spi25: Fix layering violation in default_spi_write_aai() | Nico Huber | 2019-06-21 | 1 | -1/+1 |
* | Remove trailing whitespace | Elyes HAOUAS | 2019-03-04 | 1 | -1/+1 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | 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 |