diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2006-11-07 10:22:20 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-11-07 10:22:20 +0000 |
commit | 10fd79ae81fc97bded227ec587acfcdc895539db (patch) | |
tree | 5e3808e821b43807818f7df0b293d9ab9468bcd6 | |
parent | 918a7cf8e4a81a79260d42d78815131619e46b6d (diff) |
Support for VIA VT82C686 in flashrom utility (trivial)
closes #30
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2492 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 187b61d88e..dd53f0eb71 100644 --- a/util/flashrom/flash_enable.c +++ b/util/flashrom/flash_enable.c @@ -414,6 +414,7 @@ static FLASH_ENABLE enables[] = { {0x1106, 0x8231, "VT8231", enable_flash_vt8231}, {0x1106, 0x3177, "VT8235", enable_flash_vt8235}, {0x1106, 0x3227, "VT8237", enable_flash_vt8231}, + {0x1106, 0x0686, "VT82C686", enable_flash_amd8111}, {0x1078, 0x0100, "CS5530", enable_flash_cs5530}, {0x100b, 0x0510, "SC1100", enable_flash_sc1100}, {0x1039, 0x0008, "SIS5595", enable_flash_sis5595}, |