index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ichspi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-14
/
+43
*
Factor out SPI write/read chunking wrappers
Michael Karcher
2011-05-11
1
-20
/
+0
*
Revert MMIO space writes on shutdown as needed
Carl-Daniel Hailfinger
2011-05-03
1
-16
/
+34
*
Improve output in case run_opcode fails
Stefan Tauner
2011-04-29
1
-5
/
+20
*
ichspi: Increase timeout to 60s for atomic operations
Michael Karcher
2011-04-29
1
-4
/
+18
*
Proper error handling for ICH/VIA SPI
Carl-Daniel Hailfinger
2011-03-17
1
-22
/
+80
*
Convince compilers to put constant data into the .rodata section
Mathias Krause
2011-01-17
1
-2
/
+2
*
Dump all VIA SPI registers like for ICH7
Carl-Daniel Hailfinger
2010-11-24
1
-7
/
+49
*
Implement on-the-fly reprogramming of the ICH SPI OPCODE table
Helge Wagner
2010-10-05
1
-20
/
+79
*
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
[next]