Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
e0c7abf219b81ad049d09a4671ebc9196153d308
/
dummyflasher.c
23e10b8
Add a bunch of new/tested stuff and various small changes 24
by Stefan Tauner
· 9 years ago
a5bcbce
Rename programmer registration functions
by Carl-Daniel Hailfinger
· 10 years ago
f20b7be
Add 'const' keyword to chip write and other function prototypes
by Mark Marshall
· 11 years ago
c2eec2c
Add a bunch of new/tested stuff and various small changes 20
by Stefan Tauner
· 11 years ago
0554ca5
Add a bunch of new/tested stuff and various small changes 18
by Stefan Tauner
· 11 years ago
305e0b9
Uintptr_t-ify map_flash_region functions
by Stefan Tauner
· 11 years ago
c233375
Use uintptr_t for chipaddr instead of unsigned long
by Stefan Tauner
· 11 years ago
67d163d
Fix duplicate 'const' declaration specifiers
by Stefan Tauner
· 12 years ago
e0ff165
Fix a memleak in the dummyflasher
by Stefan Tauner
· 12 years ago
af2cac0
Add RES/REMS support to all dummyflasher emulated chips as a test case
by Carl-Daniel Hailfinger
· 12 years ago
7bca126
Let the programmer driver decide how to do AAI transfers
by Nico Huber
· 12 years ago
0b9df97
dummyflasher.c: add support for SFDP by adding a new emulator chip: MX25L6436
by Stefan Tauner
· 13 years ago
5e695ab
dummyflasher: Add a status register to SPI chips
by Stefan Tauner
· 13 years ago
ac427b2
Add a bunch of new/tested stuff and various small changes 10
by Paul Menzel
· 13 years ago
5b55471
Workaround missing %hhx support in MinGW sscanf
by Carl-Daniel Hailfinger
· 13 years ago
1b83be5
SPI command black-/ignorelisting for the flash chip emulator in the dummy programmer
by Carl-Daniel Hailfinger
· 13 years ago
8a3c60c
Add struct flashctx * parameter to all functions accessing flash chips
by Carl-Daniel Hailfinger
· 13 years ago
63fd902
Use struct flashctx instead of struct flashchip for flash chip access
by Carl-Daniel Hailfinger
· 13 years ago
c69c9c8
Unsignify lengths and addresses in chip functions and structs
by Stefan Tauner
· 13 years ago
eaacd2d
Register Parallel/LPC/FWH programmers the same way SPI programmers are registered
by Carl-Daniel Hailfinger
· 13 years ago
8c35745
Revert "Unsignify lengths and addresses in chip functions and structs"
by Stefan Tauner
· 13 years ago
d196e7c
Unsignify lengths and addresses in chip functions and structs
by Stefan Tauner
· 13 years ago
91f4afa
Random whitespace and coding-style fixes
by Uwe Hermann
· 13 years ago
1a22795
Rename CHIP_BUSTYPE_FOO to BUS_FOO
by Carl-Daniel Hailfinger
· 13 years ago
8bb2021
Use shutdown callback mechanism to shutdown programmers
by David Hendricks
· 13 years ago
b9dbe48
Kill central list of SPI programmers
by Michael Karcher
· 14 years ago
6279751
Factor out SPI write/read chunking wrappers
by Michael Karcher
· 14 years ago
146b77d
Improve debugging for unaligned erase in the flash chip emulator
by Carl-Daniel Hailfinger
· 14 years ago
c244138
Support setting the Dediprog SF100 SPI voltage
by Carl-Daniel Hailfinger
· 14 years ago
f68aa8a
Add SPI flash emulation capability to the dummy programmer
by Carl-Daniel Hailfinger
· 14 years ago
18430a0
Remove duplicate includes from the code
by Stefan Reinauer
· 14 years ago
5b997c3
Split off programmer.h from flash.h
by Carl-Daniel Hailfinger
· 14 years ago
29a1c66
Use generic unlocking infrastructure for SPI chips
by Carl-Daniel Hailfinger
· 14 years ago
9a795d8
Convert SPI chips to partial write
by Carl-Daniel Hailfinger
· 14 years ago
2b6dcb3
Unify programmer parameter extraction
by Carl-Daniel Hailfinger
· 14 years ago
744132a
Various places in the flashrom source feature custom parameter extraction from programmer_param
by Carl-Daniel Hailfinger
· 14 years ago
1b0ba89
Add SPI chip read support to the dummy flasher
by Carl-Daniel Hailfinger
· 14 years ago
d8dfc44
More NetBSD fixes (w/ patch)
by Jonathan A. Kollasch
· 15 years ago
3ac101c
Convert dummyflasher to msg_* and make good use of msg_pspew
by Carl-Daniel Hailfinger
· 15 years ago
ef58a9c
Use a common parameter variable for all programmers
by Carl-Daniel Hailfinger
· 15 years ago
be72681
Remove unnecessary #include files
by Carl-Daniel Hailfinger
· 15 years ago
d047829
Add SPI multicommand infrastructure
by Carl-Daniel Hailfinger
· 15 years ago
0bd2a2b
Sometimes we want to read/write more than 4 bytes of chip content at once
by Carl-Daniel Hailfinger
· 15 years ago
945d26a
Fix a bug in dummyflasher.c special case where no type parameter is given
by Carl-Daniel Hailfinger
· 15 years ago
e9d04d4
Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested
by Uwe Hermann
· 15 years ago
3504b53
Add bus type support to the dummy external programmer
by Carl-Daniel Hailfinger
· 15 years ago
1dfe0ff
Add bus type annotation to struct flashchips
by Carl-Daniel Hailfinger
· 15 years ago
2cac686
Drop unused/duplicated #includes and some dead code
by Uwe Hermann
· 15 years ago
5820f42
Introduce a type "chipaddr" to abstract the offsets within flash regions
by Carl-Daniel Hailfinger
· 15 years ago
bfe2e0c
Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flasher driver
by Carl-Daniel Hailfinger
· 16 years ago
1e334e6
Print dummy programmer messages only if verbose mode is selected
by Carl-Daniel Hailfinger
· 16 years ago
1455b2b
Abstract mapping/unmapping of flash regions
by Carl-Daniel Hailfinger
· 16 years ago
c312920
Add a dummy external flasher which just prints each operation
by Carl-Daniel Hailfinger
· 16 years ago