diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-24 17:10:10 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-24 17:10:10 +0000 |
commit | 3b9591dd8b92834c108d2c5fca6b942b6e1d4c03 (patch) | |
tree | 3c01987dc397f67dad9fe1f90a7e0ff3f3be619b | |
parent | 30a1175ec8a8e7fe0f773fed2396c440793afa67 (diff) |
added support for ICH5
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2183 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-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 582766f300..91c5814537 100644 --- a/util/flashrom/flash_enable.c +++ b/util/flashrom/flash_enable.c @@ -315,6 +315,7 @@ static FLASH_ENABLE enables[] = { {0x1039, 0x0630, "sis630", enable_flash_sis630}, {0x8086, 0x2480, "E7500", enable_flash_e7500}, {0x8086, 0x24c0, "ICH4", enable_flash_ich4}, + {0x8086, 0x24d0, "ICH5", enable_flash_ich4}, {0x1106, 0x8231, "VT8231", enable_flash_vt8231}, {0x1106, 0x3177, "VT8235", enable_flash_vt8235}, {0x1078, 0x0100, "CS5530", enable_flash_cs5530}, |