Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
222bf1013f39808e42479cd2f1cc2687cc59e657
/
ft2232_spi.c
3cf335e
ft2232_spi: fix arm-usb-ocd and arm-usb-ocd-h
by Paul Fertser
· 13 years ago
8a3c60c
Add struct flashctx * parameter to all functions accessing flash chips
by Carl-Daniel Hailfinger
· 13 years ago
7189a5f
Add support for the GOEPEL PicoTAP programmer
by Samir Ibradžić
· 13 years ago
836b26a
TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) support
by Uwe Hermann
· 13 years ago
a63c7c4
Remove unneeded inclusions of chipdrivers.h
by Stefan Tauner
· 13 years ago
082c8b5
Fixup of r1397
by Carl-Daniel Hailfinger
· 13 years ago
0528b7f
ft2232_spi: add support for the Dangerous Prototypes Bus Blaster
by Steve Markgraf
· 13 years ago
91f4afa
Random whitespace and coding-style fixes
by Uwe Hermann
· 13 years ago
274a20d
ft2232_spi: Improve error handling, remove exit() calls
by Uwe Hermann
· 13 years ago
c020706
Add support for Olimex programmers to ft2232_spi
by Pete Batard
· 13 years ago
b9dbe48
Kill central list of SPI programmers
by Michael Karcher
· 14 years ago
6279751
Factor out SPI write/read chunking wrappers
by Michael Karcher
· 14 years ago
caf2d42
Add support for the OpenMoko debug boards v2 and v3
by Alex Badea
· 14 years ago
b1b459c
Use device-specific vendor ID in ftdi_usb_open() call
by Alex Badea
· 14 years ago
0b94d05
ft2232_spi: allow 5x clock divisor to be set at runtime
by Alex Badea
· 14 years ago
b9556e0
Retry short reads in ft2232_spi
by Alex Badea
· 14 years ago
9e3a6c4
Multiple unrelated changes
by Carl-Daniel Hailfinger
· 14 years ago
a73fb49
Refine -L output to include all programmer modules
by Carl-Daniel Hailfinger
· 14 years ago
18430a0
Remove duplicate includes from the code
by Stefan Reinauer
· 14 years ago
16ce40e
Quick fix for broken writes on FT2232H based programmers
by Uwe Hermann
· 14 years ago
7014529
ft2232_spi: Cosmetic fixes
by Uwe Hermann
· 14 years ago
6529b9f
Add support for the Amontec JTAGkey2
by Jörg Fischer
· 14 years ago
5b997c3
Split off programmer.h from flash.h
by Carl-Daniel Hailfinger
· 14 years ago
29a1c66
Use generic unlocking infrastructure for SPI chips
by Carl-Daniel Hailfinger
· 14 years ago
9a795d8
Convert SPI chips to partial write
by Carl-Daniel Hailfinger
· 14 years ago
2b6dcb3
Unify programmer parameter extraction
by Carl-Daniel Hailfinger
· 14 years ago
744132a
Various places in the flashrom source feature custom parameter extraction from programmer_param
by Carl-Daniel Hailfinger
· 14 years ago
ad3cc55
Kill global variables, constants and functions if local scope suffices
by Carl-Daniel Hailfinger
· 14 years ago
7112772
So far, we have up to 4 different names for the same thing (ignoring capitalization)
by Carl-Daniel Hailfinger
· 14 years ago
5824fbf
Introduce a generic SPI read function: spi_write_chunked()
by Carl-Daniel Hailfinger
· 14 years ago
14ba668
Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h
by Sean Nelson
· 15 years ago
34b5db7
Convert all messages in ft2232_spi.c to the new message infrastructure.
by Sean Nelson
· 15 years ago
5609fa7
Allow one to disable programmer debug messages at compile time
by Carl-Daniel Hailfinger
· 15 years ago
b7e0145
Reduce realloc syscall overhead for FT2232 and bitbang
by Carl-Daniel Hailfinger
· 15 years ago
a2441ce
ft2232_spi: add some error handling
by Carl-Daniel Hailfinger
· 15 years ago
c67d037
Cosmetics and small coding style fixes
by Uwe Hermann
· 15 years ago
ab044b2
Fix all remaining issues reported by LLVM/clang's scan-build
by Stefan Reinauer
· 15 years ago
f38431a
Store block sizes and corresponding erase functions in struct flashchip
by Carl-Daniel Hailfinger
· 15 years ago
04aa59a
Standardize on using __func__ instead of __FUNCTION__
by Uwe Hermann
· 15 years ago
3426ef6
If FT2232H SPI is not enabled, it should be compiled out completely
by Carl-Daniel Hailfinger
· 15 years ago
ef58a9c
Use a common parameter variable for all programmers
by Carl-Daniel Hailfinger
· 15 years ago
116081a
Replace remaining explicit erases in SPI programmer drivers with auto-erases
by Carl-Daniel Hailfinger
· 15 years ago
142e30f
Use a distinct return code for SPI commands with unsupported/invalid length
by Carl-Daniel Hailfinger
· 15 years ago
2f1b36f
Convert SPI byte program to use the multicommand infrastructure
by Carl-Daniel Hailfinger
· 15 years ago
d047829
Add SPI multicommand infrastructure
by Carl-Daniel Hailfinger
· 15 years ago
feea272
ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs
by Carl-Daniel Hailfinger
· 15 years ago
1432a60
Random minor flashrom fixes
by Uwe Hermann
· 15 years ago
05dfbe6
This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI
by Paul Fox
· 15 years ago