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
*
Various coding style and cosmetic changes
Uwe Hermann
2010-03-13
1
-2
/
+2
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Convert all messages in it87spi.c to the new message infrastructure
Sean Nelson
2010-01-10
1
-16
/
+16
*
SuperI/O detection now happens unconditionally and before the chipset enable
Carl-Daniel Hailfinger
2009-12-22
1
-11
/
+53
*
Store block sizes and corresponding erase functions in struct flashchip
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
*
Replace remaining explicit erases in SPI programmer drivers with auto-erases
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
*
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