summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2008-05-17Initial support for the Intel 82845 (Brookdale) and ICH2 (trivial).Uwe Hermann
2008-05-17flashrom: Support Pm49FL004/2 Block Locking RegistersNikolay Petukhov
2008-05-16I looked at the datasheet and erase_sector_39sf020() is totally andCarl-Daniel Hailfinger
2008-05-16ICH8 and ICH9 have an almost identical SPI interface, only the locationCarl-Daniel Hailfinger
2008-05-16Add support for the Atmel AT25DF321 SPI flash (tested).Dominik Geyer
2008-05-16Add support for SPI chips on ICH9. This is done by using the generic SPIDominik Geyer
2008-05-16Enable IT8716F LPC-to-SPI write cycle translation in flashrom if theCarl-Daniel Hailfinger
2008-05-15Print detailed status register information for SST25VF series flash.Carl-Daniel Hailfinger
2008-05-15Lots of new SST flash chip IDs. Only a subset has been added toCarl-Daniel Hailfinger
2008-05-15Add support for the JEDEC RES (Read Electronic Signature and Resume fromCarl-Daniel Hailfinger
2008-05-14Some NSC Super I/Os can have their config port at 0x15c (trivial).Uwe Hermann
2008-05-14Cosmetics, whitespace, coding style, partially ident-aided (trivial).Uwe Hermann
2008-05-14add ICH7-M and ICH7 DH to inteltool (trivial)Stefan Reinauer
2008-05-14Add more infrastructure for flashrom ICH9 support.Carl-Daniel Hailfinger
2008-05-14fix license mentioning in manpage (trivial)Stefan Reinauer
2008-05-14trivial patch: move maintainable parts to the top and add ICH7-M DH southbridgeStefan Reinauer
2008-05-14trivial patch to fix options. Thanks to Uwe Hermann for the hint!Stefan Reinauer
2008-05-14Add the Intel 6300ESB as known chipset to the chipset struct enables.Claus Gindhart
2008-05-14Fix crash caused by division by zero for unknown flash chips.Carl-Daniel Hailfinger
2008-05-14Check the JEDEC vendor ID for correct parity. Flash chips which can beCarl-Daniel Hailfinger
2008-05-14Example on how to add other chipsets to inteltool. ICH/ICH0, ICH4(-M) and ICH7Stefan Reinauer
2008-05-14Add lots of ATMEL SPI flash chips to flash.h.Carl-Daniel Hailfinger
2008-05-13flashrom: Move all IT87xx specific SPI routines from spi.c to a separateCarl-Daniel Hailfinger
2008-05-13Add new revised inteltool that dumps all kinds of chipset information and dro...Stefan Reinauer
2008-05-13flashrom: Move the SPI #defines from spi.c to spi.hCarl-Daniel Hailfinger
2008-05-13Change the SPI parts of flashrom to prepare for a merge ofCarl-Daniel Hailfinger
2008-05-12MX25L3205 and W25x40 have been confirmed to probe/read/erase/write OKCarl-Daniel Hailfinger
2008-05-12Add SST39VF512, SST39VF010, SST39VF040 support to flashrom. The SST39LFCarl-Daniel Hailfinger
2008-05-10Improve flashrom SPI abstraction, second step.Carl-Daniel Hailfinger
2008-05-10flashrom: Rename generic_spi_*() functions to spi_*()Peter Stuge
2008-05-08Add support for dumping ITE IT8718F EC registers (trivial).Uwe Hermann
2008-05-08Don't split up register list in two blocks, otherwise "Register dump:"Uwe Hermann
2008-05-08flashrom: Probe for up to 3 flash chips.Claus Gindhart
2008-05-07Fix a typo in lbtdump output (trivial).Ed Swierk
2008-05-03flashrom: Add a tested bitmap field to the flash chip table.Peter Stuge
2008-04-29flashrom: Enable ROM decode range to 1MB for vt8237rBari Ari
2008-04-28The generic jedec.c does not work for the ST M50FLW flashClaus Gindhart
2008-04-28flashrom: Handle NULL probe, erase and write function pointers in thePeter Stuge
2008-04-24Flash pages, which where excluded from updating using the exclude or theClaus Gindhart
2008-04-23Detect SMSC SCH5027 (trivial).Uwe Hermann
2008-04-07ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec.Ed Swierk
2008-03-29Make a few array entries only as big as they absolutely need to be (trivial).Uwe Hermann
2008-03-25Make the getpir output compile (Closes #70).Jon Dufresne
2008-03-18Add ICH9 detection to flashrom. Straight from the datasheet, untested.Carl-Daniel Hailfinger
2008-03-18oops. forgot to add the file.Stefan Reinauer
2008-03-17Support for the Winbond W39V080FA series of chips.Stefan Reinauer
2008-03-17Various smaller fixes in superiotool:Uwe Hermann
2008-03-16check whether SST FWH chip was successfully erased on flashchip -E, tooStefan Reinauer
2008-03-16Sort list of flash chips alphabetically, add comment (trivial).Uwe Hermann
2008-03-15remove nasty warning that happened due to our vendor detectionStefan Reinauer