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
...
*
Make an extra MANDIR variable for easier overriding
Uwe Hermann
2009-05-21
1
-2
/
+3
*
Improve flashrom test report text a bit
Uwe Hermann
2009-05-21
2
-5
/
+7
*
Fix typo
Uwe Hermann
2009-05-21
1
-1
/
+1
*
Mark the Macronix MX29F002T as working
Uwe Hermann
2009-05-20
1
-1
/
+1
*
The Silicon Image PCI0680 has bit 26 marked as reserved, so don't use it
Uwe Hermann
2009-05-20
1
-2
/
+2
*
Mark the Silicon Image PCI0680 Ultra ATA-133 controller as working
Uwe Hermann
2009-05-19
1
-1
/
+1
*
Documentation improvements and small code/whitespace fixes
Uwe Hermann
2009-05-19
4
-20
/
+29
*
Add detection support and write-enable for the GIGABYTE GA-MA78GM-S2H
Uwe Hermann
2009-05-18
1
-1
/
+2
*
Drop duplicate Tyan S2498 (Tomcat K7M) entry in the board list
Uwe Hermann
2009-05-18
1
-34
/
+33
*
Add Tyan S2891/S2892/S2895 as supported without special write-enables being r...
Uwe Hermann
2009-05-18
1
-0
/
+3
*
Factor out fallback_map/unmap, most external programmers don't need and speci...
Uwe Hermann
2009-05-17
5
-22
/
+17
*
Rename sata_sii.c to satasii.c for consistency
Uwe Hermann
2009-05-17
2
-1
/
+1
*
Various smaller flashrom improvements
Uwe Hermann
2009-05-17
7
-33
/
+27
*
This patch adds support for BIOS flashing on the all SiliconImage SATA contro...
Rudolf Marek
2009-05-17
1
-0
/
+131
*
This patch adds support for BIOS flashing on the all SiliconImage SATA contro...
Rudolf Marek
2009-05-17
4
-3
/
+31
*
Fix a quilt introduced bug in patch
Rudolf Marek
2009-05-17
1
-1
/
+1
*
[PATCH] flashrom add PMC 39F010
Rudolf Marek
2009-05-17
1
-2
/
+16
*
Use accessor functions for MMIO
Carl-Daniel Hailfinger
2009-05-17
5
-61
/
+93
*
List all boards which are
Uwe Hermann
2009-05-16
4
-67
/
+197
*
Eliminate all 'inline's from the flashrom code
Uwe Hermann
2009-05-16
6
-77
/
+82
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
30
-153
/
+4
*
Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3...
Uwe Hermann
2009-05-16
4
-4
/
+49
*
Introduce a type "chipaddr" to abstract the offsets within flash regions
Carl-Daniel Hailfinger
2009-05-16
23
-203
/
+203
*
Older libpci versions (e.g
Uwe Hermann
2009-05-16
1
-1
/
+4
*
Add generic 16 bit and 32 bit chip read/write emulation to the external flash...
Carl-Daniel Hailfinger
2009-05-16
4
-26
/
+39
*
Uwe tested the recent SB600 SPI commit and notified me of one unexpected problem
Carl-Daniel Hailfinger
2009-05-15
1
-1
/
+25
*
Refactor parts of the 3COM NIC code
Uwe Hermann
2009-05-15
5
-92
/
+151
*
Additionally to WREN also handle WRSR failures gracefully for ICHSPI
Carl-Daniel Hailfinger
2009-05-15
1
-4
/
+29
*
Make the nic3com code check how many supported NICs are found
Uwe Hermann
2009-05-14
2
-28
/
+52
*
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
[prev]
[next]