| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for the JEDEC RES | Carl-Daniel Hailfinger | 2008-05-15 | 4 | -33/+82 |
* | Add more infrastructure for flashrom ICH9 support | Carl-Daniel Hailfinger | 2008-05-14 | 3 | -27/+46 |
* | Add the Intel 6300ESB as known chipset to the chipset struct enables | Claus Gindhart | 2008-05-14 | 1 | -0/+1 |
* | Fix crash caused by division by zero for unknown flash chips | Carl-Daniel Hailfinger | 2008-05-14 | 1 | -5/+5 |
* | Check the JEDEC vendor ID for correct parity | Carl-Daniel Hailfinger | 2008-05-14 | 3 | -1/+17 |
* | Add lots of ATMEL SPI flash chips to flash.h | Carl-Daniel Hailfinger | 2008-05-14 | 2 | -6/+19 |
* | Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.c | Carl-Daniel Hailfinger | 2008-05-13 | 4 | -224/+285 |
* | Move the SPI #defines from spi.c to spi.h | Carl-Daniel Hailfinger | 2008-05-13 | 2 | -60/+89 |
* | Change the SPI parts of flashrom to prepare for a merge of ICH9 SPI support | Carl-Daniel Hailfinger | 2008-05-13 | 1 | -17/+17 |
* | MX25L3205 and W25x40 have been confirmed to probe/read/erase/write OK by Hara... | Carl-Daniel Hailfinger | 2008-05-12 | 2 | -3/+4 |
* | Add SST39VF512, SST39VF010, SST39VF040 support | Carl-Daniel Hailfinger | 2008-05-12 | 2 | -0/+7 |
* | Improve flashrom SPI abstraction, second step | Carl-Daniel Hailfinger | 2008-05-10 | 1 | -18/+18 |
* | Rename generic_spi_*() functions to spi_*() | Peter Stuge | 2008-05-10 | 3 | -67/+67 |
* | Probe for up to 3 flash chips | Claus Gindhart | 2008-05-08 | 1 | -3/+19 |
* | Add a tested bitmap field to the flash chip table | Peter Stuge | 2008-05-03 | 3 | -101/+150 |
* | Enable ROM decode range to 1MB for vt8237r | Bari Ari | 2008-04-29 | 1 | -0/+3 |
* | Separate ST M50FLW support from generic JEDEC code | Claus Gindhart | 2008-04-28 | 4 | -10/+307 |
* | Handle NULL probe, erase and write function pointers in the flashchips table | Peter Stuge | 2008-04-28 | 1 | -1/+15 |
* | 82802ab: touch only blocks that need updating | Claus Gindhart | 2008-04-24 | 1 | -7/+27 |
* | ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec | Ed Swierk | 2008-04-07 | 1 | -2/+2 |
* | Add ICH9 detection | Carl-Daniel Hailfinger | 2008-03-18 | 1 | -1/+8 |
* | Oops | Stefan Reinauer | 2008-03-18 | 1 | -0/+206 |
* | Support for the Winbond W39V080FA series of chips | Stefan Reinauer | 2008-03-17 | 5 | -3/+50 |
* | Check whether SST FWH chip was successfully erased on flashchip -E, too | Stefan Reinauer | 2008-03-16 | 1 | -9/+11 |
* | Sort list of flash chips alphabetically, add comment | Uwe Hermann | 2008-03-16 | 1 | -60/+68 |
* | Remove nasty warning that happened due to our vendor detection | Stefan Reinauer | 2008-03-15 | 1 | -2/+5 |
* | Re-add code erroneously removed in r3140 | Uwe Hermann | 2008-03-14 | 3 | -195/+101 |
* | Changes M50FW080 to use 82802ab.c instead of jedec.c | Joseph Smith | 2008-03-14 | 1 | -1/+1 |
* | Prepare for ICH7/ICH8 SPI support by adding some debugging for all ICH* chipsets | Carl-Daniel Hailfinger | 2008-03-14 | 1 | -9/+62 |
* | Fix broken flashrom build | Uwe Hermann | 2008-03-14 | 1 | -1/+1 |
* | Fix up one forgotten revert in r3140 | Carl-Daniel Hailfinger | 2008-03-14 | 1 | -2/+2 |
* | Revert the delete of 82802ab.c in r3137 | Carl-Daniel Hailfinger | 2008-03-14 | 5 | -109/+381 |
* | Also print the chip vendor name in --list-supported output | Uwe Hermann | 2008-03-13 | 4 | -244/+151 |
* | Also print the required -m option in --list-supported output | Uwe Hermann | 2008-03-13 | 1 | -2/+10 |
* | Drop 82802ab.c as it is identical to sharplhf00l04.c | Carl-Daniel Hailfinger | 2008-03-13 | 4 | -191/+13 |
* | Drop the useless rom.layout file | Uwe Hermann | 2008-03-12 | 1 | -3/+0 |
* | Add --list-supported option which lists the supported ROM chips, chipsets, an... | Uwe Hermann | 2008-03-12 | 5 | -7/+64 |
* | Add missing license header to layout.c | Uwe Hermann | 2008-03-04 | 1 | -0/+20 |
* | Add board_enable for Artec Group DBE61 and DBE62 | Mart Raudsepp | 2008-02-20 | 1 | -0/+70 |
* | Fix compilation with custom CFLAGS | Clark Rawlins | 2008-02-14 | 1 | -1/+3 |
* | Further cleanups to enable_flash_cs5536 | Mart Raudsepp | 2008-02-11 | 1 | -5/+2 |
* | Add board enable for VIA EPIA SP | Luc Verhaegen | 2008-02-09 | 1 | -1/+25 |
* | Improve error handling and make RCONF_DEFAULT_MSR address be a constant | Mart Raudsepp | 2008-02-08 | 1 | -26/+52 |
* | Write enable flash chips attached to CS3 of CS5536 chipsets (AMD Geode) | Mart Raudsepp | 2008-02-08 | 1 | -12/+33 |
* | Handle JEDEC JEP106W continuation codes in SPI RDID | Carl-Daniel Hailfinger | 2008-02-06 | 3 | -7/+40 |
* | Make the vendor name optional in the -m flashrom parameter when there's only ... | Peter Stuge | 2008-01-27 | 4 | -35/+51 |
* | Forgot to add Spansion S25FL016A to README, trivial | Peter Stuge | 2008-01-27 | 1 | -0/+1 |
* | Correctly disable the ROM area Write Protect bit in the Geode LX | Marc Jones | 2008-01-26 | 1 | -1/+1 |
* | Add ids and chip entry for Spansion S25FL016A, tested, working | Peter Stuge | 2008-01-25 | 2 | -0/+10 |
* | Here is just a little and simple patch to get the MX25L3205D working | Harald Gutmann | 2008-01-22 | 1 | -0/+2 |