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
*
Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...
Carl-Daniel Hailfinger
2010-07-21
1
-1
/
+23
*
Use struct pointer instead of enum to set bitbang adapter
Michael Karcher
2010-07-17
1
-6
/
+0
*
Newer llvm/clang versions (since r102686) have a __clang_version__ macro whic...
Carl-Daniel Hailfinger
2010-07-17
1
-1
/
+6
*
Print an error message on read errors and abort instead of proceeding anyway
Carl-Daniel Hailfinger
2010-07-13
1
-17
/
+44
*
Wrap a line which was 156 columns wide
Carl-Daniel Hailfinger
2010-07-13
1
-1
/
+4
*
Split erase region walking out of erase_flash
Carl-Daniel Hailfinger
2010-07-13
1
-21
/
+24
*
Make programmer_param static by converting all users to extract_programmer_param
Carl-Daniel Hailfinger
2010-07-08
1
-1
/
+6
*
Various places in the flashrom source feature custom parameter extraction fro...
Carl-Daniel Hailfinger
2010-07-06
1
-35
/
+42
*
If a programmer has untested or non-working write/erase code, but probing/rea...
Carl-Daniel Hailfinger
2010-07-03
1
-0
/
+20
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-21
/
+44
*
National Semiconductor DP83815/DP83816 and DP83820 NIC programmer support
Andrew Morgan
2010-06-07
1
-1
/
+22
*
Gcc and clang can check format strings of printf-like functions
Carl-Daniel Hailfinger
2010-06-04
1
-1
/
+1
*
So far, we have up to 4 different names for the same thing (ignoring capitali...
Carl-Daniel Hailfinger
2010-05-31
1
-33
/
+33
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-0
/
+1
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-4
/
+11
*
Support for Realtek RTL8139 network card flashing
Joerg Fischer
2010-05-21
1
-1
/
+41
*
Fix assorted documentation, frontend and printing bugs
Carl-Daniel Hailfinger
2010-05-15
1
-10
/
+25
*
Convert programmer print messages to msg_p* convert general print messages to...
Sean Nelson
2010-05-07
1
-71
/
+71
*
One of the problems is that --force had multiple meanings
Carl-Daniel Hailfinger
2010-04-28
1
-1
/
+12
*
Add runtime and build environment info to the flashrom version message
Carl-Daniel Hailfinger
2010-03-27
1
-1
/
+39
*
Reduce message severity level for skipped chips
Carl-Daniel Hailfinger
2010-03-22
1
-4
/
+8
*
Various coding style and cosmetic changes
Uwe Hermann
2010-03-13
1
-3
/
+4
*
Write granularity is chip specific
Carl-Daniel Hailfinger
2010-03-08
1
-0
/
+61
*
Add initial (non-working) code for Highpoint ATA/RAID controllers
Uwe Hermann
2010-02-21
1
-1
/
+23
*
Here's a very quick patch to fix the missing unlock code
Sean Nelson
2010-02-19
1
-0
/
+12
*
Some programmers want to run certain functions during programmer shutdown, bu...
Carl-Daniel Hailfinger
2010-02-14
1
-0
/
+33
*
At long last, the day has come, and we can bury full-chip erase once and for all
Carl-Daniel Hailfinger
2010-02-11
1
-6
/
+0
*
Open binary files in binary mode
Patrick Georgi
2010-01-25
1
-2
/
+2
*
Dediprog SF100 support
Carl-Daniel Hailfinger
2010-01-19
1
-1
/
+23
*
Add eraseblock functions to self-check
Carl-Daniel Hailfinger
2010-01-19
1
-9
/
+28
*
Flashrom performs a self-check on every startup before it even starts to init...
Carl-Daniel Hailfinger
2010-01-18
1
-20
/
+61
*
If neither internal (old default) nor dummy (safe default) programmer are sel...
Carl-Daniel Hailfinger
2010-01-10
1
-2
/
+31
*
Move the CLI related functions main() and cli_usage() to cli_classic.c
Carl-Daniel Hailfinger
2010-01-07
1
-352
/
+3
*
Factor out CLI code by moving generic stuff out of main()
Carl-Daniel Hailfinger
2009-12-24
1
-60
/
+98
*
Fix eraseblock walking and add a few more checks to make sure such bugs get c...
Carl-Daniel Hailfinger
2009-12-14
1
-2
/
+25
*
Internal (onboard) programming was the only feature which could not be disabled
Carl-Daniel Hailfinger
2009-12-13
1
-11
/
+43
*
Clarify a comment about verification routine usage
Carl-Daniel Hailfinger
2009-11-25
1
-1
/
+2
*
Add the ability to set Bus Pirate SPI speed via the command line
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+54
*
Add Bus Pirate SPI support
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+19
*
Add the ability to generate test patterns for write testing
Carl-Daniel Hailfinger
2009-11-23
1
-0
/
+136
*
To prepare for libflashrom I wanted to make the main loop more readable and m...
Carl-Daniel Hailfinger
2009-11-17
1
-19
/
+19
*
Add infrastructure to check and report to the user the maximum supported deco...
Carl-Daniel Hailfinger
2009-10-31
1
-3
/
+72
*
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
[next]