summaryrefslogtreecommitdiffstats
path: root/flash_enable.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2006-11-07 10:22:20 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-11-07 10:22:20 +0000
commitc6b5f4913b6b4970cbc2f02d1e69964297125946 (patch)
tree4b61eb15d82468e74ebd974578f47df71e812793 /flash_enable.c
parentea2c66d742bfacd9567228b7efc3f6e33809bac1 (diff)
downloadast2050-flashrom-c6b5f4913b6b4970cbc2f02d1e69964297125946.zip
ast2050-flashrom-c6b5f4913b6b4970cbc2f02d1e69964297125946.tar.gz
Support for VIA VT82C686 utility
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>
Diffstat (limited to 'flash_enable.c')
-rw-r--r--flash_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash_enable.c b/flash_enable.c
index 187b61d..dd53f0e 100644
--- a/flash_enable.c
+++ b/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},
OpenPOWER on IntegriCloud