aboutsummaryrefslogtreecommitdiffstats
path: root/flash_enable.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.