| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Slight restructure of SPI probe_ functions | Peter Stuge | 2008-06-24 | 1 | -47/+53 |
* | Some flashrom documentation fixes, and removal of duplicated info | Uwe Hermann | 2008-06-22 | 2 | -105/+16 |
* | A few changes were committed before the DoC remove, update README | Peter Stuge | 2008-06-22 | 1 | -1/+1 |
* | Remove dead M-Systems Disk on Chip code | Peter Stuge | 2008-06-22 | 6 | -365/+6 |
* | Update test status to TEST_OK_PREW for ST M50FLW080A and SST49LF008A | Peter Stuge | 2008-06-22 | 1 | -2/+2 |
* | Some Makefile cleaning | Peter Stuge | 2008-06-22 | 1 | -5/+4 |
* | Fix OBJS in Makefile to compile stm50flw0x0x.c like the others | Peter Stuge | 2008-06-21 | 1 | -1/+1 |
* | Uppercase AMIC since that's what they write in datasheets | Peter Stuge | 2008-06-21 | 1 | -2/+2 |
* | Update comment to match delay change in probe_jedec() r3373 | Peter Stuge | 2008-06-21 | 1 | -1/+1 |
* | Update test status for Atmel AT29C020 and SST29EE010 | Peter Stuge | 2008-06-21 | 1 | -2/+2 |
* | Increase delay in probe_jedec() to 2ms to reliably detect AT29C020 | Peter Stuge | 2008-06-21 | 1 | -1/+1 |
* | Show expected and read byte on verify failure | Peter Stuge | 2008-06-20 | 1 | -1/+2 |
* | Add support for AMIC Technology A49LF040A and do not probe W29EE011 anymore | Jens Kuehnel | 2008-06-18 | 3 | -0/+13 |
* | Force read unknown flash chips | Peter Stuge | 2008-06-18 | 3 | -10/+47 |
* | Board enable and autodetection for GIGABYTE GA-7VT600 | Peter Stuge | 2008-06-13 | 1 | -0/+3 |
* | Add support for Amic Technology A29040B flash chip | Peter Stuge | 2008-06-11 | 2 | -0/+2 |
* | Board enable and autodetection for BioStar P4M80-M4 | Peter Stuge | 2008-06-11 | 1 | -0/+28 |
* | Mark SST SST49LF160C as fully supported.: | Peter Stuge | 2008-06-03 | 1 | -1/+1 |
* | Revert r3357 and fix it as intended to (forgotten header commit instead of typo) | Mart Raudsepp | 2008-05-27 | 2 | -1/+2 |
* | Fix typo introduced in r3356 that breaks build | Mart Raudsepp | 2008-05-27 | 1 | -1/+1 |
* | MX25L4005, S25FL016A, W39V040B, W39V080A, SST49LF008A tests | Peter Stuge | 2008-05-27 | 1 | -5/+5 |
* | Mark SST49LF004A/B as tested | Mart Raudsepp | 2008-05-27 | 1 | -1/+1 |
* | Mark the following chips as tested | Uwe Hermann | 2008-05-26 | 1 | -5/+5 |
* | A bunch of cosmetic improvements | Uwe Hermann | 2008-05-22 | 3 | -8/+8 |
* | Mark more chips as tested (all operations), tested on ASUS P4B266 | Uwe Hermann | 2008-05-22 | 1 | -3/+3 |
* | Add support for the ASUS P4B266 board | Uwe Hermann | 2008-05-22 | 1 | -0/+49 |
* | Add support for Amic A25L40P SPI flash | Rudolf Marek | 2008-05-22 | 2 | -0/+2 |
* | Changes to make flashrom compile (and work) on FreeBSD | Andriy Gapon | 2008-05-22 | 6 | -100/+131 |
* | Myles reported SST49LF080A status -> TESTED_PREW | Peter Stuge | 2008-05-21 | 1 | -1/+1 |
* | Support Pm49FL004/2 Block Locking Registers | Nikolay Petukhov | 2008-05-17 | 5 | -58/+121 |
* | I looked at the datasheet and erase_sector_39sf020() is totally and completel... | Carl-Daniel Hailfinger | 2008-05-16 | 1 | -15/+0 |
* | ICH8 and ICH9 have an almost identical SPI interface, only the location of th... | Carl-Daniel Hailfinger | 2008-05-16 | 1 | -10/+16 |
* | Add support for the Atmel AT25DF321 SPI flash (tested) | Dominik Geyer | 2008-05-16 | 1 | -1/+2 |
* | Add support for SPI chips on ICH9 | Dominik Geyer | 2008-05-16 | 5 | -3/+484 |
* | IT8716F: Enable writes if decoding of any SPI addresses is enabled | Carl-Daniel Hailfinger | 2008-05-16 | 1 | -0/+6 |
* | Print detailed status register information for SST25VF series flash | Carl-Daniel Hailfinger | 2008-05-15 | 1 | -0/+4 |
* | Lots of new SST flash chip IDs | Carl-Daniel Hailfinger | 2008-05-15 | 2 | -1/+17 |
* | 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 |