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
/
dummyflasher.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support setting the Dediprog SF100 SPI voltage
Carl-Daniel Hailfinger
2010-11-09
1
-7
/
+0
*
Add SPI flash emulation capability to the dummy programmer
Carl-Daniel Hailfinger
2010-11-01
1
-11
/
+367
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-1
/
+0
*
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
-0
/
+9
*
Make programmer_param static by converting all users to extract_programmer_param
Carl-Daniel Hailfinger
2010-07-08
1
-1
/
+1
*
Various places in the flashrom source feature custom parameter extraction fro...
Carl-Daniel Hailfinger
2010-07-06
1
-16
/
+18
*
Add SPI chip read support to the dummy flasher
Carl-Daniel Hailfinger
2010-06-20
1
-0
/
+8
*
More NetBSD fixes (w/ patch)
Jonathan A. Kollasch
2010-02-16
1
-1
/
+2
*
Convert dummyflasher to msg_* and make good use of msg_pspew
Carl-Daniel Hailfinger
2010-01-09
1
-29
/
+29
*
Use a common parameter variable for all programmers
Carl-Daniel Hailfinger
2009-08-12
1
-14
/
+12
*
Remove unnecessary #include files
Carl-Daniel Hailfinger
2009-08-09
1
-3
/
+0
*
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10
1
-1
/
+1
*
Sometimes we want to read/write more than 4 bytes of chip content at once
Carl-Daniel Hailfinger
2009-06-05
1
-0
/
+20
*
Fix a bug in dummyflasher.c special case where no type parameter is given
Carl-Daniel Hailfinger
2009-06-05
1
-1
/
+1
*
Mark the 10b7:9058 3COM card (3C905B: Cyclone 10/100/BNC) as "OK", forgot thi...
Uwe Hermann
2009-06-02
1
-1
/
+1
*
Add bus type support to the dummy external programmer
Carl-Daniel Hailfinger
2009-06-01
1
-1
/
+37
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
1
-1
/
+1
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-2
/
+0
*
Use chipaddr instead of volatile uint8_t * because when we access chips in ex...
Carl-Daniel Hailfinger
2009-05-16
1
-12
/
+12
*
Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flas...
Carl-Daniel Hailfinger
2009-05-14
1
-0
/
+21
*
Print dummy programmer messages only if verbose mode is selected
Carl-Daniel Hailfinger
2009-05-11
1
-10
/
+10
*
Flash mapping/unmapping was performed without an abstraction layer, so even t...
Carl-Daniel Hailfinger
2009-05-11
1
-0
/
+13
*
Add a dummy external flasher which just prints each operation
Carl-Daniel Hailfinger
2009-05-09
1
-0
/
+75