aboutsummaryrefslogtreecommitdiffstats
path: root/flash_enable.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some code comments of the Intel PIIX4/PIIX4E/PIIX4M codeUwe Hermann2006-11-071-4/+10
| | | | | | | | | | Add detailed instructions on how and where to get the datasheet, its name, and order number. Corresponding to flashrom svn r70 and coreboot v2 svn r2493. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Support for VIA VT82C686 utilityStefan Reinauer2006-11-071-0/+1
| | | | | | | | Corresponding to flashrom svn r69 and coreboot v2 svn r2492. closes #30 Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Add support for Intel PIIX4/PIIX4E/PIIX4M-based mainboardsUwe Hermann2006-11-051-0/+32
| | | | | | | | | Tested on real hardware, reading, detecting and writing various chips works. Corresponding to flashrom svn r68 and coreboot v2 svn r2489. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Multiple unrelated changesStefan Reinauer2006-10-141-1/+7
| | | | | | | * add vt8237 support (Uwe Hermann) * add more MCP51 support (me) Corresponding to flashrom svn r67 and coreboot v2 svn r2456.
* Add patch from Uwe Hermann to support more ICH southbridgesStefan Reinauer2006-09-061-39/+30
| | | | Corresponding to flashrom svn r62 and coreboot v2 svn r2395.
* Print a warning if southbridge is not knownStefan Reinauer2006-08-251-5/+9
| | | | Corresponding to flashrom svn r61 and coreboot v2 svn r2390.
* Add support for SST39SF040, SST39SF010A and W39V040BStefan Reinauer2006-07-311-0/+1
| | | | Corresponding to flashrom svn r58 and coreboot v2 svn r2354.
* Multiple unrelated changesScott Tsai2006-03-311-0/+1
| | | | | | | | | * 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-10/+84
| | | | | | | | * 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.
* Add support for ICH5Ronald G. Minnich2006-02-241-0/+1
| | | | Corresponding to flashrom svn r42 and coreboot v2 svn r2183.
* Flashrom update from Stefan, resolve issue 21Ollie Lho2005-11-261-9/+105
| | | | Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
* Nvidia Ck804 supportYinghai Lu2005-07-061-0/+38
| | | | | | Corresponding to flashrom svn r32 and coreboot v2 svn r1946. Signed-off-by: Yinghai Lu <yhlu@tyan.com>
* Enable LPC decoding for 1 MB more addresss, for supporting SST49LF00xA/BOllie Lho2004-12-071-3/+2
| | | | Corresponding to flashrom svn r28 and coreboot v2 svn r1813.
* Add support for ICH4Ronald G. Minnich2004-09-281-0/+26
| | | | | | More i955pm stuff. Corresponding to flashrom svn r23 and coreboot v2 svn r1649.
* Remove false alarm of erase/write, use verify '-v' if you are not sure about ↵Ollie Lho2004-03-271-27/+17
| | | | | | the integrity Corresponding to flashrom svn r19 and coreboot v2 svn r1486.
* Consolidate more jedec standard codeOllie Lho2004-03-201-42/+54
| | | | Corresponding to flashrom svn r15 and coreboot v2 svn r1457.
* Move utility functions into new source filesOllie Lho2004-03-171-0/+278
Corresponding to flashrom svn r6 and coreboot v2 svn r1428.