index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Fix all remaining issues reported by LLVM/clang's scan-build
Stefan Reinauer
2009-09-16
3
-27
/
+28
*
Fix some of the issues reported by LLVM/clang's scan-build
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
*
Store block sizes and corresponding erase functions in struct flashchip
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
*
Unify some probe functions that basically correspond to probe_jedec()
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. Kaiser PC-Waechter PCI devices
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
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
*
Board enable for Asus A7V600-X
Luc Verhaegen
2009-09-01
1
-0
/
+65
*
Add the possibility to set the release name directly as makefile parameter
Carl-Daniel Hailfinger
2009-08-31
1
-9
/
+11
*
Refine bad board list
Carl-Daniel Hailfinger
2009-08-31
2
-7
/
+0
*
Board status updates
Uwe Hermann
2009-08-30
2
-0
/
+12
*
Update svn:ignore
Joerg Mayer
2009-08-24
0
-0
/
+0
*
Update contact info
Joerg Mayer
2009-08-24
1
-1
/
+8
*
"3COM 3C90xB: PCI 10BASE-T (TPO)" (10b7:9004) works fine
Carl-Daniel Hailfinger
2009-08-24
1
-1
/
+1
*
Add support for MX29F001T and MX29F001B flash chips
Mark Panajotovic
2009-08-24
2
-0
/
+34
*
ASD AE29F2008 and Winbond W29C020C have the same ID
Carl-Daniel Hailfinger
2009-08-24
1
-1
/
+1
*
Add support for ICH9 engineering sample
Carl-Daniel Hailfinger
2009-08-21
1
-0
/
+1
*
Various board status updates
Uwe Hermann
2009-08-20
2
-3
/
+13
*
Adept layout handling to new programmer infrastructure and fix off-by-one error
Carl-Daniel Hailfinger
2009-08-19
3
-9
/
+7
*
Change programmer options separator from = to :
Carl-Daniel Hailfinger
2009-08-19
2
-10
/
+10
*
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
4
-28
/
+21
*
Support rdmsr/wrmsr operations on FreeBSD
Stefan Reinauer
2009-08-19
2
-1
/
+97
*
Add serprog documentation to the manpage
Carl-Daniel Hailfinger
2009-08-18
1
-5
/
+20
*
Tidy up docs before release
Carl-Daniel Hailfinger
2009-08-18
2
-12
/
+5
*
Fix compilation on Nexenta which is Ubuntu with a Solaris kernel
Carl-Daniel Hailfinger
2009-08-17
2
-4
/
+10
*
Allow the user to override FWH IDSEL on ICH6 and later
Carl-Daniel Hailfinger
2009-08-13
1
-0
/
+14
*
Generate the usage message by walking the list of available programmers
Carl-Daniel Hailfinger
2009-08-13
1
-3
/
+32
[prev]
[next]