index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
flashrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an optional flash port parameter for IT87* SPI controllers in standalone ...
Carl-Daniel Hailfinger
2009-07-11
1
-0
/
+2
*
ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs
Carl-Daniel Hailfinger
2009-07-01
1
-4
/
+6
*
Random minor flashrom fixes
Uwe Hermann
2009-06-28
1
-1
/
+0
*
Print the bus type(s) of both chipset and chip in the flashrom output
Uwe Hermann
2009-06-28
1
-2
/
+4
*
Handle programmer init errors and abort
Carl-Daniel Hailfinger
2009-06-28
1
-1
/
+4
*
Always verify write operations automatically
Uwe Hermann
2009-06-24
1
-2
/
+11
*
Use correct abstraction for verify_range()
Carl-Daniel Hailfinger
2009-06-24
1
-34
/
+10
*
Remove duplicated [file] from usage help
Carl-Daniel Hailfinger
2009-06-24
1
-4
/
+3
*
Initial commit of an external serial flasher protocol
Urja Rannikko
2009-06-23
1
-1
/
+20
*
Various wiki output changes
Uwe Hermann
2009-06-20
1
-8
/
+1
*
Kill obsolete exclude range feature
Carl-Daniel Hailfinger
2009-06-19
1
-45
/
+6
*
Allow to print an auto-generated hardware support list in MediaWiki markup
Uwe Hermann
2009-06-19
1
-8
/
+25
*
Move all printing code to print.c
Uwe Hermann
2009-06-17
1
-121
/
+0
*
List the size (in KB) and type of supported flash chips in 'flashrom -L'
Uwe Hermann
2009-06-16
1
-13
/
+35
*
This patch adds support for a new SPI programmer, based on the FT2232H/4232H ...
Paul Fox
2009-06-16
1
-1
/
+19
*
Support reads of arbitrary range
Carl-Daniel Hailfinger
2009-06-16
1
-5
/
+6
*
Flashrom only checks for very few chips if the erase worked
Carl-Daniel Hailfinger
2009-06-15
1
-0
/
+88
*
Split flashchips.h from flash.h
Carl-Daniel Hailfinger
2009-06-15
1
-0
/
+1
*
Every SPI host controller implemented its own way to read flash chips
Carl-Daniel Hailfinger
2009-06-13
1
-0
/
+5
*
Flashrom does not honor argument ordering for operations
Carl-Daniel Hailfinger
2009-06-12
1
-2
/
+24
*
Tell the user about the beginning and end of the write operation
Paul Fox
2009-06-12
1
-0
/
+2
*
Sometimes we want to read/write more than 4 bytes of chip content at once
Carl-Daniel Hailfinger
2009-06-05
1
-17
/
+30
*
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05
1
-0
/
+10
*
Use read_flash() when flash chip probe is forced
Stephan Guilloux
2009-06-01
1
-29
/
+6
*
Add a missing free() in read_flash()
Stephan Guilloux
2009-06-01
1
-0
/
+1
*
Only probe for chips with compatible bus protocols
Carl-Daniel Hailfinger
2009-06-01
1
-0
/
+50
*
Add bus type support to the dummy external programmer
Carl-Daniel Hailfinger
2009-06-01
1
-0
/
+2
*
Add IT87xx SPI as external flasher option
Carl-Daniel Hailfinger
2009-05-31
1
-1
/
+16
*
A bunch of output beautifications and improvements, as well as doc fixes
Uwe Hermann
2009-05-22
1
-10
/
+19
*
Improve flashrom test report text a bit
Uwe Hermann
2009-05-21
1
-4
/
+6
*
Documentation improvements and small code/whitespace fixes
Uwe Hermann
2009-05-19
1
-7
/
+10
*
Factor out fallback_map/unmap, most external programmers don't need and speci...
Uwe Hermann
2009-05-17
1
-4
/
+4
*
Various smaller flashrom improvements
Uwe Hermann
2009-05-17
1
-0
/
+1
*
This patch adds support for BIOS flashing on the all SiliconImage SATA contro...
Rudolf Marek
2009-05-17
1
-0
/
+17
*
List all boards which are
Uwe Hermann
2009-05-16
1
-7
/
+12
*
Eliminate all 'inline's from the flashrom code
Uwe Hermann
2009-05-16
1
-0
/
+52
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-2
/
+0
*
Introduce a type "chipaddr" to abstract the offsets within flash regions
Carl-Daniel Hailfinger
2009-05-16
1
-4
/
+3
*
Add generic 16 bit and 32 bit chip read/write emulation to the external flash...
Carl-Daniel Hailfinger
2009-05-16
1
-4
/
+4
*
Refactor parts of the 3COM NIC code
Uwe Hermann
2009-05-15
1
-2
/
+4
*
nic3com: allow selection of a particular PCI device to use as programmer
Christian Ruppert
2009-05-14
1
-0
/
+3
*
Add support for 3COM NICs as "external programmer" and Atmel AT49BV512
Uwe Hermann
2009-05-13
1
-0
/
+15
*
Print dummy programmer messages only if verbose mode is selected
Carl-Daniel Hailfinger
2009-05-11
1
-16
/
+16
*
Abstract mapping/unmapping of flash regions
Carl-Daniel Hailfinger
2009-05-11
1
-18
/
+8
*
Handle (un)locking of SST FWH chips
Carl-Daniel Hailfinger
2009-05-11
1
-0
/
+1
*
Kill one superfluous variable and improve code readability
Carl-Daniel Hailfinger
2009-05-09
1
-3
/
+2
*
Fix Elan SC520 handling
Carl-Daniel Hailfinger
2009-05-09
1
-2
/
+1
*
Add a dummy external flasher which just prints each operation
Carl-Daniel Hailfinger
2009-05-09
1
-0
/
+13
*
Add --programmer to help text and man page
Carl-Daniel Hailfinger
2009-05-09
1
-0
/
+1
*
Add external flasher support
Carl-Daniel Hailfinger
2009-05-08
1
-81
/
+29
[next]