summaryrefslogtreecommitdiffstats
path: root/flashchips.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop a bunch of useless header files, merge them into flash.hUwe Hermann2007-08-231-13/+0
| | | | | | | Corresponding to flashrom svn r128 and coreboot v2 svn r2746. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Add various ST flash chipsCarl-Daniel Hailfinger2007-07-251-2/+18
| | | | | | | | | | | | | | This patch adds support for the M50FLW040A, M50FLW040B, M50FLW080A, M50FLW080B, M50FW080, M50FW016, M50LPW116, M29W010B flash chips made by ST. The patch is based on the data sheets of the chips and has not been tested at all. Corresponding to flashrom svn r123 and coreboot v2 svn r2741. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* This patch adds support for ST M50FW040 and ST M29W040BCarl-Daniel Hailfinger2007-07-241-0/+4
| | | | | | | | | | | Only reading from the chips was tested; writing support is untested. Thanks to Gürkan Sengün <gurkan@linuks.mine.nu> for testing! Corresponding to flashrom svn r122 and coreboot v2 svn r2740. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Big cosmetic offensive on flashromStefan Reinauer2007-05-231-109/+107
| | | | | | | | | | | | * Give decent names to virt_addr and virt_addr_2 * add some comments * move virtual addresses to the end of the struct, so they dont mess up the initializer. Corresponding to flashrom svn r111 and coreboot v2 svn r2689. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Add support for the Winbond W39V040FA chipUwe Hermann2007-05-211-0/+2
| | | | | | | Corresponding to flashrom svn r110 and coreboot v2 svn r2686. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Add initial support for the following flash chipsUwe Hermann2007-04-281-2/+8
| | | | | | | | | | | | | - Atmel AT29C020 - STMicroelectronics M29F002B - STMicroelectronics M29F002T - STMicroelectronics M29F002NT Corresponding to flashrom svn r105 and coreboot v2 svn r2621. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Signed-off-by: Roger Zauner <roger@eskimo.com> Acked-by: Peter Stuge <peter@stuge.se>
* Add Winbond W39V080A supportDavid Hendricks2007-03-021-0/+2
| | | | | | | | Corresponding to flashrom svn r92 and coreboot v2 svn r2565. Signed-off-by: David Hendricks <david.hendricks@gmail.com> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add support for the SST 49LF160CAlan Carvalho de Assis2007-01-271-0/+2
| | | | | | | Corresponding to flashrom svn r87 and coreboot v2 svn r2539. Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016CYinghai Lu2007-01-221-0/+7
| | | | | | | | | | Also add suport for NVIDIA MCP55. Corresponding to flashrom svn r85 and coreboot v2 svn r2537. Signed-off-by: Yinghai Lu <yinghai.lu@amd.com> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se>
* Add support for ASD AE49F2008 Stefan Reinauer2006-11-211-0/+2
| | | | | | | Corresponding to flashrom svn r77 and coreboot v2 svn r2504. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Rename SM_ID to SYNCMOS_IDUwe Hermann2006-11-211-4/+4
| | | | | | | Corresponding to flashrom svn r75 and coreboot v2 svn r2502. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Add support for the SyncMOS S29C51001T, S29C51004T, and S29C31004TUwe Hermann2006-11-211-0/+6
| | | | | | | Corresponding to flashrom svn r74 and coreboot v2 svn r2501. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com>
* Support for the 256K SyncMos S29C51002T flashGiampiero Giancipoli2006-11-201-0/+2
| | | | | | | Corresponding to flashrom svn r72 and coreboot v2 svn r2499. Signed-off-by: Giampiero Giancipoli <gianci@email.it> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
* Here's a small patch to add support for the SST 49LF020AUwe Hermann2006-10-071-0/+2
| | | | | | | Corresponding to flashrom svn r66 and coreboot v2 svn r2450. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> X-Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
* Fix flashrom for sst49lf080a and small print bugRoman Kononov2006-10-071-1/+1
| | | | | | | Corresponding to flashrom svn r64 and coreboot v2 svn r2448. Signed-off-by: Roman Kononov <kononov195-lbl@yahoo.com>. X-Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
* Add support for SST39SF040, SST39SF010A and W39V040BStefan Reinauer2006-07-311-0/+6
| | | | Corresponding to flashrom svn r58 and coreboot v2 svn r2354.
* Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw>Stefan Reinauer2006-07-191-0/+2
| | | | | | | Data sheet: http://www.alldatasheet.com/datasheet-pdf/pdf/47674/WINBOND/W49V002FAP.html Corresponding to flashrom svn r56 and coreboot v2 svn r2341.
* Add support for EFST F49B002UA (untested)Stefan Reinauer2006-06-301-0/+2
| | | | Corresponding to flashrom svn r55 and coreboot v2 svn r2336.
* Add support for PMC 49FL002 as used in the RD1-PMC2Stefan Reinauer2006-06-251-0/+2
| | | | Corresponding to flashrom svn r54 and coreboot v2 svn r2332.
* Add support for Winbond W49V002AStefan Reinauer2006-06-141-0/+2
| | | | Corresponding to flashrom svn r53 and coreboot v2 svn r2321.
* Multiple unrelated changesScott Tsai2006-03-311-0/+4
| | | | | | | | | * SST_49LF040B flash support for flashrom * add ICH4-M support to flashrom Corresponding to flashrom svn r52 and coreboot v2 svn r2230. Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw>
* Multiple unrelated changesStefan Reinauer2006-03-311-0/+2
| | | | | | | | * support for Winbond W39V040A * Support for ATI SB400 (RS480 chipset) * Support for Intel ICH7 (from Scott Tsai <scott.tsai@arima.com.tw>) Corresponding to flashrom svn r51 and coreboot v2 svn r2229.
* Support for Am29F016DStefan Reinauer2006-03-161-0/+2
| | | | Corresponding to flashrom svn r45 and coreboot v2 svn r2203.
* Add preliminary (non-working) support for Sharp LHF00L04Ronald G. Minnich2006-03-141-1/+1
| | | | Corresponding to flashrom svn r44 and coreboot v2 svn r2197.
* A few new items and mods for ollieRonald G. Minnich2006-03-011-1/+1
| | | | Corresponding to flashrom svn r43 and coreboot v2 svn r2189.
* Add support for ST M29F040BStefan Reinauer2006-02-241-0/+2
| | | | | | Signed-off-by: Leon Woestenberg <leonw@mailcan.com> Corresponding to flashrom svn r41 and coreboot v2 svn r2182.
* Add sharp flashRonald G. Minnich2006-02-231-0/+3
| | | | Corresponding to flashrom svn r40 and coreboot v2 svn r2180.
* Flashrom update from Stefan, resolve issue 21Ollie Lho2005-11-261-0/+91
Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
OpenPOWER on IntegriCloud