index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ichspi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
/
+3
*
Refine reprogram_opcode_on_the_fly to indicate wrong readcnt/writecnt combina...
Stefan Tauner
2012-05-06
1
-13
/
+14
*
Add a bunch of new/tested stuff and various small changes 10
Paul Menzel
2012-02-16
1
-2
/
+2
*
ichspi.c: warn user and disable writes when a protected address range is dete...
Stefan Tauner
2012-02-16
1
-25
/
+74
*
Have all programmer init functions register bus masters/programmers
Carl-Daniel Hailfinger
2011-12-20
1
-6
/
+6
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-16
/
+18
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-4
/
+4
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-2
/
+4
*
ichspi: fix ich_init_opcodes() calls in ich_init_spi()
Stefan Tauner
2011-11-13
1
-2
/
+2
*
Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...
Carl-Daniel Hailfinger
2011-11-09
1
-1
/
+1
*
ichspi: print flash descriptor dependent information only when it is valid
Stefan Tauner
2011-11-08
1
-26
/
+33
*
ichspi: add support for Intel Hardware Sequencing
Stefan Tauner
2011-11-08
1
-10
/
+292
*
ichspi: use a variable to distinguish ich generations instead of spi_programm...
Stefan Tauner
2011-11-06
1
-52
/
+37
*
ichspi: add (partially) dead support code for Intel Hardware Sequencing
Stefan Tauner
2011-10-20
1
-13
/
+84
*
ichspi: inform the user about the consequences of the security override strap
Stefan Tauner
2011-09-18
1
-0
/
+6
*
ichspi: unlock PR register restrictions on ICH8+ if not locked down
Stefan Tauner
2011-09-17
1
-0
/
+27
*
ichspi: add prettyprinting for PR registers on ICH8+
Stefan Tauner
2011-09-17
1
-14
/
+30
[next]