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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect comment in SST49LF004A/B description
Carl-Daniel Hailfinger
2009-11-06
1
-1
/
+1
*
Add infrastructure to check and report to the user the maximum supported deco...
Carl-Daniel Hailfinger
2009-10-31
3
-3
/
+91
*
Adjust a help text for external PCI programmers to the new parameter scheme
Carl-Daniel Hailfinger
2009-10-30
1
-1
/
+1
*
Since we don't have any debug level printing infrastructure yet, I propose to...
Carl-Daniel Hailfinger
2009-10-22
1
-4
/
+1
*
Board enable for Shuttle FN25 (SN25P)
Luc Verhaegen
2009-10-21
1
-0
/
+21
*
Remove confusing out-of-date comment
Carl-Daniel Hailfinger
2009-10-19
1
-3
/
+0
*
Add missing NVIDIA PCI IDs to wiki output
Uwe Hermann
2009-10-06
1
-0
/
+3
*
Mark the following boards as supported (no board-enable needed)
Uwe Hermann
2009-10-06
3
-5
/
+14
*
Upon popular request, move board support tables to print.c
Uwe Hermann
2009-10-06
2
-143
/
+151
*
Mark NVIDIA Nforce4/MCP04 as tested
Luc Verhaegen
2009-10-06
1
-1
/
+1
*
Board enable for EPoX EP-8RDA3+
Luc Verhaegen
2009-10-05
1
-0
/
+18
*
Board enable for ASUS P5ND2-SLI Deluxe
Luc Verhaegen
2009-10-05
1
-7
/
+39
*
Chipset support for the nVidia nForce 4
Luc Verhaegen
2009-10-05
1
-0
/
+1
*
There is no need to tell people to install libz if flashrom doesn't need libz
Carl-Daniel Hailfinger
2009-10-03
2
-12
/
+37
*
Cosmetics and small coding style fixes
Uwe Hermann
2009-10-01
2
-39
/
+43
*
Make bitbang_spi naming consistent
Carl-Daniel Hailfinger
2009-10-01
3
-34
/
+34
*
Disable NVIDIA flashing support for now, erase/write is not properly working,...
Uwe Hermann
2009-10-01
1
-2
/
+2
*
Introduce proper error checking for SPI programming
Carl-Daniel Hailfinger
2009-10-01
2
-8
/
+10
*
Add comments about the meaning of block erase related struct flashchip members
Carl-Daniel Hailfinger
2009-10-01
2
-23
/
+97
*
Add initial support for flashing some NVIDIA graphics cards
Uwe Hermann
2009-09-30
6
-6
/
+175
*
This is the bitbanging SPI driver infrastructure
Carl-Daniel Hailfinger
2009-09-28
4
-0
/
+198
*
Enable drkaiser programmer support in wiki output
Uwe Hermann
2009-09-25
1
-1
/
+1
*
Mark the following boards as OK
Uwe Hermann
2009-09-25
3
-3
/
+11
*
Mark the SST SST49LF003A/B as read-tested
Peter Lemenkov
2009-09-25
1
-1
/
+1
*
Add chipset support for VIA VT82C596 by adding a PCI ID
Uwe Hermann
2009-09-25
1
-0
/
+1
*
Switch SST49LF004A/B to block erase, remove the hack which simulated (unsuppo...
Carl-Daniel Hailfinger
2009-09-23
4
-6
/
+24
*
Change the status of the SST49LF020A to TEST_OK_PREW
Nils Jacobs
2009-09-23
1
-1
/
+1
*
Enable flashrom on Wyse Winterm S50
Nils Jacobs
2009-09-23
1
-0
/
+1
*
This enables flashing the Dell S1850 under Linux.
Carl-Daniel Hailfinger
2009-09-23
1
-0
/
+12
*
The current ICH SPI preop handling is a hack which spews lots of warnings, bu...
Carl-Daniel Hailfinger
2009-09-18
3
-41
/
+47
*
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
4
-524
/
+573
*
Allow to exclude each of the external programmer drivers from being compiled in
Carl-Daniel Hailfinger
2009-09-16
6
-17
/
+97
*
This patch cleans up flashrom so that it passes LLVM/clang's scan-build witho...
Stefan Reinauer
2009-09-16
3
-27
/
+28
*
This patch fixes all 27 flashrom source code issues reported by LLVM/clang's ...
Stefan Reinauer
2009-09-16
4
-27
/
+20
*
Mark Macronix MX29F001B as OK, tested by me on hardware
Uwe Hermann
2009-09-09
1
-1
/
+1
*
Replace pseudonym in drkaiser.c with real name
Joerg Fischer
2009-09-09
1
-1
/
+1
*
This is a patch which stores eraseblock sizes and corresponding block erase f...
Carl-Daniel Hailfinger
2009-09-05
8
-33
/
+130
*
Update probe timings for dozens of flash chips
Udu Ogah
2009-09-05
1
-38
/
+38
*
Quite a few probe functions in flashrom are copies of probe_jedec with additi...
Carl-Daniel Hailfinger
2009-09-05
4
-101
/
+21
*
Not all systems have svnversion installed
Carl-Daniel Hailfinger
2009-09-05
1
-1
/
+1
*
Fix strict aliasing in serprog
Carl-Daniel Hailfinger
2009-09-05
1
-6
/
+5
*
Fix for gcc 4.4 strict aliasing rules
Stefan Reinauer
2009-09-04
1
-3
/
+3
*
Add drkaiser.c which was accidentally omitted in the last commit
Uwe Hermann
2009-09-02
1
-0
/
+79
*
Add support for parallel flash on Dr
TURBO J
2009-09-02
7
-11
/
+41
*
Standardize on using __func__ instead of __FUNCTION__
Uwe Hermann
2009-09-02
16
-23
/
+23
*
Flashrom 0.9.1
0.9.1
Carl-Daniel Hailfinger
2009-09-02
1
-1
/
+1
*
Don't abort if chipset init failed because the failing init may have been a w...
Carl-Daniel Hailfinger
2009-09-02
1
-1
/
+5
*
Move the Asus A7V600-X out of the unsupported list
Carl-Daniel Hailfinger
2009-09-02
2
-2
/
+1
*
Use correct name for SB700/SB710/SB750 instead of calling them SB700
Carl-Daniel Hailfinger
2009-09-01
1
-1
/
+1
[next]