summaryrefslogtreecommitdiffstats
path: root/ichspi.c
Commit message (Expand)AuthorAgeFilesLines
...
* ichspi: Extract handling programmer param into a functionAnastasia Klimchuk2022-02-021-27/+37
* ichspi: Split very long init function into twoAnastasia Klimchuk2022-02-021-242/+255
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+0
* physmap: rename to hwaccess_physmap, create own headerThomas Heijligen2021-12-221-0/+1
* Add Tiger Lake U Premium supportMichał Żygowski2021-11-171-1/+10
* remove compile guardsThomas Heijligen2021-09-261-4/+0
* treewide: Drop unnecessary uses of memset/memcpyAngel Pons2021-06-091-3/+1
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-091-1/+1
* programmer: Smoothen register_opaque_master() APIAnastasia Klimchuk2021-05-231-1/+1
* Add Gemini Lake supportAngel Pons2021-05-161-2/+9
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-3/+3
* tree: Remove forward-declarations for spi mastersAnastasia Klimchuk2021-02-161-165/+159
* 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