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
/
dummyflasher.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a bunch of new/tested stuff and various small changes 10
Paul Menzel
2012-02-16
1
-1
/
+1
*
Workaround missing %hhx support in MinGW sscanf
Carl-Daniel Hailfinger
2012-02-16
1
-2
/
+12
*
SPI command black-/ignorelisting for the flash chip emulator in the dummy pro...
Carl-Daniel Hailfinger
2012-02-08
1
-3
/
+89
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-14
/
+44
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-2
/
+2
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-13
/
+13
*
Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...
Carl-Daniel Hailfinger
2011-11-09
1
-6
/
+27
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-2
/
+2
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-2
/
+2
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-11
/
+12
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO
Carl-Daniel Hailfinger
2011-07-27
1
-5
/
+5
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-15
/
+23
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-4
/
+16
*
Factor out SPI write/read chunking wrappers
Michael Karcher
2011-05-11
1
-6
/
+0
*
Improve debugging for unaligned erase in the flash chip emulator
Carl-Daniel Hailfinger
2011-02-04
1
-12
/
+6
*
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
*
Use generic unlocking infrastructure for SPI chips
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+0
*
Convert SPI chips to partial write
Carl-Daniel Hailfinger
2010-07-14
1
-0
/
+9
*
Unify programmer parameter extraction
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 3COM "3C905B: Cyclone 10/100/BNC" as fully tested
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
*
Introduce a type "chipaddr" to abstract the offsets within flash regions
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
*
Abstract mapping/unmapping of flash regions
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