summaryrefslogtreecommitdiffstats
path: root/util/flashrom
Commit message (Expand)AuthorAgeFilesLines
* ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec.Ed Swierk2008-04-071-2/+2
* Add ICH9 detection to flashrom. Straight from the datasheet, untested.Carl-Daniel Hailfinger2008-03-181-1/+8
* oops. forgot to add the file.Stefan Reinauer2008-03-181-0/+206
* Support for the Winbond W39V080FA series of chips.Stefan Reinauer2008-03-175-3/+50
* check whether SST FWH chip was successfully erased on flashchip -E, tooStefan Reinauer2008-03-161-9/+11
* Sort list of flash chips alphabetically, add comment (trivial).Uwe Hermann2008-03-161-60/+68
* remove nasty warning that happened due to our vendor detectionStefan Reinauer2008-03-151-2/+5
* Re-add code erroneously removed in r3140.Uwe Hermann2008-03-143-195/+101
* Changes M50FW080 to use 82802ab.c instead of jedec.c. This fixes the problem ...Joseph Smith2008-03-141-1/+1
* Prepare for ICH7/ICH8 SPI support by adding some debugging for allCarl-Daniel Hailfinger2008-03-141-9/+62
* Fix broken flashrom build.Uwe Hermann2008-03-141-1/+1
* Fix up one forgotten revert in r3140.Carl-Daniel Hailfinger2008-03-141-2/+2
* Revert the delete of 82802ab.c in r3137.Carl-Daniel Hailfinger2008-03-145-109/+381
* Also print the chip vendor name in --list-supported output (trivial).Uwe Hermann2008-03-134-244/+151
* Also print the required -m option in --list-supported output (trivial).Uwe Hermann2008-03-131-2/+10
* Drop 82802ab.c as it is identical to sharplhf00l04.c.Carl-Daniel Hailfinger2008-03-134-191/+13
* Drop the useless rom.layout file. It's just an example, likely neverUwe Hermann2008-03-121-3/+0
* Add --list-supported option to flashrom which lists the supportedUwe Hermann2008-03-125-7/+64
* Add missing license header to layout.c. The file was written byUwe Hermann2008-03-041-0/+20
* flashrom: Add board_enable for Artec Group DBE61 and DBE62Mart Raudsepp2008-02-201-0/+70
* With this small change it is possible to build flashrom again whenClark Rawlins2008-02-141-1/+3
* flashrom: further cleanups to enable_flash_cs5536Mart Raudsepp2008-02-111-5/+2
* Flashrom: Add board enable for VIA EPIA SP.Luc Verhaegen2008-02-091-1/+25
* Improve error handling and make RCONF_DEFAULT_MSR address be a constant.Mart Raudsepp2008-02-081-26/+52
* This implements support for devices using AMD Geode companion chipMart Raudsepp2008-02-081-12/+33
* Handle JEDEC JEP106W continuation codes in SPI RDID. Some vendors likeCarl-Daniel Hailfinger2008-02-063-7/+40
* Make the vendor name optional in the -m flashrom parameter when there's onlyPeter Stuge2008-01-274-35/+51
* Forgot to add Spansion S25FL016A to README, trivial.Peter Stuge2008-01-271-0/+1
* Correctly disable the ROM area Write Protect bit in the Geode LX.Marc Jones2008-01-261-1/+1
* Add ids and chip entry for Spansion S25FL016A to flashrom, tested,Peter Stuge2008-01-252-0/+10
* Here is just a little and simple patch to get the MX25L3205D working.Harald Gutmann2008-01-221-0/+2
* Flashrom did not use the read function for verifying, it used direct memoryCarl-Daniel Hailfinger2008-01-221-2/+6
* Make sure we delay writing the next byte long enough in SPI byteCarl-Daniel Hailfinger2008-01-221-22/+19
* Omitting the wait for SPI ready when there is no data to be read, e.g.Ronald Hoogenboom2008-01-211-5/+8
* This patch adds version information to flashrom. Because 'v' and 'V'Bernhard Walle2008-01-213-6/+23
* Support SPI flash chips bigger than 512 kByte sitting behind IT8716FRonald Hoogenboom2008-01-193-37/+211
* Minor documentation improvements/fixes in the README and manpage (trivial).Uwe Hermann2008-01-182-15/+24
* rename linuxbios_* files in utils repository.Stefan Reinauer2008-01-183-2/+2
* for some reasons the externals did not get committed.Stefan Reinauer2008-01-1810-35/+35
* This patch removes '\n' from the help output since this looks a bit strange.Bernhard Walle2008-01-111-1/+1
* Enable MX25L8005 support in flashrom. The #defines were already there.Harald Gutmann2008-01-101-0/+2
* Add support for the SST25VF040B 4 Mbit SPI flash chip.Carl-Daniel Hailfinger2008-01-071-0/+2
* Add board enable for the gigabyte ga_2761gxdk boardRonald G. Minnich2008-01-041-0/+2
* Print at least the vendor for SPI flash chips if the exact chip ID isCarl-Daniel Hailfinger2008-01-043-3/+19
* Unfortunately, EN29F002T, EN29F002AT, EN29F002ANT, EN29F002NT all haveCarl-Daniel Hailfinger2007-12-312-4/+5
* Add continuation ID support to jedec.cCarl-Daniel Hailfinger2007-12-314-5/+126
* This fixes a few vendor IDs to conform with JEDEC publication 106WCarl-Daniel Hailfinger2007-12-313-11/+24
* All SPI chips mentioned in flashchips.c had their sector size listed asCarl-Daniel Hailfinger2007-12-291-10/+10
* Print the chip status register for all SPI chips on probe if verboseCarl-Daniel Hailfinger2007-12-291-7/+50
* Add 25VF016B support to flashrom. Untested, but verified against theCarl-Daniel Hailfinger2007-12-291-0/+2