summaryrefslogtreecommitdiffstats
path: root/util/flashrom
Commit message (Expand)AuthorAgeFilesLines
* flashrom: Fix error -EINVAL on mmap()Segher Boessenkool2008-08-121-8/+8
* flashrom: ST M50FW040 TEST_OK PROBE READ ERASE WRITEPeter Stuge2008-08-081-1/+1
* update copyright year (trivial)Stefan Reinauer2008-08-021-1/+1
* tested another intel chip (trivial)Stefan Reinauer2008-08-021-1/+1
* flashrom: Winbond W39V040C and MSI K8T Neo2-FPeter Stuge2008-07-215-1/+113
* Fix and clean up coreboot image detection heuristic.Carl-Daniel Hailfinger2008-07-111-12/+20
* flashrom: Trivial SPI cleanupsPeter Stuge2008-07-074-32/+15
* flashrom: Trivial indent fix in ichspi.cPeter Stuge2008-07-071-3/+3
* r3415 removed symbolic constants for device IDs by accident.Carl-Daniel Hailfinger2008-07-062-3/+6
* flashrom: Add AMIC A29002Andreas Thienemann2008-07-062-2/+3
* Adding support for flashing system with Nvidia MCP67Stefan Reinauer2008-07-051-0/+1
* flashrom: Add PCI IDs for EPIA-CNPeter Stuge2008-07-051-0/+2
* Minor cosmetics, e.g. make stuff fit in 80 chars/line etc. (trivial).Uwe Hermann2008-07-032-10/+7
* Mark SST49LF040B as tested.Carl-Daniel Hailfinger2008-07-031-1/+1
* Mark the SST SST49LF040 as OK (tested by me), all operations (trivial).Uwe Hermann2008-07-031-1/+1
* flashrom: Winbond W25x80 TEST_OK PROBE READ ERASE WRITEPeter Stuge2008-07-031-1/+1
* Improve coreboot image detection heuristic in flashrom. It's notCarl-Daniel Hailfinger2008-07-031-1/+13
* flashrom: probe_flash() cleanup for better code readabilityPeter Stuge2008-07-021-15/+15
* set w39v080fa to fully supported. I'm am flashing this chip several times aStefan Reinauer2008-07-022-2/+4
* flashrom: Update to TEST_OK for Winbond W39V040FA PROBE READPeter Stuge2008-07-021-1/+1
* flashrom: Don't rm *~ in make clean, who knows what files that could bePeter Stuge2008-07-021-1/+1
* flashrom: Unknown vendor:board message can be triggered by -m tooPeter Stuge2008-07-021-1/+1
* flashrom: Case insensitive matching of vendor:board strings in coreboot tablePeter Stuge2008-07-021-4/+3
* First attempt to clean up SPI probing and create a commonStefan Reinauer2008-06-305-128/+213
* Mine AMIC flash chip needs 4 bytes RDID. This enables to use the new probing ...Rudolf Marek2008-06-301-1/+1
* Mine AMIC flash chip needs 4 bytes RDID. Following patch adds support for that.Rudolf Marek2008-06-302-6/+24
* This patch adds support for VIA SPI controller on VT8237S. It is similar withRudolf Marek2008-06-304-32/+71
* Add a debug marker after ICH SPI opcode programming.Carl-Daniel Hailfinger2008-06-291-1/+2
* flashrom: Fix ICH7 non-SPI that broke in r3393Peter Stuge2008-06-292-1/+3
* Use symbolic constants for PCI subsystem probing in flashrom.Carl-Daniel Hailfinger2008-06-281-2/+2
* * ICH7 SPI supportStefan Reinauer2008-06-275-46/+261
* indent according to development guidelines (trivial)Stefan Reinauer2008-06-271-48/+40
* Winbond W39V080FA: Probe and Read are OK.Jens Kühnel2008-06-261-1/+1
* flashrom: Test status OK for ST M50FW040 PROBE READPeter Stuge2008-06-241-1/+1
* flashrom: Test status OK for Macronix MX25L8005 PROBE READ ERASE WRITEPeter Stuge2008-06-241-1/+1
* flashrom: Increase delay in probe_jedec() after Product ID Entry to 10msPeter Stuge2008-06-241-3/+2
* flashrom: Slight restructure of SPI probe_ functionsPeter Stuge2008-06-241-47/+53
* Some flashrom documentation fixes, and removal of duplicated info (trivial).Uwe Hermann2008-06-222-105/+16
* flashrom: A few changes were committed before the DoC remove, update README.Peter Stuge2008-06-221-1/+1
* flashrom: Remove dead M-Systems Disk on Chip codePeter Stuge2008-06-226-365/+6
* flashrom: Update test status to TEST_OK_PREW for ST M50FLW080A and SST49LF008APeter Stuge2008-06-221-2/+2
* flashrom: Some Makefile cleaningPeter Stuge2008-06-221-5/+4
* flashrom: Fix OBJS in Makefile to compile stm50flw0x0x.c like the othersPeter Stuge2008-06-211-1/+1
* flashrom: Uppercase AMIC since that's what they write in datasheets.Peter Stuge2008-06-211-2/+2
* flashrom: Update comment to match delay change in probe_jedec() r3373Peter Stuge2008-06-211-1/+1
* flashrom: Update test status for Atmel AT29C020 and SST29EE010Peter Stuge2008-06-211-2/+2
* flashrom: Increase delay in probe_jedec() to 2ms to reliably detect AT29C020Peter Stuge2008-06-211-1/+1
* flashrom: Show expected and read byte on verify failure. Trivial.Peter Stuge2008-06-201-1/+2
* flashrom: Add support for AMIC Technology A49LF040A and do not probe W29EE011...Jens Kuehnel2008-06-183-0/+13
* flashrom: Force read unknown flash chipsPeter Stuge2008-06-183-10/+47