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
/
spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO
Carl-Daniel Hailfinger
2011-07-27
1
-1
/
+1
*
Add a bunch of new/tested stuff and various small changes 6
Stefan Tauner
2011-07-26
1
-1
/
+1
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-178
/
+26
*
Factor out SPI write/read chunking wrappers
Michael Karcher
2011-05-11
1
-23
/
+79
*
Fix and improve libpayload platform support
Patrick Georgi
2011-03-08
1
-0
/
+1
*
Various IT85* cleanups and fixes
Carl-Daniel Hailfinger
2011-03-08
1
-2
/
+2
*
Update the ITE IT8500 EC support to match the current state of the flashrom-c...
David Hendricks
2011-02-28
1
-0
/
+7
*
Add support for the Open Graphics Project development card, OGD1, as a SPI fl...
Mark Marshall
2010-12-03
1
-0
/
+9
*
Add chunked write ability to the Dediprog SF100 driver
Carl-Daniel Hailfinger
2010-11-23
1
-1
/
+1
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
1
-17
/
+3
*
Move implicit erase out of chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-6
/
+0
*
Honor ICH SPI address window for reads
Carl-Daniel Hailfinger
2010-09-15
1
-1
/
+22
*
Add Intel Gigabit NIC SPI flashing support
Idwer Vollering
2010-09-03
1
-0
/
+9
*
Add detailed status register printing and unlocking for all ATMEL AT25* chips
Carl-Daniel Hailfinger
2010-07-29
1
-2
/
+0
*
Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashing support
Carl-Daniel Hailfinger
2010-07-28
1
-0
/
+7
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...
Carl-Daniel Hailfinger
2010-07-21
1
-0
/
+9
*
Use generic unlocking infrastructure for SPI chips
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+0
*
Use the max_rom_decode infrastructure for wbsio_spi
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+1
*
Convert SPI chips to partial write
Carl-Daniel Hailfinger
2010-07-14
1
-5
/
+29
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-1
/
+0
*
Add SPI chip read support to the dummy flasher
Carl-Daniel Hailfinger
2010-06-20
1
-1
/
+1
*
Fix message printing for SPI RES on spew level
Carl-Daniel Hailfinger
2010-06-20
1
-6
/
+10
*
So far, we have up to 4 different names for the same thing (ignoring capitali...
Carl-Daniel Hailfinger
2010-05-31
1
-6
/
+6
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-1
/
+0
*
ichspi: try harder to conform to address restrictions
Carl-Daniel Hailfinger
2010-05-28
1
-2
/
+16
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-0
/
+2
*
Convert various prints to use msg_p* and msg_g* respectively
Sean Nelson
2010-05-07
1
-4
/
+4
*
Multibyte SPI write for the Bus Pirate
Carl-Daniel Hailfinger
2010-03-22
1
-1
/
+1
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-935
/
+1
*
Ignore RES (1 byte) if chip replied to REMS (2 bytes)
Carl-Daniel Hailfinger
2010-02-12
1
-4
/
+17
*
Add write support
Carl-Daniel Hailfinger
2010-01-22
1
-0
/
+3
*
Dediprog SF100 support
Carl-Daniel Hailfinger
2010-01-19
1
-0
/
+9
*
Block eraser conversions and support for Eon EN25B series
Sean Nelson
2010-01-19
1
-0
/
+42
*
Don't use "byte" as identifier
Michael Karcher
2010-01-12
1
-2
/
+2
*
Add a few FIXME comments to the generic SPI code
Carl-Daniel Hailfinger
2009-12-22
1
-0
/
+2
*
Internal (onboard) programming was the only feature which could not be disabled
Carl-Daniel Hailfinger
2009-12-13
1
-0
/
+6
*
Add the ability to set Bus Pirate SPI speed via the command line
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+3
*
Cleanly validate ICH SPI preopcodes
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+9
*
Add support for generic RDID and REMS matching of unknown chips
Carl-Daniel Hailfinger
2009-11-20
1
-0
/
+10
*
If a SPI command taking an address does fail, we want to know the address for...
Carl-Daniel Hailfinger
2009-11-16
1
-13
/
+14
*
Introduce proper error checking for SPI programming
Carl-Daniel Hailfinger
2009-10-01
1
-2
/
+4
*
The current ICH SPI preop handling is a hack which spews lots of warnings, bu...
Carl-Daniel Hailfinger
2009-09-18
1
-23
/
+22
*
Allow to exclude each of the external programmer drivers from being compiled in
Carl-Daniel Hailfinger
2009-09-16
1
-0
/
+4
*
Store block sizes and corresponding erase functions in struct flashchip
Carl-Daniel Hailfinger
2009-09-05
1
-2
/
+2
*
Standardize on using __func__ instead of __FUNCTION__
Uwe Hermann
2009-09-02
1
-3
/
+3
*
If FT2232H SPI is not enabled, it should be compiled out completely
Carl-Daniel Hailfinger
2009-08-19
1
-0
/
+7
*
Replace remaining explicit erases in SPI programmer drivers with auto-erases
Carl-Daniel Hailfinger
2009-08-10
1
-0
/
+7
*
Fix SPI multicommand endless loop in default_spi_send_multicommand
Carl-Daniel Hailfinger
2009-08-03
1
-0
/
+1
*
This is a workaround for a bug in SB600 and SB700
Carl-Daniel Hailfinger
2009-07-23
1
-4
/
+0
[next]