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
...
*
Let's actually sort the board lists alphabetically, and not just pretend we do
Uwe Hermann
2009-06-04
1
-13
/
+13
*
Mark the ASUS A7N8X-E Deluxe as working
Uwe Hermann
2009-06-04
2
-0
/
+2
*
Use macros for inb and outb which were forgotten in r568
Idwer Vollering
2009-06-03
1
-2
/
+2
*
Add probe_timing information (int uS value)
Maciej Pijanka
2009-06-03
3
-4
/
+130
*
Board enable: Gigabyte GA K8N SLI
Luc Verhaegen
2009-06-03
1
-1
/
+26
*
Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested
Uwe Hermann
2009-06-02
5
-11
/
+11
*
Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC)
Maciej Pijanka
2009-06-02
3
-2
/
+20
*
Add two more boards supported by flashrom
Uwe Hermann
2009-06-02
1
-0
/
+2
*
Unify AMD manufacture_id and model_id
Mateusz Murawski
2009-06-02
2
-4
/
+6
*
Use read_flash() when flash chip probe is forced
Stephan Guilloux
2009-06-01
1
-29
/
+6
*
Add a missing free() in read_flash()
Stephan Guilloux
2009-06-01
1
-0
/
+1
*
Refactor HT-1000 GPIO setting to use sio_mask
Carl-Daniel Hailfinger
2009-06-01
1
-10
/
+5
*
Only probe for chips with compatible bus protocols
Carl-Daniel Hailfinger
2009-06-01
6
-9
/
+86
*
Add bus type support to the dummy external programmer
Carl-Daniel Hailfinger
2009-06-01
4
-1
/
+53
*
Fix warning in satasii.c when compiling with gcc 4.4.0
Urja Rannikko
2009-05-31
1
-1
/
+1
*
Add IT87xx SPI as external flasher option
Carl-Daniel Hailfinger
2009-05-31
4
-4
/
+36
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
9
-85
/
+270
*
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
[prev]
[next]