| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Flashrom did not use the read function for verifying, it used direct memory a... | Carl-Daniel Hailfinger | 2008-01-22 | 1 | -2/+6 |
* | Make sure we delay writing the next byte long enough in SPI byte programming | Carl-Daniel Hailfinger | 2008-01-22 | 1 | -22/+19 |
* | Omitting the wait for SPI ready when there is no data to be read, e.g | Ronald Hoogenboom | 2008-01-21 | 1 | -5/+8 |
* | This patch adds version information | Bernhard Walle | 2008-01-21 | 3 | -6/+23 |
* | Further abstract SPI functions to allow chips bigger than 512 kB behind IT8716Fs | Ronald Hoogenboom | 2008-01-19 | 3 | -37/+211 |
* | Minor documentation improvements/fixes in the README and manpage | Uwe Hermann | 2008-01-18 | 2 | -15/+24 |
* | Rename linuxbios_* files in utils repository | Stefan Reinauer | 2008-01-18 | 3 | -2/+2 |
* | Rename LinuxBIOS to coreboot | Stefan Reinauer | 2008-01-18 | 10 | -35/+35 |
* | This patch removes '\n' from the help output since this looks a bit strange | Bernhard Walle | 2008-01-11 | 1 | -1/+1 |
* | Enable MX25L8005 support | Harald Gutmann | 2008-01-10 | 1 | -0/+2 |
* | Add support for the SST25VF040B 4 Mbit SPI flash chip | Carl-Daniel Hailfinger | 2008-01-07 | 1 | -0/+2 |
* | Add board enable for the gigabyte ga_2761gxdk board | Ronald G. Minnich | 2008-01-04 | 1 | -0/+2 |
* | Print at least the vendor for SPI flash chips if the exact chip ID is unknown | Carl-Daniel Hailfinger | 2008-01-04 | 3 | -3/+19 |
* | Unfortunately, EN29F002T, EN29F002AT, EN29F002ANT, EN29F002NT all have exactl... | Carl-Daniel Hailfinger | 2007-12-31 | 2 | -4/+5 |
* | Add continuation ID support to jedec.c | Carl-Daniel Hailfinger | 2007-12-31 | 4 | -5/+126 |
* | Refine various vendor ID annotations | Carl-Daniel Hailfinger | 2007-12-31 | 3 | -11/+24 |
* | All SPI chips mentioned in flashchips.c had their sector size listed as page ... | Carl-Daniel Hailfinger | 2007-12-29 | 1 | -10/+10 |
* | Print the chip status register for all SPI chips on probe if verbose output i... | Carl-Daniel Hailfinger | 2007-12-29 | 1 | -7/+50 |
* | Add 25VF016B support | Carl-Daniel Hailfinger | 2007-12-29 | 1 | -0/+2 |
* | Add support for various ST M25P* chips | Carl-Daniel Hailfinger | 2007-12-17 | 2 | -0/+24 |
* | Rename SPI erase functions to include opcode | Carl-Daniel Hailfinger | 2007-12-17 | 3 | -22/+22 |
* | Add support for ST M25P80 chips | Carl-Daniel Hailfinger | 2007-12-16 | 3 | -0/+11 |
* | Add support for more atmel chips | Frederico Silva | 2007-12-10 | 2 | -0/+6 |
* | Various coding style fixes, constification, fixed typos | Uwe Hermann | 2007-12-04 | 3 | -140/+122 |
* | Add board-enable for Acorp 6A815EPD | Jonathan A. Kollasch | 2007-12-02 | 2 | -0/+29 |
* | Flashrom support for AMD Geode CS5536 | Lane Brooks | 2007-11-13 | 1 | -0/+55 |
* | Fix ATMEL 29C020 detection with flashrom | Carl-Daniel Hailfinger | 2007-11-13 | 1 | -2/+6 |
* | Add support for Intel 440MX and Fujitsu MBM29F400TC | Uwe Hermann | 2007-10-30 | 3 | -0/+4 |
* | Add Am29LV040B | Peter Lemenkov | 2007-10-25 | 2 | -0/+3 |
* | Add more Vendor IDs and ensure correct sorting in flash.h | Peter Lemenkov | 2007-10-22 | 1 | -27/+45 |
* | Introduce block and sector erase routines, but do not use them yet | Carl-Daniel Hailfinger | 2007-10-22 | 3 | -15/+86 |
* | Remove hardcoded wait from SPI write/erase routines and check the chip status... | Carl-Daniel Hailfinger | 2007-10-18 | 1 | -18/+2 |
* | Documentation fixes and updates | Uwe Hermann | 2007-10-18 | 2 | -28/+37 |
* | Add generic SPI flash erase and write support | Carl-Daniel Hailfinger | 2007-10-18 | 3 | -6/+129 |
* | Some cosmetic cleanups in the flashrom code and output | Uwe Hermann | 2007-10-17 | 20 | -49/+48 |
* | Fix wrong values/typos in chipset_enable.c | Carl-Daniel Hailfinger | 2007-10-17 | 1 | -2/+2 |
* | Multiple flashrom fixes | Uwe Hermann | 2007-10-16 | 2 | -2/+4 |
* | Add Gigabyte M61P-S3 SPI flash support to board_enable.c | Michael van der Kolff | 2007-10-16 | 2 | -1/+4 |
* | Convert the existing it8716f_* functions to generic_spi_* functions | Carl-Daniel Hailfinger | 2007-10-16 | 3 | -15/+22 |
* | Add spi.c forgotten in r145 | Carl-Daniel Hailfinger | 2007-10-15 | 1 | -0/+199 |
* | Move SPI code out of board_enable.c where it started its life | Carl-Daniel Hailfinger | 2007-10-15 | 3 | -171/+3 |
* | Changes to support the K8N-NEO3, first tested at Google on GSOC day :-) | Ronald G. Minnich | 2007-10-12 | 2 | -50/+93 |
* | Revert my last cleanup patch | Uwe Hermann | 2007-10-10 | 4 | -22/+25 |
* | Cosmetic changes to make the flashrom output more consistent | Uwe Hermann | 2007-10-10 | 4 | -25/+22 |
* | Fix the help, and print a message when nothing happens | Jordan Crouse | 2007-10-04 | 1 | -5/+11 |