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
*
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
*
ichspi: don't touch the nonexistent(?) BBAR register on ICH8
Stefan Tauner
2011-09-17
1
-14
/
+12
*
ichspi: improve prettyprint_opcodes
Stefan Tauner
2011-09-17
1
-12
/
+23
*
ichspi: add ICH/PCH flash descriptor decoding via FDOC/FDOD
Stefan Tauner
2011-09-15
1
-11
/
+47
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
1
-1
/
+0
*
ichspi.c: refactor filling and reading the fdata/spid registers
Stefan Tauner
2011-08-09
1
-78
/
+57
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-1
/
+1
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO
Carl-Daniel Hailfinger
2011-07-27
1
-1
/
+1
*
ichspi.c: do not print PBR[3] for ICH7 because it does not exist
Stefan Tauner
2011-07-24
1
-1
/
+1
*
ichspi.c: print FADDR in ich_init_spi
Stefan Tauner
2011-07-07
1
-0
/
+2
*
ichspi.c: preserve reserved bits in address registers
Stefan Tauner
2011-07-01
1
-5
/
+8
*
ichspi.c: add FPB (Flash Partition Boundary) macros and init printing
Stefan Tauner
2011-07-01
1
-0
/
+7
*
ichspi.c: simplify ich_set_bbar
Stefan Tauner
2011-07-01
1
-27
/
+21
*
ichspi.c: make REGWRITE* macros safer
Stefan Tauner
2011-07-01
1
-3
/
+3
*
ichspi.c: add missing ICH9 register macros and eliminate magic numbers
Stefan Tauner
2011-06-12
1
-24
/
+33
*
Use the max_data_read field of the new spi_programmer struct to simplify run_...
Stefan Tauner
2011-06-11
1
-25
/
+25
*
ichspi.c: add macros and pretty printing for HSFS and HSFC
Stefan Tauner
2011-06-11
1
-12
/
+62
*
ichspi.c: add pretty printing for SSFS+SSFC and the OPCODE struct
Stefan Tauner
2011-06-11
1
-6
/
+51
*
ichspi.c: improve macros for SSFS and SSFC bits
Stefan Tauner
2011-06-11
1
-21
/
+36
*
Small fixes
Stefan Tauner
2011-05-28
1
-4
/
+5
*
ichspi: fix detection of unused regions
Joshua Roys
2011-05-26
1
-1
/
+1
*
Whitespace, documentation and other small stuff
Stefan Tauner
2011-05-19
1
-25
/
+30
[next]