aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/flash.h
AgeCommit message (Expand)Author
2008-11-04Add support for 8 new chips to flashrom and fix up 2 existing chipsCarl-Daniel Hailfinger
2008-11-03Add additional SPI sector erase and chip erase command functions toCarl-Daniel Hailfinger
2008-11-02Add support for the ST M50FW002 chip to flashrom. Identification only,Carl-Daniel Hailfinger
2008-10-29Flashrom support for some Numonyx parts (M25PE)Stefan Reinauer
2008-10-18Coding-style fixes for flashrom, partly indent-aided (trivial).Uwe Hermann
2008-10-07Support for AM29F002(N)B[BT]. Fully tested on AM29F002NBT.Mats Erik Andersson
2008-09-26Activate proper support for EN29F002(A)(N)[BT].Mats Erik Andersson
2008-07-21flashrom: Winbond W39V040C and MSI K8T Neo2-FPeter Stuge
2008-07-07flashrom: Trivial SPI cleanupsPeter Stuge
2008-07-06r3415 removed symbolic constants for device IDs by accident.Carl-Daniel Hailfinger
2008-07-06flashrom: Add AMIC A29002Andreas Thienemann
2008-06-30First attempt to clean up SPI probing and create a commonStefan Reinauer
2008-06-30Mine AMIC flash chip needs 4 bytes RDID. Following patch adds support for that.Rudolf Marek
2008-06-30This patch adds support for VIA SPI controller on VT8237S. It is similar withRudolf Marek
2008-06-27* ICH7 SPI supportStefan Reinauer
2008-06-22flashrom: Remove dead M-Systems Disk on Chip codePeter Stuge
2008-06-18flashrom: Add support for AMIC Technology A49LF040A and do not probe W29EE011...Jens Kuehnel
2008-06-18flashrom: Force read unknown flash chipsPeter Stuge
2008-06-11flashrom: Add support for Amic Technology A29040B flash chip.Peter Stuge
2008-05-27Revert r3357 and fix it as intended to (forgotten header commit instead of typo)Mart Raudsepp
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-17flashrom: Support Pm49FL004/2 Block Locking RegistersNikolay Petukhov
2008-05-16Add support for SPI chips on ICH9. This is done by using the generic SPIDominik Geyer
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-14Add more infrastructure for flashrom ICH9 support.Carl-Daniel Hailfinger
2008-05-14Check the JEDEC vendor ID for correct parity. Flash chips which can beCarl-Daniel Hailfinger
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-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-10flashrom: Rename generic_spi_*() functions to spi_*()Peter Stuge
2008-05-03flashrom: Add a tested bitmap field to the flash chip table.Peter Stuge
2008-04-28The generic jedec.c does not work for the ST M50FLW flashClaus Gindhart
2008-03-17Support for the Winbond W39V080FA series of chips.Stefan Reinauer
2008-03-14Re-add code erroneously removed in r3140.Uwe Hermann
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-12Add --list-supported option to flashrom which lists the supportedUwe Hermann
2008-02-06Handle JEDEC JEP106W continuation codes in SPI RDID. Some vendors likeCarl-Daniel Hailfinger
2008-01-25Add ids and chip entry for Spansion S25FL016A to flashrom, tested,Peter Stuge
2008-01-19Support SPI flash chips bigger than 512 kByte sitting behind IT8716FRonald Hoogenboom
2008-01-18for some reasons the externals did not get committed.Stefan Reinauer
2008-01-04Print at least the vendor for SPI flash chips if the exact chip ID isCarl-Daniel Hailfinger
2007-12-31Unfortunately, EN29F002T, EN29F002AT, EN29F002ANT, EN29F002NT all haveCarl-Daniel Hailfinger
2007-12-31Add continuation ID support to jedec.cCarl-Daniel Hailfinger
2007-12-31This fixes a few vendor IDs to conform with JEDEC publication 106WCarl-Daniel Hailfinger
2007-12-17Add support for ST M25P05-A, M25P10-A, M25P20, M25P40, M25P16, M25P32,Carl-Daniel Hailfinger
2007-12-17To make it easier to add new SPI chips to flashchips.c, rename functionsCarl-Daniel Hailfinger
2007-12-16Add support for ST M25P80 chips to flashrom. Detection was tested.Carl-Daniel Hailfinger
2007-12-10Add support for more atmel chips:Frederico Silva
2007-12-04Various coding style fixes, constification, fixed typos (trivial).Uwe Hermann
2007-10-30Add support for Intel 440MX systems.Uwe Hermann
2007-10-25Added Am29LV040BPeter Lemenkov
2007-10-22Flashrom: Add more Vendor IDs and ensure correct sorting in flash.h.Peter Lemenkov
2007-10-22Introduce block and sector erase routines to flashrom, but do not useCarl-Daniel Hailfinger
2007-10-18Add generic SPI flash erase and write support to flashrom. The firstCarl-Daniel Hailfinger
2007-10-16Convert the existing it8716f_* functions to generic_spi_* functions byCarl-Daniel Hailfinger
2007-10-15Move SPI code out of board_enable.c where it started its life. The SPICarl-Daniel Hailfinger
2007-10-02This patch aims to restructure SPI flash support in a more reasonableCarl-Daniel Hailfinger
2007-09-09Remove useless 'extern' keywords (trivial).Uwe Hermann
2007-09-09Add '(C)' where it's missing (for consistency reasons).Uwe Hermann
2007-08-30Add support for the Winbond W29EE011.Markus Boas
2007-08-30Add support for the Winbond W29C040P.Markus Boas
2007-08-29Change all flashrom license headers to use our standard format.Uwe Hermann
2007-08-23Drop a bunch of useless header files, merge them into flash.h.Uwe Hermann
2007-07-25This patch adds support for the M50FLW040A, M50FLW040B, M50FLW080A,Carl-Daniel Hailfinger
2007-07-24This patch adds support for ST M50FW040 and ST M29W040B to flashrom.Carl-Daniel Hailfinger
2007-05-24factor out register mapping code (trivial)Stefan Reinauer
2007-05-23big cosmetic offensive on flashrom. (trivial)Stefan Reinauer
2007-05-21Add support for the Winbond W39V040FA chip.Uwe Hermann
2007-05-09Fix coding style of flashrom by running indent on all files:Uwe Hermann
2007-04-28Add initial support for the following flash chips:Uwe Hermann
2007-04-06Trivial (cosmetic) cleanup:Stefan Reinauer
2007-04-04flashrom: split flash_enable.c into chipset_enable.c and board_enable.cLuc Verhaegen
2007-04-01Drop useless and partly even incorrect comments (trivial).Uwe Hermann
2007-04-01Coding style fixes (trivial).Uwe Hermann
2007-03-02Add Winbond W39V080A support to Flashrom.David Hendricks
2007-02-06This patch is a rework of Adam Kaufman's Solaris patch.Adam Kaufman
2007-01-27Add support for the SST 49LF160C.Alan Carvalho de Assis
2007-01-22Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom.Yinghai Lu
2006-11-21Add support for ASD AE49F2008 Stefan Reinauer
2006-11-21Rename SM_ID to SYNCMOS_ID (trivial).Uwe Hermann
2006-11-21Add support for the SyncMOS S29C51001T, S29C51004T, and S29C31004TUwe Hermann
2006-11-20Support for the 256K SyncMos S29C51002T flash.Giampiero Giancipoli
2006-10-07here's a small patch to add support for the SST 49LF020A to flashrom.Stefan Reinauer
2006-07-31Add support for SST39SF040 and SST39SF010AStefan Reinauer
2006-07-19From: Scott Tsai, scott.tsai <AT> arima.com.twScott Tsai, scott.tsai
2006-06-30add support for EFST F49B002UA (untested)Stefan Reinauer
2006-06-25add support for PMC 49FL002 as used in the RD1-PMC2Stefan Reinauer
2006-06-14new flash partStefan Reinauer
2006-03-31* https://openbios.org/roundup/linuxbios/issue96 - SST_49LF040B flash support...Stefan Reinauer
2006-03-31* support for Winbond W39V040AStefan Reinauer
2006-03-16support for Am29F016DStefan Reinauer
2006-02-24new flashchip support by Leon Woestenberg <leonw@mailcan.com>Stefan Reinauer
2006-02-23added sharp flashRonald G. Minnich
2005-11-26flasrom update from Stefan, resovle issue 21Li-Ta Lo
2005-11-24rename the directory to match the program nameStefan Reinauer