| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Elkhart Lake support | Werner Zeh | 2022-02-04 | 1 | -2/+11 |
* | ichspi: Remove unneeded line breaks, add useful line breaks and tabs | Anastasia Klimchuk | 2022-02-02 | 1 | -58/+36 |
* | ichspi: Extract initialisation of swseq and hwseq into a function | Anastasia Klimchuk | 2022-02-02 | 1 | -34/+41 |
* | ichspi: Extract handling programmer param into a function | Anastasia Klimchuk | 2022-02-02 | 1 | -27/+37 |
* | ichspi: Split very long init function into two | Anastasia Klimchuk | 2022-02-02 | 1 | -242/+255 |
* | hwaccess: move mmio functions into hwaccess_physmap | Thomas Heijligen | 2022-01-20 | 1 | -1/+0 |
* | physmap: rename to hwaccess_physmap, create own header | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | Add Tiger Lake U Premium support | Michał Żygowski | 2021-11-17 | 1 | -1/+10 |
* | remove compile guards | Thomas Heijligen | 2021-09-26 | 1 | -4/+0 |
* | treewide: Drop unnecessary uses of memset/memcpy | Angel Pons | 2021-06-09 | 1 | -3/+1 |
* | treewide: Drop most cases of `sizeof(struct ...)` | Angel Pons | 2021-06-09 | 1 | -1/+1 |
* | programmer: Smoothen register_opaque_master() API | Anastasia Klimchuk | 2021-05-23 | 1 | -1/+1 |
* | Add Gemini Lake support | Angel Pons | 2021-05-16 | 1 | -2/+9 |
* | programmer: Smoothen register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -3/+3 |
* | tree: Remove forward-declarations for spi masters | Anastasia Klimchuk | 2021-02-16 | 1 | -165/+159 |
* | 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 |