diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-03-31 11:36:06 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-03-31 11:36:06 +0000 |
commit | 4b539d78abaae60d0e9e71f53b2e4103b6f33a65 (patch) | |
tree | ee314b7026157eca125027a5ad77d0fcfb0e044f /util/flashrom/flash_enable.c | |
parent | 1f64c13381bc4a22f9747991e5d2fcc1a3976642 (diff) |
* https://openbios.org/roundup/linuxbios/issue96 - SST_49LF040B flash support for flashrom
* https://openbios.org/roundup/linuxbios/issue99 - add ICH4-M support to flashrom
both from scott.tsai <AT> arima.com.tw
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2230 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash_enable.c')
-rw-r--r-- | util/flashrom/flash_enable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash_enable.c b/util/flashrom/flash_enable.c index 8334b6df67..d03a36b94a 100644 --- a/util/flashrom/flash_enable.c +++ b/util/flashrom/flash_enable.c @@ -385,6 +385,7 @@ static FLASH_ENABLE enables[] = { {0x1039, 0x0630, "sis630", enable_flash_sis630}, {0x8086, 0x2480, "E7500", enable_flash_e7500}, {0x8086, 0x24c0, "ICH4", enable_flash_ich4}, + {0x8086, 0x24cc, "ICH4-M", enable_flash_ich4}, {0x8086, 0x24d0, "ICH5", enable_flash_ich4}, {0x8086, 0x27b8, "ICH7", enable_flash_ich7}, {0x1106, 0x8231, "VT8231", enable_flash_vt8231}, |