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
/
spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Flashrom had an implicit erase-on-write for most flash chip and programmer dr...
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
*
We have a generic unlocking infrastructure
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+0
*
Use the max_rom_decode infrastructure for wbsio_spi instead of open-coding a ...
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+1
*
Convert SPI chips to partial write, but wrap the write functions in a compat ...
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
*
ICH SPI can enforce address restrictions for all accesses which take an addre...
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 programmer print messages to msg_p* convert general print messages to...
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
*
SPI RES is the most unreliable way to identify chips because it only returns ...
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
*
Add Bus Pirate SPI support
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+9
*
If a chip is not on the RDID generic vendor list nor on the REMS specific ID ...
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
*
This is a patch which stores eraseblock sizes and corresponding block erase f...
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
*
Some SPI chip drivers and the generic 1-byte SPI chip write functions didn't ...
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
*
Verbose probe output is split across multiple lines for some probe functions
Carl-Daniel Hailfinger
2009-07-23
1
-24
/
+32
*
Convert SPI write status register to multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-22
1
-26
/
+24
*
Replace most of the switch cases in the spi code with lookup on a struct instead
Carl-Daniel Hailfinger
2009-07-22
1
-86
/
+124
*
Convert SPI byte program to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-12
1
-30
/
+56
*
Convert SPI block erase to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-11
1
-25
/
+63
*
Convert SPI chip erase to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-11
1
-18
/
+62
*
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10
1
-27
/
+37
[next]