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
...
*
Refine handling of spi_write_enable() failures to fix chip erases on ichspi
Carl-Daniel Hailfinger
2009-05-09
4
-16
/
+54
*
Add a dummy external flasher which just prints each operation
Carl-Daniel Hailfinger
2009-05-09
5
-2
/
+104
*
board_enable: split vendor name and board name into two fields
Uwe Hermann
2009-05-09
1
-42
/
+47
*
Add --programmer to help text and man page
Carl-Daniel Hailfinger
2009-05-09
2
-0
/
+6
*
Make chipset list alphabetically ordered as the other lists
Uwe Hermann
2009-05-08
1
-39
/
+40
*
Add external flasher support
Carl-Daniel Hailfinger
2009-05-08
4
-91
/
+233
*
Re-add a line which got deleted in r473 by accident
Carl-Daniel Hailfinger
2009-05-08
1
-0
/
+2
*
Keep list of boards alphabetically sorted
Uwe Hermann
2009-05-08
1
-20
/
+21
*
Don't assume flash is accessible via MMIO for chips with no read function
Carl-Daniel Hailfinger
2009-05-08
3
-13
/
+134
*
Store and display chipset test status (not only chip status)
Uwe Hermann
2009-05-07
1
-83
/
+91
*
Always print the flashrom version as first output line
Carl-Daniel Hailfinger
2009-05-07
1
-1
/
+3
*
Document uncertainty regarding ASD chips
Carl-Daniel Hailfinger
2009-05-06
1
-0
/
+1
*
Clarify error message in enable_flash_sb600() a little
Peter Stuge
2009-05-06
1
-1
/
+1
*
Improve SST25 status register routines
Carl-Daniel Hailfinger
2009-05-06
1
-11
/
+15
*
Revert r466 because of inverted logic
Carl-Daniel Hailfinger
2009-05-06
1
-5
/
+6
*
Cleanup redundant condition and clarify message a little
Peter Stuge
2009-05-06
1
-6
/
+5
*
Touch up some error messages in enable_flash_cs5536()
Peter Stuge
2009-05-06
1
-2
/
+2
*
Clean up the SB400 chipset enable code
Carl-Daniel Hailfinger
2009-05-06
1
-9
/
+1
*
Rewrite the SB600 chipset enable function
Carl-Daniel Hailfinger
2009-05-05
1
-17
/
+33
*
Here is a fix for chipset_enable.c when there is not /dev/cpu
Bertrand Jacquin
2009-05-05
1
-1
/
+1
*
SST25VF080B TEST_OK_ ERASE WRITE
Peter Stuge
2009-05-05
1
-1
/
+1
*
Some cosmetics in README and manpage
Uwe Hermann
2009-05-05
2
-57
/
+68
*
Force enabling SPI mode for SB600 is a bad idea and leads to hangs
Zheng Bao
2009-05-04
1
-0
/
+8
*
SST25VF080B TEST_OK_READ
Peter Stuge
2009-05-04
1
-1
/
+1
*
Onwards with development
Carl-Daniel Hailfinger
2009-05-04
1
-2
/
+4
*
Flashrom 0.9.0
Carl-Daniel Hailfinger
2009-05-04
2
-5
/
+3
*
Complement the README file with build instructions for the platforms it curre...
Idwer Vollering
2009-05-03
1
-1
/
+10
*
Allow compilation on Solaris
Carl-Daniel Hailfinger
2009-05-01
3
-7
/
+29
*
Mention that flashrom can also verify flash contents
Peter Stuge
2009-05-01
2
-4
/
+4
*
Fix usage to show that vendor: is optional in the -m parameter
Peter Stuge
2009-05-01
1
-1
/
+1
*
Some functions take no arguments
Carl-Daniel Hailfinger
2009-05-01
1
-5
/
+5
*
Add Li-Ta (Ollie) Lo to the author list
Carl-Daniel Hailfinger
2009-05-01
1
-0
/
+2
*
Since the command line interface for flashrom will change for 1.0
Carl-Daniel Hailfinger
2009-05-01
2
-0
/
+9
*
Macronix MX25L1605 TEST_OK_ PROBE READ ERASE WRITE
Peter Stuge
2009-04-29
1
-1
/
+1
*
Handle DragonFly BSD definitions in flash.h
Patrick Georgi
2009-04-28
2
-3
/
+3
*
Enable scan-build for flashrom
Patrick Georgi
2009-04-26
1
-2
/
+2
*
The flashrom makefile wants to redirect both stdout and stderr to /dev/null f...
Stephan Guilloux
2009-04-25
1
-1
/
+1
*
MAX may already be defined
Uwe Hermann
2009-04-24
2
-5
/
+5
*
Support MX25L3235D
Stephan Guilloux
2009-04-23
2
-1
/
+15
*
Don't duplicate option description in README, the manpage already has that info
Uwe Hermann
2009-04-23
2
-26
/
+5
*
All "unknown xy SPI chip" entries claim to have status UNTESTED for probe/rea...
Carl-Daniel Hailfinger
2009-04-22
1
-6
/
+6
*
Add support for Gigabyte GA-MA790FX-DQ6
Carl-Daniel Hailfinger
2009-04-21
1
-0
/
+2
*
Support Macronix MX2512805D flash chip
Stephan Guilloux
2009-04-21
2
-0
/
+15
*
Trivial indent fix
Stephan Guilloux
2009-04-21
1
-1
/
+1
*
After verification in datasheets, all MX25 accept the same opcodes 0x60 and 0...
Stephan Guilloux
2009-04-20
1
-7
/
+8
*
board_enables: reconstruct table
Luc Verhaegen
2009-04-20
1
-421
/
+43
*
Trivial README change Flashrom->flashrom
Peter Stuge
2009-04-20
1
-5
/
+5
*
MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7
Stephan Guilloux
2009-04-19
1
-2
/
+2
*
Add MX25L1635D support, as discussed on #coreboot
Stephan Guilloux
2009-04-19
1
-0
/
+13
*
Add VIA PC3500G board
Peter Stuge
2009-04-17
1
-0
/
+14
[prev]
[next]