summaryrefslogtreecommitdiffstats
path: root/util/flashrom
Commit message (Expand)AuthorAgeFilesLines
* This copy of flashrom is old and unmaintained. Delete it to avoidPatrick Georgi2009-06-2840-11967/+0
* Flashrom is now moved over to its own repository.Patrick Georgi2009-04-261-0/+5
* The flashrom makefile wants to redirect both stdout and stderr toStephan Guilloux2009-04-251-1/+1
* MAX may already be defined. Also, fix smaller cosmetics (trivial).Uwe Hermann2009-04-242-5/+5
* flashrom: Support MX25L3235DStephan Guilloux2009-04-232-1/+15
* Don't duplicate option description in README, the manpage already hasUwe Hermann2009-04-232-26/+5
* All "unknown xy SPI chip" entries claim to have status UNTESTED forCarl-Daniel Hailfinger2009-04-221-6/+6
* flashrom: Add support for Gigabyte GA-MA790FX-DQ6. This board usesCarl-Daniel Hailfinger2009-04-211-0/+2
* flashrom: Support Macronix MX2512805D flash chipStephan Guilloux2009-04-212-0/+15
* flashrom: Trivial indent fixStephan Guilloux2009-04-211-1/+1
* After verification in datasheets, all MX25 accept the same opcodesStephan Guilloux2009-04-201-7/+8
* flashrom: board_enables: reconstruct table.Luc Verhaegen2009-04-201-421/+43
* flashrom: Trivial README change Flashrom->flashromPeter Stuge2009-04-201-5/+5
* flashrom: MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7Stephan Guilloux2009-04-191-2/+2
* Add MX25L1635D support, as discussed on #coreboot.Stephan Guilloux2009-04-191-0/+13
* flashrom: Add VIA PC3500G board. It has SPI flash behind ITE8716 on LPC.Peter Stuge2009-04-171-0/+14
* Some coding style and consistency fixes (trivial).Uwe Hermann2009-04-158-46/+60
* Fix typo. Add missing copyright year.Uwe Hermann2009-04-131-1/+1
* Mention a few more flash chip packages in README/manpage.Uwe Hermann2009-04-112-6/+8
* Fix typo.Uwe Hermann2009-04-101-1/+1
* Various manpage / README fixes:Uwe Hermann2009-04-102-29/+35
* Fixed the typo should indeed be a 0x2e.Mondrian nuessle2009-04-091-2/+1
* flashrom: Board enable support for HP DL145 G3.Mondrian Nuessle2009-03-301-0/+27
* Move the Atmel AT45 comments about block and page sizes from the end ofCarl-Daniel Hailfinger2009-03-191-27/+28
* This patch adds "high coreboot table support" to coreboot version 2.Stefan Reinauer2009-03-172-8/+29
* FreeBSD definitions of (read|write)[bwl] collide with our own. Before weCarl-Daniel Hailfinger2009-03-0617-348/+348
* During the conversion of flash chip accesses to helper functions, ICarl-Daniel Hailfinger2009-03-061-4/+2
* flashrom: Use helper functions to access flash chips.Carl-Daniel Hailfinger2009-03-0517-342/+372
* flashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READZheng Bao2009-02-251-0/+14
* flashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITEPeter Stuge2009-02-221-1/+1
* flashrom: Fix broken flash chip base address logicPeter Stuge2009-02-091-1/+1
* flashrom: MSI MS-7046 board enablePeter Stuge2009-02-021-0/+22
* Following patch fixes VIA SPI (VT8237S). It needs to have opcodesRudolf Marek2009-02-011-0/+1
* Factor out read and erase functions from flashrom main().Carl-Daniel Hailfinger2009-01-281-38/+57
* flashrom: Add VT8237A PCI IDPeter Stuge2009-01-261-0/+1
* flashrom: Fix one dead increment and one dead assignment as found by clang.Peter Stuge2009-01-262-2/+1
* flashrom: Driver for ST M29F002T/NT/B. T/NT TEST_OK_ PROBE READ ERASE WRITEPeter Stuge2009-01-264-6/+116
* flashrom: Fix copypaste error in r3913.Peter Stuge2009-01-261-1/+1
* flashrom: SST25VF040B using 0x90 identification and AAI write.Peter Stuge2009-01-263-0/+41
* flashrom: Decode SST25VF040B status register, also from July 2008.Peter Stuge2009-01-261-1/+26
* flashrom: Intel Desktop Board D201GLYPeter Stuge2009-01-261-0/+14
* flashrom: Winbond SuperIO SPI driver.Peter Stuge2009-01-264-3/+218
* flashrom: Export Winbond SuperIO register access functions in board_enable.c.Peter Stuge2009-01-262-5/+10
* flashrom: Document exit() codes introduced in r3907.Peter Stuge2009-01-262-0/+9
* flashrom: exit(2) on /dev/mem open() failure and exit(3) on mmap() failure.Peter Stuge2009-01-261-2/+2
* flashrom: Add license header to physmap.c so everyone is happy. :)Peter Stuge2009-01-261-0/+18
* flashrom: Darwin / Mac OS XStefan Reinauer2009-01-264-5/+45
* flashrom: Small cleanup in Makefile.Peter Stuge2009-01-261-4/+5
* flashrom: Abstract mmap() in physmap.c and only open /dev/mem on the first ph...Stefan Reinauer2009-01-266-88/+71
* flashrom: Change flashrom.c:map_flash_registers() from int to void.Peter Stuge2009-01-262-4/+2