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
*
Add support for Intel 5 Series / 3400 Series chipsets
Helge Wagner
2010-08-11
1
-1
/
+3
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Move Intel SPI initialisation to ichspi.c
Michael Karcher
2010-07-22
1
-3
/
+210
*
Use generic unlocking infrastructure for SPI chips
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+0
*
Convert SPI chips to partial write
Carl-Daniel Hailfinger
2010-07-14
1
-23
/
+2
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-12
/
+14
*
ichspi: try harder to conform to address restrictions
Carl-Daniel Hailfinger
2010-05-28
1
-1
/
+49
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-0
/
+4
*
Introduce a generic SPI read function: spi_write_chunked()
Carl-Daniel Hailfinger
2010-05-21
1
-36
/
+10
*
Convert various prints to use msg_p* and msg_g* respectively
Sean Nelson
2010-05-07
1
-44
/
+35
*
Polish the flashrom code comments and outputs a bit
Uwe Hermann
2010-03-25
1
-1
/
+1
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Rewrite substantial parts of the ICH SPI support
Carl-Daniel Hailfinger
2010-02-11
1
-53
/
+147
*
Allow one to disable programmer debug messages at compile time
Carl-Daniel Hailfinger
2010-01-07
1
-1
/
+12
*
Kill hardcoded block erase on ICH SPI
Carl-Daniel Hailfinger
2009-11-25
1
-11
/
+7
*
ichspi: remove obnoxious debug message
Carl-Daniel Hailfinger
2009-10-22
1
-4
/
+1
*
The current ICH SPI preop handling is a hack which spews lots of warnings, bu...
Carl-Daniel Hailfinger
2009-09-18
1
-14
/
+21
*
Standardize on using __func__ instead of __FUNCTION__
Uwe Hermann
2009-09-02
1
-4
/
+4
*
Remove unnecessary #include files
Carl-Daniel Hailfinger
2009-08-09
1
-1
/
+0
*
Replace most of the switch cases in the spi code with lookup on a struct instead
Carl-Daniel Hailfinger
2009-07-22
1
-0
/
+20
*
Use a distinct return code for SPI commands with unsupported/invalid length
Carl-Daniel Hailfinger
2009-07-14
1
-3
/
+10
*
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10
1
-1
/
+1
*
Check result of all SPI erase functions
Carl-Daniel Hailfinger
2009-06-24
1
-1
/
+1
*
Use spi_nbyte_program in ichspi.c
Carl-Daniel Hailfinger
2009-06-17
1
-20
/
+7
*
Support reads of arbitrary range
Carl-Daniel Hailfinger
2009-06-16
1
-2
/
+2
*
Every SPI host controller implemented its own way to read flash chips
Carl-Daniel Hailfinger
2009-06-13
1
-45
/
+2
*
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05
1
-2
/
+2
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
1
-14
/
+14
*
Use REMS instead of RES in the ICH SPI default opcode table
Carl-Daniel Hailfinger
2009-05-26
1
-1
/
+1
*
Use accessor functions for MMIO
Carl-Daniel Hailfinger
2009-05-17
1
-9
/
+5
*
Eliminate all 'inline's from the flashrom code
Uwe Hermann
2009-05-16
1
-6
/
+6
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-3
/
+0
*
There are various reasons why a SPI command can fail
Carl-Daniel Hailfinger
2009-05-13
1
-1
/
+1
*
Trim default ICH SPI delay from 1000 to 10 microseconds
Carl-Daniel Hailfinger
2009-05-09
1
-4
/
+4
*
Chips like the SST SST25VF080B can only handle single byte writes outside AAI...
Carl-Daniel Hailfinger
2009-05-09
1
-1
/
+1
*
Some coding style and consistency fixes
Uwe Hermann
2009-04-15
1
-7
/
+5
*
Fix one dead increment and one dead assignment as found by clang
Peter Stuge
2009-01-26
1
-1
/
+0
*
Add ICH opcode debugging
Peter Stuge
2009-01-15
1
-0
/
+1
*
Various ichspi.c refinements
FENG yu ning
2008-12-15
1
-27
/
+30
*
Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI configurat...
FENG yu ning
2008-12-08
1
-0
/
+134
*
ichspi: use spi_nbyte_read() instead of running the opcode directly
Carl-Daniel Hailfinger
2008-11-18
1
-9
/
+5
*
Add additional SPI sector erase and chip erase command functions
Carl-Daniel Hailfinger
2008-11-03
1
-16
/
+5
*
Drop nr/opcode_index parameter from run_opcode and search the opmenu for the ...
Stefan Reinauer
2008-11-02
1
-15
/
+45
*
Coding-style fixes for flashrom, partly indent-aided
Uwe Hermann
2008-10-18
1
-12
/
+12
*
Trivial indent fix in ichspi.c
Peter Stuge
2008-07-07
1
-3
/
+3
*
First attempt to clean up SPI probing and create a common construct: the flas...
Stefan Reinauer
2008-06-30
1
-53
/
+54
*
This patch adds support for VIA SPI controller on VT8237S
Rudolf Marek
2008-06-30
1
-26
/
+44
*
Add a debug marker after ICH SPI opcode programming
Carl-Daniel Hailfinger
2008-06-29
1
-1
/
+2
*
Fix ICH7 non-SPI that broke in r3393
Peter Stuge
2008-06-29
1
-1
/
+1
*
Multiple unrelated changes
Stefan Reinauer
2008-06-27
1
-41
/
+211
[next]