index
:
flashrom
0.9.9-n25q256
stable
staging
Raptor Engineering's copy of the legoater/flashrom fork of the main branches in the flashrom.org's git repository
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
it87spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is a patch which stores eraseblock sizes and corresponding block erase f...
Carl-Daniel Hailfinger
2009-09-05
1
-1
/
+1
*
Standardize on using __func__ instead of __FUNCTION__
Uwe Hermann
2009-09-02
1
-2
/
+2
*
Use a common parameter variable for all programmers
Carl-Daniel Hailfinger
2009-08-12
1
-5
/
+4
*
Some SPI chip drivers and the generic 1-byte SPI chip write functions didn't ...
Carl-Daniel Hailfinger
2009-08-10
1
-27
/
+9
*
Use a distinct return code for SPI commands with unsupported/invalid length
Carl-Daniel Hailfinger
2009-07-14
1
-2
/
+2
*
Convert SPI byte program to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-12
1
-4
/
+2
*
Add an optional flash port parameter for IT87* SPI controllers in standalone ...
Carl-Daniel Hailfinger
2009-07-11
1
-5
/
+22
*
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10
1
-1
/
+1
*
Handle programmer init errors and abort
Carl-Daniel Hailfinger
2009-06-28
1
-2
/
+6
*
This patch gives us arbitrary range reads at byte boundaries for every single...
Carl-Daniel Hailfinger
2009-06-16
1
-3
/
+3
*
Every SPI host controller implemented its own way to read flash chips
Carl-Daniel Hailfinger
2009-06-13
1
-8
/
+2
*
Add external programmer delay functions so external programmers can handle th...
Carl-Daniel Hailfinger
2009-06-05
1
-2
/
+2
*
Only probe for chips with compatible bus protocols
Carl-Daniel Hailfinger
2009-06-01
1
-3
/
+12
*
Add IT87xx SPI as external flasher option
Carl-Daniel Hailfinger
2009-05-31
1
-3
/
+16
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
1
-1
/
+1
*
Refactor SuperIO accesses
Carl-Daniel Hailfinger
2009-05-25
1
-23
/
+10
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-3
/
+0
*
Chips like the SST SST25VF080B can only handle single byte writes outside AAI...
Carl-Daniel Hailfinger
2009-05-09
1
-4
/
+10
*
Until the ICH SPI driver can handle preopcodes as standalone opcodes, we shou...
Carl-Daniel Hailfinger
2009-05-09
1
-3
/
+10
*
IT8718F works just like IT8716F
Peter Stuge
2009-01-12
1
-1
/
+1
*
Coding-style fixes for flashrom, partly indent-aided
Uwe Hermann
2008-10-18
1
-25
/
+36
*
Trivial SPI cleanups
Peter Stuge
2008-07-07
1
-2
/
+2
*
First attempt to clean up SPI probing and create a common construct: the flas...
Stefan Reinauer
2008-06-30
1
-0
/
+6
*
Changes to make flashrom compile (and work) on FreeBSD
Andriy Gapon
2008-05-22
1
-29
/
+29
*
Enable IT8716F LPC-to-SPI write cycle translation in flashrom if the IT8716F ...
Carl-Daniel Hailfinger
2008-05-16
1
-0
/
+6
*
Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.c
Carl-Daniel Hailfinger
2008-05-13
1
-0
/
+257