summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop 82802ab.c as it is identical to sharplhf00l04.cCarl-Daniel Hailfinger2008-03-134-191/+13
* Drop the useless rom.layout fileUwe Hermann2008-03-121-3/+0
* Add --list-supported option which lists the supported ROM chips, chipsets, an...Uwe Hermann2008-03-125-7/+64
* Add missing license header to layout.cUwe Hermann2008-03-041-0/+20
* Add board_enable for Artec Group DBE61 and DBE62Mart Raudsepp2008-02-201-0/+70
* Fix compilation with custom CFLAGSClark Rawlins2008-02-141-1/+3
* Further cleanups to enable_flash_cs5536Mart Raudsepp2008-02-111-5/+2
* Add board enable for VIA EPIA SPLuc Verhaegen2008-02-091-1/+25
* Improve error handling and make RCONF_DEFAULT_MSR address be a constantMart Raudsepp2008-02-081-26/+52
* Write enable flash chips attached to CS3 of CS5536 chipsets (AMD Geode)Mart Raudsepp2008-02-081-12/+33
* Handle JEDEC JEP106W continuation codes in SPI RDIDCarl-Daniel Hailfinger2008-02-063-7/+40
* Make the vendor name optional in the -m flashrom parameter when there's only ...Peter Stuge2008-01-274-35/+51
* Forgot to add Spansion S25FL016A to README, trivialPeter Stuge2008-01-271-0/+1
* Correctly disable the ROM area Write Protect bit in the Geode LXMarc Jones2008-01-261-1/+1
* Add ids and chip entry for Spansion S25FL016A, tested, workingPeter Stuge2008-01-252-0/+10
* Here is just a little and simple patch to get the MX25L3205D workingHarald Gutmann2008-01-221-0/+2
* Flashrom did not use the read function for verifying, it used direct memory a...Carl-Daniel Hailfinger2008-01-221-2/+6
* Make sure we delay writing the next byte long enough in SPI byte programmingCarl-Daniel Hailfinger2008-01-221-22/+19
* Omitting the wait for SPI ready when there is no data to be read, e.gRonald Hoogenboom2008-01-211-5/+8
* This patch adds version informationBernhard Walle2008-01-213-6/+23
* Further abstract SPI functions to allow chips bigger than 512 kB behind IT8716FsRonald Hoogenboom2008-01-193-37/+211
* Minor documentation improvements/fixes in the README and manpageUwe Hermann2008-01-182-15/+24
* Rename linuxbios_* files in utils repositoryStefan Reinauer2008-01-183-2/+2
* Rename LinuxBIOS to corebootStefan Reinauer2008-01-1810-35/+35
* This patch removes '\n' from the help output since this looks a bit strangeBernhard Walle2008-01-111-1/+1
* Enable MX25L8005 supportHarald Gutmann2008-01-101-0/+2
* Add support for the SST25VF040B 4 Mbit SPI flash chipCarl-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 is unknownCarl-Daniel Hailfinger2008-01-043-3/+19
* Unfortunately, EN29F002T, EN29F002AT, EN29F002ANT, EN29F002NT all have exactl...Carl-Daniel Hailfinger2007-12-312-4/+5
* Add continuation ID support to jedec.cCarl-Daniel Hailfinger2007-12-314-5/+126
* Refine various vendor ID annotationsCarl-Daniel Hailfinger2007-12-313-11/+24
* All SPI chips mentioned in flashchips.c had their sector size listed as page ...Carl-Daniel Hailfinger2007-12-291-10/+10
* Print the chip status register for all SPI chips on probe if verbose output i...Carl-Daniel Hailfinger2007-12-291-7/+50
* Add 25VF016B supportCarl-Daniel Hailfinger2007-12-291-0/+2
* Add support for various ST M25P* chipsCarl-Daniel Hailfinger2007-12-172-0/+24
* Rename SPI erase functions to include opcodeCarl-Daniel Hailfinger2007-12-173-22/+22
* Add support for ST M25P80 chipsCarl-Daniel Hailfinger2007-12-163-0/+11
* Add support for more atmel chipsFrederico Silva2007-12-102-0/+6
* Various coding style fixes, constification, fixed typosUwe Hermann2007-12-043-140/+122
* Add board-enable for Acorp 6A815EPDJonathan A. Kollasch2007-12-022-0/+29
* Flashrom support for AMD Geode CS5536Lane Brooks2007-11-131-0/+55
* Fix ATMEL 29C020 detection with flashromCarl-Daniel Hailfinger2007-11-131-2/+6
* Add support for Intel 440MX and Fujitsu MBM29F400TCUwe Hermann2007-10-303-0/+4
* Add Am29LV040BPeter Lemenkov2007-10-252-0/+3
* Add more Vendor IDs and ensure correct sorting in flash.hPeter Lemenkov2007-10-221-27/+45
* Introduce block and sector erase routines, but do not use them yetCarl-Daniel Hailfinger2007-10-223-15/+86
* Remove hardcoded wait from SPI write/erase routines and check the chip status...Carl-Daniel Hailfinger2007-10-181-18/+2
* Documentation fixes and updatesUwe Hermann2007-10-182-28/+37
* Add generic SPI flash erase and write supportCarl-Daniel Hailfinger2007-10-183-6/+129
OpenPOWER on IntegriCloud