summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Various IT85* cleanups and fixes.hailfinger2011-03-083-19/+32
* Fix compilation if CONFIG_INTERNAL=no.hailfinger2011-03-083-4/+8
* Fix broken compilation caused by a typo in r1275.hailfinger2011-03-071-1/+1
* Mark Macronix MX25L1605D as fully tested.hailfinger2011-03-071-1/+1
* SST39SF512 is testedmkarcher2011-03-071-1/+1
* Simplify pcidev_init by killing the vendorid parameter which was prettyhailfinger2011-03-0715-63/+18
* Add a board enable for Asus P4P800-VM.hailfinger2011-03-061-0/+2
* Mark PMC Pm49FL004, SST SST49LF002A/B, SST SST49LF004A/B andhailfinger2011-03-061-4/+4
* Add Gigabyte GA-MA780G-UD3H to mainboard support list.hailfinger2011-03-061-0/+1
* Add support for ST M25PX16 and mark it as supported.hailfinger2011-03-062-0/+30
* Mark SST49LF080A as fully tested.hailfinger2011-03-062-1/+2
* Add W39L040mkarcher2011-03-063-0/+47
* Add coreboot IDs to make manual selection of HP xw9400 possiblemkarcher2011-03-061-1/+1
* Board-enable for GA-K8N51GMFmkarcher2011-03-062-1/+5
* Add HP e-Vectra P2706Tmkarcher2011-03-062-6/+24
* I tested a few mainboards and flash chips.hailfinger2011-03-052-2/+4
* Update the ITE IT8500 EC support to match the current state of thehailfinger2011-02-284-13/+176
* Add generalized support for ITE IT8500/IT8502 embedded controllers.hailfinger2011-02-221-0/+262
* Support 64-bit MEM BARs wherever possible.hailfinger2011-02-152-24/+133
* Add support for AMD Am29LV001BB, Am29LV001BT, Am29LV002BB, Am29LV002BT,hailfinger2011-02-052-0/+248
* Improve debugging for unaligned erase in the flash chip emulator.hailfinger2011-02-041-12/+6
* 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