index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
it87spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle programmer init errors and abort
Carl-Daniel Hailfinger
2009-06-28
1
-2
/
+6
*
Support reads of arbitrary range
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 programmer-specific delay functions
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
*
Refine handling of spi_write_enable() failures to fix chip erases on ichspi
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
*
IT8716F: Enable writes if decoding of any SPI addresses is enabled
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