summaryrefslogtreecommitdiffstats
path: root/ichspi.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Comet Lake-U/400-series PCHMatt DeVillier2020-09-241-1/+10
* ichspi.c: Make ich_init_spi() parameteric on spibarEdward O'Callaghan2020-07-161-27/+27
* ichspi.c: Make pprinters parametric on ich_generationEdward O'Callaghan2020-07-161-16/+17
* ichspi.c: Make ich_set_bbar() parameteric on ich_generationEdward O'Callaghan2020-07-161-5/+5
* ichspi.c: Make ich_init_opcodes() parameteric on ich_generationEdward O'Callaghan2020-07-161-13/+13
* ichspi.c: Make ich_init_spi() parametric on ich_generationEdward O'Callaghan2020-07-161-5/+5
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* ichspi: Replace default JEDEC_BE_D8 with JEDEC_SEDavid Hendricks2019-09-241-1/+1
* ichspi: Add support for discrete Cannon Lake PCHsNico Huber2019-08-081-11/+33
* Fix -Wsign-compare troubleNico Huber2019-07-311-9/+9
* ichspi: Add Apollo Lake supportNico Huber2019-07-061-38/+74
* spi: Drop spi_controller typeNico Huber2019-06-271-3/+0
* ichspi.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-12/+12
* Rework internal bus handling and laptop bail-outNico Huber2019-06-061-1/+1
* Fix several -Wno-implicit-fallthrough warningsRichard Hughes2019-02-111-2/+2
* Fix one more -Wmissing-field-initializers warningRichard Hughes2019-02-031-1/+3
* Fix several -Wno-missing-field-initializers warningsRichard Hughes2019-02-031-1/+1
* Fix several -Wold-style-declaration warningsRichard Hughes2019-02-031-1/+1
* Enable writes with active MENico Huber2018-05-291-46/+38
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Fix whitespace errorsElyes HAOUAS2018-04-241-2/+2
* spi: Move ICH BBAR quirk out of the wayNico Huber2017-12-281-14/+25
* ichspi: Fix 100 series PCH (Skylake) supportNico Huber2017-12-191-1/+1
* ichspi: Disable software sequencing by default for SkylakeNico Huber2017-11-051-0/+5
* ichspi: Fix software sequencing for SkylakeNico Huber2017-11-031-2/+2
* chipset_enable: Add support for C620-series Lewisburg PCHDavid Hendricks2017-09-011-6/+21
* ichspi: "Fix" access permission reporting for regions > 7Nico Huber2017-08-211-2/+18
* ich_descriptors: Draw +0xfff into ICH_FREG_LIMIT()Nico Huber2017-07-281-5/+3
* ichspi: Add support for Intel SkylakeNico Huber2017-07-281-71/+208
* Drop redundant `enum msglevel`Nico Huber2017-07-131-3/+3
* ichspi: Drop `dev` parameter from init functionsNico Huber2017-06-201-2/+2
* Pimp the manpage to create nicer hyperlinks and HTML outputStefan Tauner2016-01-141-2/+2
* Add a bunch of new/tested stuff and various small changes 22Stefan Tauner2015-02-081-4/+4
* Add support for Intel Silvermont: Bay Trail, Rangeley and AvotonDuncan Laurie2014-08-201-6/+8
* Refine Flash Component descriptor handlingStefan Tauner2014-08-201-9/+21
* ichspi: fix missing set_addr on erases and possible crossings of 256 B bounda...Stefan Tauner2014-08-051-0/+8
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-13/+13
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-2/+1
* Refactor Intel Chipset EnablesStefan Tauner2013-10-251-47/+14
* Automatically unmap physmap()sStefan Tauner2013-08-141-1/+3
* Add a bunch of new/tested stuff and various small changes 19Stefan Tauner2013-08-131-2/+2
* Change warning regarding protected ICH regionsStefan Tauner2013-06-011-5/+4
* Fix duplicate 'const' declaration specifiersStefan Tauner2013-01-151-1/+1
* Introduce msg_*warnStefan Tauner2013-01-041-5/+5
* Add a bunch of new/tested stuff and various small changes 15Stefan Tauner2012-10-201-13/+9
* Add a bunch of new/tested stuff and various small changes 14Stefan Tauner2012-09-211-1/+2
* ichspi: ignore bogus FREGsStefan Tauner2012-08-271-1/+1
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-6/+6
* Fix VIA VX*** supportHelge Wagner2012-08-241-5/+3
* Add a bunch of new/tested stuff and various small changes 13Stefan Tauner2012-07-281-2/+2