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
*
Fix compilation of nic3com on 64bit
Carl-Daniel Hailfinger
2009-05-14
3
-3
/
+4
*
Unify usage of iopl-like code by introducing get_io_perms()
Uwe Hermann
2009-05-14
3
-20
/
+17
*
nic3com: allow selection of a particular PCI device to use as programmer
Christian Ruppert
2009-05-14
4
-21
/
+64
*
Cosmetics and eliminate unneeded vars as per IRC discussion
Uwe Hermann
2009-05-14
1
-9
/
+6
*
Improve makefile structure a bit
Christian Ruppert
2009-05-14
1
-13
/
+17
*
Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flas...
Carl-Daniel Hailfinger
2009-05-14
3
-3
/
+33
*
Fix spelling error in comment
Daniel McLellan
2009-05-14
1
-1
/
+1
*
Generic status register prettyprinting for SST25*
Carl-Daniel Hailfinger
2009-05-13
1
-1
/
+1
*
SST25 chips do not support page program, only byte program
Carl-Daniel Hailfinger
2009-05-13
1
-5
/
+5
*
Winbond W39V040A TEST_OK_ PROBE READ
Mateusz Murawski
2009-05-13
1
-1
/
+1
*
Mark SST 39VF512 as fully tested
Mateusz Murawski
2009-05-13
1
-1
/
+1
*
Fix nic3com.c build issues on *BSD
Uwe Hermann
2009-05-13
1
-1
/
+7
*
There are various reasons why a SPI command can fail
Carl-Daniel Hailfinger
2009-05-13
4
-12
/
+50
*
Add support for 3COM NICs as "external programmer" and Atmel AT49BV512
Uwe Hermann
2009-05-13
6
-2
/
+217
*
Use helper functions chip_{read,write}[bwl] to access flash chips
Carl-Daniel Hailfinger
2009-05-12
4
-7
/
+7
*
Unify write_39sf020() and write_49f002() functions
Uwe Hermann
2009-05-12
4
-60
/
+14
*
Rename the STM50FLW register variable flash_addr used for block write protect...
Carl-Daniel Hailfinger
2009-05-11
1
-5
/
+5
*
Print dummy programmer messages only if verbose mode is selected
Carl-Daniel Hailfinger
2009-05-11
2
-26
/
+26
*
Check probing results for flash contents
Carl-Daniel Hailfinger
2009-05-11
1
-0
/
+21
*
Abstract mapping/unmapping of flash regions
Carl-Daniel Hailfinger
2009-05-11
4
-18
/
+57
*
Handle (un)locking of SST FWH chips
Carl-Daniel Hailfinger
2009-05-11
2
-3
/
+62
*
Create a SB600 SPI detection heuristic
Carl-Daniel Hailfinger
2009-05-10
1
-1
/
+38
*
Add support for EPoX EP-8K5A2 and separate out common VT823x board enable code
Luc Verhaegen
2009-05-09
1
-53
/
+87
*
Kill one superfluous variable and improve code readability
Carl-Daniel Hailfinger
2009-05-09
1
-3
/
+2
*
Fix Elan SC520 handling
Carl-Daniel Hailfinger
2009-05-09
1
-2
/
+1
*
Trim default ICH SPI delay from 1000 to 10 microseconds
Carl-Daniel Hailfinger
2009-05-09
1
-4
/
+4
*
Convert all flashchips.c entries with SPI programing to the 256-byte version ...
Carl-Daniel Hailfinger
2009-05-09
3
-59
/
+59
*
Chips like the SST SST25VF080B can only handle single byte writes outside AAI...
Carl-Daniel Hailfinger
2009-05-09
6
-16
/
+50
*
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
[next]