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
*
Indent according to development guidelines
Stefan Reinauer
2008-06-27
1
-48
/
+40
*
Winbond W39V080FA: Probe and Read are OK
Jens Kühnel
2008-06-26
1
-1
/
+1
*
Test status OK for ST M50FW040 PROBE READ
Peter Stuge
2008-06-24
1
-1
/
+1
*
Test status OK for Macronix MX25L8005 PROBE READ ERASE WRITE
Peter Stuge
2008-06-24
1
-1
/
+1
*
Increase delay in probe_jedec() after Product ID Entry to 10ms
Peter Stuge
2008-06-24
1
-3
/
+2
*
Slight restructure of SPI probe_ functions
Peter Stuge
2008-06-24
1
-47
/
+53
*
Some flashrom documentation fixes, and removal of duplicated info
Uwe Hermann
2008-06-22
2
-105
/
+16
*
A few changes were committed before the DoC remove, update README
Peter Stuge
2008-06-22
1
-1
/
+1
*
Remove dead M-Systems Disk on Chip code
Peter Stuge
2008-06-22
6
-365
/
+6
*
Update test status to TEST_OK_PREW for ST M50FLW080A and SST49LF008A
Peter Stuge
2008-06-22
1
-2
/
+2
*
Some Makefile cleaning
Peter Stuge
2008-06-22
1
-5
/
+4
*
Fix OBJS in Makefile to compile stm50flw0x0x.c like the others
Peter Stuge
2008-06-21
1
-1
/
+1
*
Uppercase AMIC since that's what they write in datasheets
Peter Stuge
2008-06-21
1
-2
/
+2
*
Update comment to match delay change in probe_jedec() r3373
Peter Stuge
2008-06-21
1
-1
/
+1
*
Update test status for Atmel AT29C020 and SST29EE010
Peter Stuge
2008-06-21
1
-2
/
+2
*
Increase delay in probe_jedec() to 2ms to reliably detect AT29C020
Peter Stuge
2008-06-21
1
-1
/
+1
*
Show expected and read byte on verify failure
Peter Stuge
2008-06-20
1
-1
/
+2
*
Add support for AMIC Technology A49LF040A and do not probe W29EE011 anymore
Jens Kuehnel
2008-06-18
3
-0
/
+13
*
Force read unknown flash chips
Peter Stuge
2008-06-18
3
-10
/
+47
*
Board enable and autodetection for GIGABYTE GA-7VT600
Peter Stuge
2008-06-13
1
-0
/
+3
*
Add support for Amic Technology A29040B flash chip
Peter Stuge
2008-06-11
2
-0
/
+2
*
Board enable and autodetection for BioStar P4M80-M4
Peter Stuge
2008-06-11
1
-0
/
+28
*
Mark SST SST49LF160C as fully supported.:
Peter Stuge
2008-06-03
1
-1
/
+1
*
Revert r3357 and fix it as intended to (forgotten header commit instead of typo)
Mart Raudsepp
2008-05-27
2
-1
/
+2
*
Fix typo introduced in r3356 that breaks build
Mart Raudsepp
2008-05-27
1
-1
/
+1
*
MX25L4005, S25FL016A, W39V040B, W39V080A, SST49LF008A tests
Peter Stuge
2008-05-27
1
-5
/
+5
*
Mark SST49LF004A/B as tested
Mart Raudsepp
2008-05-27
1
-1
/
+1
*
Mark the following chips as tested
Uwe Hermann
2008-05-26
1
-5
/
+5
*
A bunch of cosmetic improvements
Uwe Hermann
2008-05-22
3
-8
/
+8
*
Mark more chips as tested (all operations), tested on ASUS P4B266
Uwe Hermann
2008-05-22
1
-3
/
+3
*
Add support for the ASUS P4B266 board
Uwe Hermann
2008-05-22
1
-0
/
+49
*
Add support for Amic A25L40P SPI flash
Rudolf Marek
2008-05-22
2
-0
/
+2
*
Changes to make flashrom compile (and work) on FreeBSD
Andriy Gapon
2008-05-22
6
-100
/
+131
*
Myles reported SST49LF080A status -> TESTED_PREW
Peter Stuge
2008-05-21
1
-1
/
+1
*
Support Pm49FL004/2 Block Locking Registers
Nikolay Petukhov
2008-05-17
5
-58
/
+121
*
I looked at the datasheet and erase_sector_39sf020() is totally and completel...
Carl-Daniel Hailfinger
2008-05-16
1
-15
/
+0
*
ICH8 and ICH9 have an almost identical SPI interface, only the location of th...
Carl-Daniel Hailfinger
2008-05-16
1
-10
/
+16
*
Add support for the Atmel AT25DF321 SPI flash (tested)
Dominik Geyer
2008-05-16
1
-1
/
+2
*
Add support for SPI chips on ICH9
Dominik Geyer
2008-05-16
5
-3
/
+484
*
IT8716F: Enable writes if decoding of any SPI addresses is enabled
Carl-Daniel Hailfinger
2008-05-16
1
-0
/
+6
*
Print detailed status register information for SST25VF series flash
Carl-Daniel Hailfinger
2008-05-15
1
-0
/
+4
*
Lots of new SST flash chip IDs
Carl-Daniel Hailfinger
2008-05-15
2
-1
/
+17
*
Add support for the JEDEC RES
Carl-Daniel Hailfinger
2008-05-15
4
-33
/
+82
*
Add more infrastructure for flashrom ICH9 support
Carl-Daniel Hailfinger
2008-05-14
3
-27
/
+46
*
Add the Intel 6300ESB as known chipset to the chipset struct enables
Claus Gindhart
2008-05-14
1
-0
/
+1
*
Fix crash caused by division by zero for unknown flash chips
Carl-Daniel Hailfinger
2008-05-14
1
-5
/
+5
*
Check the JEDEC vendor ID for correct parity
Carl-Daniel Hailfinger
2008-05-14
3
-1
/
+17
*
Add lots of ATMEL SPI flash chips to flash.h
Carl-Daniel Hailfinger
2008-05-14
2
-6
/
+19
*
Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.c
Carl-Daniel Hailfinger
2008-05-13
4
-224
/
+285
*
Move the SPI #defines from spi.c to spi.h
Carl-Daniel Hailfinger
2008-05-13
2
-60
/
+89
[next]