aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2008-05-28abuild: fix gnu getopt detection (trivial)Stefan Reinauer
2008-05-27Revert r3357 and fix it as intended to (forgotten header commit instead of typo)Mart Raudsepp
2008-05-27Fix typo introduced in r3356 that breaks build (trivial).Mart Raudsepp
2008-05-27flashrom: MX25L4005, S25FL016A, W39V040B, W39V080A, SST49LF008A tests.Peter Stuge
2008-05-27not sure why this ever worked. Add --xml / -x to the supported options (trivial)Stefan Reinauer
2008-05-27sync latest version of abuild (0.6) (trivial patch)Stefan Reinauer
2008-05-27Mark SST49LF004A/B as tested (trivial).Mart Raudsepp
2008-05-26Mark the following chips as tested (trivial).Uwe Hermann
2008-05-22A bunch of cosmetic improvements (trivial).Uwe Hermann
2008-05-22Mark more chips as tested (all operations), tested on ASUS P4B266 (trivial).Uwe Hermann
2008-05-22Add support for the ASUS P4B266 board.Uwe Hermann
2008-05-22Add support for Amic A25L40P SPI flash.Rudolf Marek
2008-05-22Changes to make flashrom compile (and work) on FreeBSD.Andriy Gapon
2008-05-21Myles reported SST49LF080A status -> TESTED_PREWPeter Stuge
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
2008-03-15fix typoStefan Reinauer
2008-03-14Re-add code erroneously removed in r3140.Uwe Hermann
2008-03-14Changes M50FW080 to use 82802ab.c instead of jedec.c. This fixes the problem ...Joseph Smith
2008-03-14Prepare for ICH7/ICH8 SPI support by adding some debugging for allCarl-Daniel Hailfinger
2008-03-14Fix broken flashrom build.Uwe Hermann
2008-03-14Fix up one forgotten revert in r3140.Carl-Daniel Hailfinger
2008-03-14Revert the delete of 82802ab.c in r3137.Carl-Daniel Hailfinger
2008-03-13Also print the chip vendor name in --list-supported output (trivial).Uwe Hermann
2008-03-13Also print the required -m option in --list-supported output (trivial).Uwe Hermann
2008-03-13Drop 82802ab.c as it is identical to sharplhf00l04.c.Carl-Daniel Hailfinger
2008-03-12Drop the useless rom.layout file. It's just an example, likely neverUwe Hermann
2008-03-12Add --list-supported option to flashrom which lists the supportedUwe Hermann
2008-03-10Add GPIO dumping utility for Intel ICH series southbridges.Stefan Reinauer
2008-03-04Drop some duplicate documentation from the README. The manpage andUwe Hermann
2008-03-04Add missing license header to layout.c. The file was written byUwe Hermann
2008-03-01Rename lxbios to nvramtool, step 3 (rename directory).Uwe Hermann
2008-03-01Rename lxbios to nvramtool, step 2 (rename files).Uwe Hermann
2008-03-01Rename lxbios to nvramtool.Uwe Hermann
2008-03-01Small coding style fixes and documentation updates (trivial).Uwe Hermann
2008-02-25This patch adds support to dump other registers than the primaryRonald Hoogenboom
2008-02-20flashrom: Add board_enable for Artec Group DBE61 and DBE62Mart Raudsepp
2008-02-18Should be part of changeset 3106.Rudolf Marek
2008-02-15Importing mkelfimage fromStefan Reinauer
2008-02-14With this small change it is possible to build flashrom again whenClark Rawlins
2008-02-11flashrom: further cleanups to enable_flash_cs5536Mart Raudsepp
2008-02-09Flashrom: Add board enable for VIA EPIA SP.Luc Verhaegen
2008-02-08Improve error handling and make RCONF_DEFAULT_MSR address be a constant.Mart Raudsepp
2008-02-08This implements support for devices using AMD Geode companion chipMart Raudsepp
2008-02-06Handle JEDEC JEP106W continuation codes in SPI RDID. Some vendors likeCarl-Daniel Hailfinger
2008-01-28Fix mptable util so the output will compileJon Dufresne
2008-01-27Make the vendor name optional in the -m flashrom parameter when there's onlyPeter Stuge
2008-01-27Forgot to add Spansion S25FL016A to README, trivial.Peter Stuge
2008-01-26Correctly disable the ROM area Write Protect bit in the Geode LX.Marc Jones
2008-01-25Various small fixes and updates for lxbios (trivial).Uwe Hermann
2008-01-25Add ids and chip entry for Spansion S25FL016A to flashrom, tested,Peter Stuge
2008-01-22Here is just a little and simple patch to get the MX25L3205D working.Harald Gutmann