| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for Comet Lake-U/400-series PCH | Matt DeVillier | 2020-09-24 | 1 | -1/+10 |
* | ichspi.c: Make ich_init_spi() parameteric on spibar | Edward O'Callaghan | 2020-07-16 | 1 | -27/+27 |
* | ichspi.c: Make pprinters parametric on ich_generation | Edward O'Callaghan | 2020-07-16 | 1 | -16/+17 |
* | ichspi.c: Make ich_set_bbar() parameteric on ich_generation | Edward O'Callaghan | 2020-07-16 | 1 | -5/+5 |
* | ichspi.c: Make ich_init_opcodes() parameteric on ich_generation | Edward O'Callaghan | 2020-07-16 | 1 | -13/+13 |
* | ichspi.c: Make ich_init_spi() parametric on ich_generation | Edward O'Callaghan | 2020-07-16 | 1 | -5/+5 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -2/+2 |
* | ichspi: Replace default JEDEC_BE_D8 with JEDEC_SE | David Hendricks | 2019-09-24 | 1 | -1/+1 |
* | ichspi: Add support for discrete Cannon Lake PCHs | Nico Huber | 2019-08-08 | 1 | -11/+33 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -9/+9 |
* | ichspi: Add Apollo Lake support | Nico Huber | 2019-07-06 | 1 | -38/+74 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -3/+0 |
* | ichspi.c: Remove unneeded 'else' | Elyes HAOUAS | 2019-06-21 | 1 | -12/+12 |
* | Rework internal bus handling and laptop bail-out | Nico Huber | 2019-06-06 | 1 | -1/+1 |
* | Fix several -Wno-implicit-fallthrough warnings | Richard Hughes | 2019-02-11 | 1 | -2/+2 |
* | Fix one more -Wmissing-field-initializers warning | Richard Hughes | 2019-02-03 | 1 | -1/+3 |
* | Fix several -Wno-missing-field-initializers warnings | Richard Hughes | 2019-02-03 | 1 | -1/+1 |
* | Fix several -Wold-style-declaration warnings | Richard Hughes | 2019-02-03 | 1 | -1/+1 |
* | Enable writes with active ME | Nico Huber | 2018-05-29 | 1 | -46/+38 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Fix whitespace errors | Elyes HAOUAS | 2018-04-24 | 1 | -2/+2 |
* | spi: Move ICH BBAR quirk out of the way | Nico Huber | 2017-12-28 | 1 | -14/+25 |
* | ichspi: Fix 100 series PCH (Skylake) support | Nico Huber | 2017-12-19 | 1 | -1/+1 |
* | ichspi: Disable software sequencing by default for Skylake | Nico Huber | 2017-11-05 | 1 | -0/+5 |
* | ichspi: Fix software sequencing for Skylake | Nico Huber | 2017-11-03 | 1 | -2/+2 |
* | chipset_enable: Add support for C620-series Lewisburg PCH | David Hendricks | 2017-09-01 | 1 | -6/+21 |
* | ichspi: "Fix" access permission reporting for regions > 7 | Nico Huber | 2017-08-21 | 1 | -2/+18 |
* | ich_descriptors: Draw +0xfff into ICH_FREG_LIMIT() | Nico Huber | 2017-07-28 | 1 | -5/+3 |
* | ichspi: Add support for Intel Skylake | Nico Huber | 2017-07-28 | 1 | -71/+208 |
* | Drop redundant `enum msglevel` | Nico Huber | 2017-07-13 | 1 | -3/+3 |
* | ichspi: Drop `dev` parameter from init functions | Nico Huber | 2017-06-20 | 1 | -2/+2 |
* | Pimp the manpage to create nicer hyperlinks and HTML output | Stefan Tauner | 2016-01-14 | 1 | -2/+2 |
* | Add a bunch of new/tested stuff and various small changes 22 | Stefan Tauner | 2015-02-08 | 1 | -4/+4 |
* | Add support for Intel Silvermont: Bay Trail, Rangeley and Avoton | Duncan Laurie | 2014-08-20 | 1 | -6/+8 |
* | Refine Flash Component descriptor handling | Stefan Tauner | 2014-08-20 | 1 | -9/+21 |
* | ichspi: fix missing set_addr on erases and possible crossings of 256 B bounda... | Stefan Tauner | 2014-08-05 | 1 | -0/+8 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -13/+13 |
* | Add 'const' keyword to chip write and other function prototypes | Mark Marshall | 2014-05-09 | 1 | -2/+1 |
* | Refactor Intel Chipset Enables | Stefan Tauner | 2013-10-25 | 1 | -47/+14 |
* | Automatically unmap physmap()s | Stefan Tauner | 2013-08-14 | 1 | -1/+3 |
* | Add a bunch of new/tested stuff and various small changes 19 | Stefan Tauner | 2013-08-13 | 1 | -2/+2 |
* | Change warning regarding protected ICH regions | Stefan Tauner | 2013-06-01 | 1 | -5/+4 |
* | Fix duplicate 'const' declaration specifiers | Stefan Tauner | 2013-01-15 | 1 | -1/+1 |
* | Introduce msg_*warn | Stefan Tauner | 2013-01-04 | 1 | -5/+5 |
* | Add a bunch of new/tested stuff and various small changes 15 | Stefan Tauner | 2012-10-20 | 1 | -13/+9 |
* | Add a bunch of new/tested stuff and various small changes 14 | Stefan Tauner | 2012-09-21 | 1 | -1/+2 |
* | ichspi: ignore bogus FREGs | Stefan Tauner | 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 | -6/+6 |
* | Fix VIA VX*** support | Helge Wagner | 2012-08-24 | 1 | -5/+3 |
* | Add a bunch of new/tested stuff and various small changes 13 | Stefan Tauner | 2012-07-28 | 1 | -2/+2 |