summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Macronix MX25L1605 TEST_OK_ PROBE READ ERASE WRITEPeter Stuge2009-04-291-1/+1
* Handle DragonFly BSD definitions in flash.hPatrick Georgi2009-04-282-3/+3
* Enable scan-build for flashromPatrick Georgi2009-04-261-2/+2
* The flashrom makefile wants to redirect both stdout and stderr to /dev/null f...Stephan Guilloux2009-04-251-1/+1
* MAX may already be definedUwe Hermann2009-04-242-5/+5
* Support MX25L3235DStephan Guilloux2009-04-232-1/+15
* Don't duplicate option description in README, the manpage already has that infoUwe Hermann2009-04-232-26/+5
* All "unknown xy SPI chip" entries claim to have status UNTESTED for probe/rea...Carl-Daniel Hailfinger2009-04-221-6/+6
* Add support for Gigabyte GA-MA790FX-DQ6Carl-Daniel Hailfinger2009-04-211-0/+2
* Support Macronix MX2512805D flash chipStephan Guilloux2009-04-212-0/+15
* Trivial indent fixStephan Guilloux2009-04-211-1/+1
* After verification in datasheets, all MX25 accept the same opcodes 0x60 and 0...Stephan Guilloux2009-04-201-7/+8
* board_enables: reconstruct tableLuc Verhaegen2009-04-201-421/+43
* Trivial README change Flashrom->flashromPeter Stuge2009-04-201-5/+5
* MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7Stephan Guilloux2009-04-191-2/+2
* Add MX25L1635D support, as discussed on #corebootStephan Guilloux2009-04-191-0/+13
* Add VIA PC3500G boardPeter Stuge2009-04-171-0/+14
* Some coding style and consistency fixesUwe Hermann2009-04-158-46/+60
* Fix typoUwe Hermann2009-04-131-1/+1
* Mention a few more flash chip packages in README/manpageUwe Hermann2009-04-112-6/+8
* Fix typoUwe Hermann2009-04-101-1/+1
* Various manpage / README fixesUwe Hermann2009-04-102-29/+35
* Fix the typo should indeed be a 0x2eMondrian nuessle2009-04-091-2/+1
* Board enable support for HP DL145 G3Mondrian Nuessle2009-03-301-0/+27
* Improve readability of Atmel AT45 commentsCarl-Daniel Hailfinger2009-03-191-27/+28
* This patch adds "high coreboot table support" to coreboot version 2Stefan Reinauer2009-03-172-8/+29
* FreeBSD definitions of (read|write)[bwl] collide with our ownCarl-Daniel Hailfinger2009-03-0617-348/+348
* Reduce use of volatile variablesCarl-Daniel Hailfinger2009-03-061-4/+2
* Use helper functions to access flash chipsCarl-Daniel Hailfinger2009-03-0517-342/+372
* Add SST25VF040.REMS with TEST_OK_ PROBE READZheng Bao2009-02-251-0/+14
* SST29EE020A TEST_OK_ PROBE READ ERASE WRITEPeter Stuge2009-02-221-1/+1
* Fix broken flash chip base address logicPeter Stuge2009-02-091-1/+1
* MSI MS-7046 board enablePeter Stuge2009-02-021-0/+22
* Following patch fixes VIA SPI (VT8237S)Rudolf Marek2009-02-011-0/+1
* Factor out read and erase functions from flashrom main()Carl-Daniel Hailfinger2009-01-281-38/+57
* Add VT8237A PCI IDPeter Stuge2009-01-261-0/+1
* Fix one dead increment and one dead assignment as found by clangPeter Stuge2009-01-262-2/+1
* Driver for ST M29F002T/NT/BPeter Stuge2009-01-264-6/+116
* Fix copypaste error in r3913Peter Stuge2009-01-261-1/+1
* SST25VF040B using 0x90 identification and AAI writePeter Stuge2009-01-263-0/+41
* Decode SST25VF040B status register, also from July 2008Peter Stuge2009-01-261-1/+26
* Intel Desktop Board D201GLYPeter Stuge2009-01-261-0/+14
* Winbond SuperIO SPI driverPeter Stuge2009-01-264-3/+218
* Export Winbond SuperIO register access functions in board_enable.cPeter Stuge2009-01-262-5/+10
* Document exit() codes introduced in r3907Peter Stuge2009-01-262-0/+9
* exit(2) on /dev/mem open() failure and exit(3) on mmap() failurePeter Stuge2009-01-261-2/+2
* Add license header to physmap.c so everyone is happyPeter Stuge2009-01-261-0/+18
* Darwin / Mac OS XStefan Reinauer2009-01-264-5/+45
* Small cleanup in MakefilePeter Stuge2009-01-261-4/+5
* Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() callStefan Reinauer2009-01-266-88/+71
OpenPOWER on IntegriCloud