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
/
ft2232_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let the programmer driver decide how to do AAI transfers
Nico Huber
2012-06-15
1
-0
/
+1
*
Fix setting the divisor in ft2232_spi
Ilya A. Volynets-Evenbakh
2012-06-14
1
-2
/
+2
*
ft2232_spi.c: add frequency divisor parameter
Stefan Tauner
2012-05-15
1
-17
/
+37
*
ft2232_spi: fix arm-usb-ocd and arm-usb-ocd-h
Paul Fertser
2011-12-20
1
-0
/
+4
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-4
/
+8
*
Add support for the GOEPEL PicoTAP programmer
Uwe Hermann
2011-10-20
1
-0
/
+8
*
TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) support
Uwe Hermann
2011-10-14
1
-0
/
+8
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
1
-1
/
+0
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-5
/
+10
*
ft2232_spi: add support for the Dangerous Prototypes Bus Blaster
Steve Markgraf
2011-08-12
1
-0
/
+6
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-21
/
+14
*
ft2232_spi: Improve error handling, remove exit() calls
Uwe Hermann
2011-07-21
1
-14
/
+33
*
Add support for Olimex programmers to ft2232_spi
Pete Batard
2011-06-11
1
-2
/
+27
*
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
-11
/
+0
*
Add support for the OpenMoko Neo1973/Neo FreeRunner debug board version 2 or ...
Alex Badea
2010-11-10
1
-2
/
+11
*
Ft2232_spi ftdi_usb_open() is called with the constant FTDI_VID vendor ID
Alex Badea
2010-11-10
1
-1
/
+1
*
ft2232_spi: allow 5x clock divisor to be set at runtime
Alex Badea
2010-11-10
1
-15
/
+22
*
Retry short reads in ft2232_spi
Alex Badea
2010-11-10
1
-5
/
+10
*
CONFIG_BITBANG_SPI was not selected if CONFIG_NICINTEL_SPI was on by default
Carl-Daniel Hailfinger
2010-10-08
1
-1
/
+1
*
Flashrom -L output did not contain a list of programmers nor were all program...
Carl-Daniel Hailfinger
2010-10-06
1
-0
/
+1
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-1
/
+0
*
Quickfix for broken writes on FT2232H based programmers
Uwe Hermann
2010-10-05
1
-1
/
+1
*
ft2232_spi: Cosmetic fixes
Uwe Hermann
2010-07-29
1
-38
/
+34
*
Add support for the Amontec JTAGkey2, see http://www.amontec.com/jtagkey2.shtml
Carl-Daniel Hailfinger
2010-07-29
1
-17
/
+82
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
We have a generic unlocking infrastructure
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+0
*
Convert SPI chips to partial write, but wrap the write functions in a compat ...
Carl-Daniel Hailfinger
2010-07-14
1
-12
/
+2
*
Make programmer_param static by converting all users to extract_programmer_param
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
-28
/
+31
*
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
*
Every SPI programmer driver had its own completely different chip write imple...
Carl-Daniel Hailfinger
2010-05-21
1
-19
/
+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 ft2232_spi.c to the new message infrastructure.
Sean Nelson
2010-01-10
1
-40
/
+29
*
Programmer debug messages during programmer init/shutdown are useful because ...
Carl-Daniel Hailfinger
2010-01-07
1
-2
/
+13
*
Reduce realloc syscall overhead for FT2232 and bitbang
Carl-Daniel Hailfinger
2009-11-25
1
-4
/
+12
*
Pretty much everybody who used the FT2232 SPI driver in flashrom had problems...
Carl-Daniel Hailfinger
2009-11-22
1
-4
/
+16
*
Cosmetics and small coding style fixes
Uwe Hermann
2009-10-01
1
-35
/
+39
*
This patch cleans up flashrom so that it passes LLVM/clang's scan-build witho...
Stefan Reinauer
2009-09-16
1
-15
/
+12
*
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
-1
/
+1
*
If FT2232H SPI is not enabled, it should be compiled out completely
Carl-Daniel Hailfinger
2009-08-19
1
-28
/
+2
*
Use a common parameter variable for all programmers
Carl-Daniel Hailfinger
2009-08-12
1
-10
/
+8
*
Some SPI chip drivers and the generic 1-byte SPI chip write functions didn't ...
Carl-Daniel Hailfinger
2009-08-10
1
-2
/
+8
*
Use a distinct return code for SPI commands with unsupported/invalid length
Carl-Daniel Hailfinger
2009-07-14
1
-0
/
+3
*
Convert SPI byte program to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-12
1
-1
/
+0
*
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10
1
-2
/
+2
*
ft2232_spi: Allow runtime selection of FT2232H vs FT4232H and interface A vs
Carl-Daniel Hailfinger
2009-07-01
1
-5
/
+40
*
Random minor flashrom fixes
Uwe Hermann
2009-06-28
1
-1
/
+1
[next]