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
/
buspirate_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-4
/
+10
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-1
/
+2
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
1
-1
/
+0
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-1
/
+3
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-12
/
+11
*
Add a bunch of new/tested stuff and various small changes 4
Cristian Măgherușan-Stanciu
2011-07-07
1
-1
/
+1
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-35
/
+38
*
Fix compilation for CONFIG_INTERNAL=no
Carl-Daniel Hailfinger
2011-06-09
1
-0
/
+5
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-3
/
+15
*
Factor out SPI write/read chunking wrappers
Michael Karcher
2011-05-11
1
-10
/
+0
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-1
/
+0
*
Handle Bus Pirates already in bit banging mode correctly
Carl-Daniel Hailfinger
2010-09-16
1
-0
/
+21
*
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