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
/
flashrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cosmetics and small coding style fixes
Uwe Hermann
2009-10-01
1
-4
/
+4
*
Make bitbang_spi naming consistent
Carl-Daniel Hailfinger
2009-10-01
1
-1
/
+1
*
Add initial support for flashing some NVIDIA graphics cards
Uwe Hermann
2009-09-30
1
-1
/
+39
*
This is the bitbanging SPI driver infrastructure
Carl-Daniel Hailfinger
2009-09-28
1
-0
/
+6
*
Fix copy-paste errors by s/CONFIG_PRINT_WIKI/PRINT_WIKI_SUPPORT/
Uwe Hermann
2009-09-18
1
-6
/
+6
*
Compile out wiki output on request and move wiki stuff into a separate file
Carl-Daniel Hailfinger
2009-09-16
1
-2
/
+18
*
Allow to exclude each of the external programmer drivers from being compiled in
Carl-Daniel Hailfinger
2009-09-16
1
-6
/
+20
*
This is a patch which stores eraseblock sizes and corresponding block erase f...
Carl-Daniel Hailfinger
2009-09-05
1
-25
/
+55
*
Add support for parallel flash on Dr
TURBO J
2009-09-02
1
-0
/
+18
*
Flashrom has the ability to use layout files with romentries, but this featur...
Carl-Daniel Hailfinger
2009-08-19
1
-2
/
+1
*
Current programmer parameter syntax is -p programmer=parameter
Carl-Daniel Hailfinger
2009-08-19
1
-2
/
+2
*
Disallow erase/write for known bad chips so people won't try without a clear ...
Carl-Daniel Hailfinger
2009-08-19
1
-2
/
+53
*
If FT2232H SPI is not enabled, it should be compiled out completely
Carl-Daniel Hailfinger
2009-08-19
1
-0
/
+6
*
Generate the usage message by walking the list of available programmers
Carl-Daniel Hailfinger
2009-08-13
1
-3
/
+32
*
Allow to compile out serprog completely
Carl-Daniel Hailfinger
2009-08-12
1
-0
/
+2
*
Use programmer.name to match the --programmer parameter instead of hardcoding...
Carl-Daniel Hailfinger
2009-08-12
1
-30
/
+38
*
Use a common parameter variable for all programmers
Carl-Daniel Hailfinger
2009-08-12
1
-6
/
+9
*
FT2232 and IT87 programmers used functions of the dummy programmer instead of...
Carl-Daniel Hailfinger
2009-08-12
1
-9
/
+10
*
The project's new home is flashrom.org now
Stefan Reinauer
2009-07-30
1
-1
/
+1
*
If writing failed, verifying is pointless
Carl-Daniel Hailfinger
2009-07-24
1
-3
/
+8
*
Continue erase/write verification after the first error
Carl-Daniel Hailfinger
2009-07-23
1
-6
/
+13
*
Eliminate version string duplication
Carl-Daniel Hailfinger
2009-07-22
1
-1
/
+2
*
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
*
Add a --list-supported-wiki / -z option which outputs the currently supported...
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
*
This patch gives us arbitrary range reads at byte boundaries for every single...
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
*
Flash.h not only contains function prototypes and general settings, it also 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 external programmer delay functions so external programmers can handle th...
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
[next]