index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
buspirate_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up Bus Pirate by exploiting the FTDI FIFO
Carl-Daniel Hailfinger
2010-07-29
1
-20
/
+22
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
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
-12
/
+2
*
Unify programmer parameter extraction
Carl-Daniel Hailfinger
2010-07-08
1
-2
/
+2
*
Various places in the flashrom source feature custom parameter extraction fro...
Carl-Daniel Hailfinger
2010-07-06
1
-14
/
+7
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-2
/
+2
*
So far, we have up to 4 different names for the same thing (ignoring capitali...
Carl-Daniel Hailfinger
2010-05-31
1
-1
/
+1
*
Introduce a generic SPI read function: spi_write_chunked()
Carl-Daniel Hailfinger
2010-05-21
1
-23
/
+2
*
Multibyte SPI write for the Bus Pirate
Carl-Daniel Hailfinger
2010-03-22
1
-1
/
+36
*
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 buspirate_spi.c to the new message infrastructure
Sean Nelson
2010-01-09
1
-40
/
+29
*
Allow one to disable programmer debug messages at compile time
Carl-Daniel Hailfinger
2010-01-07
1
-6
/
+17
*
Multiple unrelated changes
Patrick Georgi
2010-01-06
1
-4
/
+2
*
Move OS-dependent serial code from buspirate_spi.c to serial.c
Carl-Daniel Hailfinger
2010-01-06
1
-56
/
+4
*
Add the ability to set Bus Pirate SPI speed via the command line
Carl-Daniel Hailfinger
2009-11-24
1
-20
/
+34
*
Cleanly validate ICH SPI preopcodes
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+358