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
...
*
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
*
Use MSR abstraction in all board enables
Stefan Reinauer
2009-08-12
1
-31
/
+9
*
Board enable for Asus P4P800-E Deluxe
Luc Verhaegen
2009-08-12
1
-0
/
+27
*
Allow to compile out serprog completely
Carl-Daniel Hailfinger
2009-08-12
4
-48
/
+16
*
Add a new field for the names of programmers and use it to match against user...
Carl-Daniel Hailfinger
2009-08-12
2
-30
/
+39
*
Use a common parameter variable for all programmers
Carl-Daniel Hailfinger
2009-08-12
9
-62
/
+54
*
Add fallback functions for programmer shutdown and memory mapping and fix FT2...
Carl-Daniel Hailfinger
2009-08-12
3
-18
/
+34
*
Fix up MSR handling to support more OSes than Linux.
Stefan Reinauer
2009-08-12
3
-70
/
+156
*
Make debug messages printf_debug().
Stefan Reinauer
2009-08-11
1
-15
/
+15
*
Add ICH6,ICH7,ICH8,ICH9,ICH10 FWH IDSEL settings and flash decode settings to...
Carl-Daniel Hailfinger
2009-08-10
1
-0
/
+36
*
Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and their variants
Carl-Daniel Hailfinger
2009-08-10
2
-22
/
+65
*
Replace remaining explicit erases in SPI programmer drivers with auto-erases
Carl-Daniel Hailfinger
2009-08-10
6
-47
/
+30
*
Releasing IO permissions was done by hand everywhere
Carl-Daniel Hailfinger
2009-08-09
4
-16
/
+11
*
Remove unnecessary #include files
Carl-Daniel Hailfinger
2009-08-09
9
-18
/
+3
*
Fix SPI multicommand endless loop in default_spi_send_multicommand
Carl-Daniel Hailfinger
2009-08-03
1
-0
/
+1
*
The project's new home is flashrom.org now
Stefan Reinauer
2009-07-30
4
-7
/
+7
*
Boards with coreboot have a cbtable containing vendor and board name
Carl-Daniel Hailfinger
2009-07-30
3
-2
/
+12
*
Add IDs for 51 new flash chips
Carl-Daniel Hailfinger
2009-07-24
2
-38
/
+89
[prev]
[next]