summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support for Angelbird Wings PCIe SSD (solid-state drive).hailfinger2011-02-046-1/+235
* Support Dediprog LEDs on devices with 2 and 3 LEDs.stepan2011-01-281-87/+90
* flashrom: fix sparse warning: Unknown escape %stepan2011-01-252-2/+2
* flashrom: fix sparse warning: Using plain integer as NULL pointerstepan2011-01-247-27/+27
* Secret knowledge is cool, but public knowledge is better.stepan2011-01-201-5/+117
* Don't print the local memory flash chip address on programmers that don'tstepan2011-01-191-2/+9
* This patch reduces the stack usage by declaring 'const' stack variableskrause2011-01-178-26/+26
* The AT26DF081A requires the Write Enable Latch (WLE) to be set forkrause2011-01-171-2/+3
* Fix decoding of SB600 LPC ROM protection registers.krause2011-01-011-6/+6
* compilation fix for djgppmkarcher2010-12-261-3/+3
* enable unlocking (erasing/writing) W39V040FB chipsmkarcher2010-12-263-0/+12
* Signed-off-by: David Hendricks <dhendrix@google.com>dhendrix2010-12-131-4/+4
* Simplify get_next_write in the partial write code.hailfinger2010-12-061-3/+1
* Add support for Winbond W39V040FB and W39V040FC.hailfinger2010-12-056-174/+332
* Clean up erase function checking.hailfinger2010-12-051-24/+41
* Stop reading layout info when the max layout count has been reached.hailfinger2010-12-041-0/+8
* Annotate the following chips with probe timing:hailfinger2010-12-041-14/+14
* Add support for the Open Graphics Project development card, OGD1, as ahailfinger2010-12-039-3/+281
* Avoid printing the chip locks if chip detection was forced because lockhailfinger2010-12-021-2/+6
* Add a board-enable for the MSI MS-6391 (845 Pro4).uwe2010-12-022-0/+3
* Handle erase failure in partial write.hailfinger2010-12-021-4/+13
* Add support for Spansion S25FL004A, S25FL032A, and S25FL064A.hailfinger2010-11-292-0/+81
* Dump all VIA SPI registers like for ICH7.hailfinger2010-11-241-7/+49
* Add chunked write ability to the Dediprog SF100 driver.hailfinger2010-11-233-2/+9
* Support bulk read on Dediprog SF100.hailfinger2010-11-161-6/+109
* Read the to-be-verified area in one go.hailfinger2010-11-161-33/+17
* Revert PCI config space writes on shutdown.hailfinger2010-11-107-65/+118
* Add support for the OpenMoko Neo1973/Neo FreeRunner debug boardhailfinger2010-11-101-2/+11
* ft2232_spi ftdi_usb_open() is called with the constant FTDI_VID vendorhailfinger2010-11-101-1/+1
* ft2232_spi: allow 5x clock divisor to be set at runtime.hailfinger2010-11-101-15/+22
* Retry short reads in ft2232_spi.hailfinger2010-11-101-5/+10
* DediProg firmware version 5.1.5 of the SF-100 works just fine.hailfinger2010-11-091-3/+13
* Support setting the Dediprog SF100 SPI voltage.hailfinger2010-11-095-24/+100
* Avoid two memory leaks in doit() which were unproblematic for flashromhailfinger2010-11-051-81/+63
* This patch makes flashrom use real partial writes. If you write an imagehailfinger2010-11-041-40/+204
* Change semantics of image building in the layout code.hailfinger2010-11-021-21/+51
* Add a line of output for each iteration of the torture test.hailfinger2010-11-021-10/+16
* Use mktemp unconditionally for security reasons.hailfinger2010-11-021-3/+9
* Add SPI flash emulation capability to the dummy programmer.hailfinger2010-11-012-11/+369
* Replace "$FLASHROM_PARAM" with ${FLASHROM_PARAM} inhailfinger2010-10-291-7/+7
* flashrom torture test script.hailfinger2010-10-292-1/+282
* Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM.hailfinger2010-10-272-9/+18
* Add a reset to probe_jedec before we read the Chip's IDs.hailfinger2010-10-202-1/+22
* Always read the flash chip before writing. This will allow flashrom tohailfinger2010-10-193-17/+71
* Fix board name, EP-8NPAI should have been EP-8NPA7I (trivial).uwe2010-10-182-4/+3
* Add a board enable for the EPoX EP-8NPA7I board.uwe2010-10-152-0/+11
* doit() is the monster function we split off from main() when we createdhailfinger2010-10-151-81/+100
* Switch all flash chips to partial write.hailfinger2010-10-1310-100/+61
* Refactor remaining write wrappers.hailfinger2010-10-137-69/+90
* Simplify calls to inner write functions. No behavioural changes, justhailfinger2010-10-106-53/+5