summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the nic3com code check how many supported NICs are foundUwe Hermann2009-05-142-28/+52
* Fix compilation of nic3com on 64bitCarl-Daniel Hailfinger2009-05-143-3/+4
* Unify usage of iopl-like code by introducing get_io_perms()Uwe Hermann2009-05-143-20/+17
* nic3com: allow selection of a particular PCI device to use as programmerChristian Ruppert2009-05-144-21/+64
* Cosmetics and eliminate unneeded vars as per IRC discussionUwe Hermann2009-05-141-9/+6
* Improve makefile structure a bitChristian Ruppert2009-05-141-13/+17
* Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flas...Carl-Daniel Hailfinger2009-05-143-3/+33
* Fix spelling error in commentDaniel McLellan2009-05-141-1/+1
* Generic status register prettyprinting for SST25*Carl-Daniel Hailfinger2009-05-131-1/+1
* SST25 chips do not support page program, only byte programCarl-Daniel Hailfinger2009-05-131-5/+5
* Winbond W39V040A TEST_OK_ PROBE READMateusz Murawski2009-05-131-1/+1
* Mark SST 39VF512 as fully testedMateusz Murawski2009-05-131-1/+1
* Fix nic3com.c build issues on *BSDUwe Hermann2009-05-131-1/+7
* There are various reasons why a SPI command can failCarl-Daniel Hailfinger2009-05-134-12/+50
* Add support for 3COM NICs as "external programmer" and Atmel AT49BV512Uwe Hermann2009-05-136-2/+217
* Use helper functions chip_{read,write}[bwl] to access flash chipsCarl-Daniel Hailfinger2009-05-124-7/+7
* Unify write_39sf020() and write_49f002() functionsUwe Hermann2009-05-124-60/+14
* Rename the STM50FLW register variable flash_addr used for block write protect...Carl-Daniel Hailfinger2009-05-111-5/+5
* Print dummy programmer messages only if verbose mode is selectedCarl-Daniel Hailfinger2009-05-112-26/+26
* Check probing results for flash contentsCarl-Daniel Hailfinger2009-05-111-0/+21
* Abstract mapping/unmapping of flash regionsCarl-Daniel Hailfinger2009-05-114-18/+57
* Handle (un)locking of SST FWH chipsCarl-Daniel Hailfinger2009-05-112-3/+62
* Create a SB600 SPI detection heuristicCarl-Daniel Hailfinger2009-05-101-1/+38
* Add support for EPoX EP-8K5A2 and separate out common VT823x board enable codeLuc Verhaegen2009-05-091-53/+87
* Kill one superfluous variable and improve code readabilityCarl-Daniel Hailfinger2009-05-091-3/+2
* Fix Elan SC520 handlingCarl-Daniel Hailfinger2009-05-091-2/+1
* Trim default ICH SPI delay from 1000 to 10 microsecondsCarl-Daniel Hailfinger2009-05-091-4/+4
* Convert all flashchips.c entries with SPI programing to the 256-byte version ...Carl-Daniel Hailfinger2009-05-093-59/+59
* Chips like the SST SST25VF080B can only handle single byte writes outside AAI...Carl-Daniel Hailfinger2009-05-096-16/+50
* Refine handling of spi_write_enable() failures to fix chip erases on ichspiCarl-Daniel Hailfinger2009-05-094-16/+54
* Add a dummy external flasher which just prints each operationCarl-Daniel Hailfinger2009-05-095-2/+104
* board_enable: split vendor name and board name into two fieldsUwe Hermann2009-05-091-42/+47
* Add --programmer to help text and man pageCarl-Daniel Hailfinger2009-05-092-0/+6
* Make chipset list alphabetically ordered as the other listsUwe Hermann2009-05-081-39/+40
* Add external flasher supportCarl-Daniel Hailfinger2009-05-084-91/+233
* Re-add a line which got deleted in r473 by accidentCarl-Daniel Hailfinger2009-05-081-0/+2
* Keep list of boards alphabetically sortedUwe Hermann2009-05-081-20/+21
* Don't assume flash is accessible via MMIO for chips with no read functionCarl-Daniel Hailfinger2009-05-083-13/+134
* Store and display chipset test status (not only chip status)Uwe Hermann2009-05-071-83/+91
* Always print the flashrom version as first output lineCarl-Daniel Hailfinger2009-05-071-1/+3
* Document uncertainty regarding ASD chipsCarl-Daniel Hailfinger2009-05-061-0/+1
* Clarify error message in enable_flash_sb600() a littlePeter Stuge2009-05-061-1/+1
* Improve SST25 status register routinesCarl-Daniel Hailfinger2009-05-061-11/+15
* Revert r466 because of inverted logicCarl-Daniel Hailfinger2009-05-061-5/+6
* Cleanup redundant condition and clarify message a littlePeter Stuge2009-05-061-6/+5
* Touch up some error messages in enable_flash_cs5536()Peter Stuge2009-05-061-2/+2
* Clean up the SB400 chipset enable codeCarl-Daniel Hailfinger2009-05-061-9/+1
* Rewrite the SB600 chipset enable functionCarl-Daniel Hailfinger2009-05-051-17/+33
* Here is a fix for chipset_enable.c when there is not /dev/cpuBertrand Jacquin2009-05-051-1/+1
* SST25VF080B TEST_OK_ ERASE WRITEPeter Stuge2009-05-051-1/+1
OpenPOWER on IntegriCloud