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
...
*
Add support for probe and read of Intel 28F001BX-T and BX-B
Urja Rannikko
2009-05-29
2
-0
/
+30
*
Random flashrom updates
Uwe Hermann
2009-05-28
3
-31
/
+35
*
A bunch of flashrom board updates
Uwe Hermann
2009-05-28
1
-0
/
+8
*
Change "Texas Instruments" to "TI" in the flash chip table
Uwe Hermann
2009-05-27
1
-2
/
+2
*
Use consistent naming for local chip ID variables
Carl-Daniel Hailfinger
2009-05-27
2
-28
/
+26
*
Add TI TMS29F002RT and TMS29F002RB probe and read support
Carl-Daniel Hailfinger
2009-05-26
2
-0
/
+31
*
Use REMS instead of RES in the ICH SPI default opcode table
Carl-Daniel Hailfinger
2009-05-26
1
-1
/
+1
*
Add NForce2 chipset enable
Luc Verhaegen
2009-05-26
2
-1
/
+15
*
Refactor SuperIO accesses
Carl-Daniel Hailfinger
2009-05-25
4
-77
/
+63
*
Biostar p4m80 board enable typo
Luc Verhaegen
2009-05-25
1
-1
/
+1
*
Autodetection support and write-enable for the MSI KT4 Ultra
Uwe Hermann
2009-05-23
1
-3
/
+5
*
Add website section
Uwe Hermann
2009-05-22
1
-1
/
+6
*
A bunch of output beautifications and improvements, as well as doc fixes
Uwe Hermann
2009-05-22
5
-47
/
+59
*
Mark the following boards as 'known-good' (write/erase works)
Uwe Hermann
2009-05-21
2
-1
/
+12
*
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
[prev]
[next]