diff options
author | Peter Stuge <peter@stuge.se> | 2009-01-26 15:29:27 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-01-26 15:29:27 +0000 |
commit | a8866243d89f5a6da3fe1558b6ac469130275d97 (patch) | |
tree | 9ee3be773a47b2ef2f03e5bd63cd42e363e8fda0 /util | |
parent | 726c16d9839cef505ed062640e2769cd7924f201 (diff) | |
download | coreboot-a8866243d89f5a6da3fe1558b6ac469130275d97.tar.xz |
flashrom: Add VT8237A PCI ID
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3919 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r-- | util/flashrom/chipset_enable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/chipset_enable.c b/util/flashrom/chipset_enable.c index 7298729c28..dc5cccb33f 100644 --- a/util/flashrom/chipset_enable.c +++ b/util/flashrom/chipset_enable.c @@ -898,6 +898,7 @@ static const FLASH_ENABLE enables[] = { {0x1106, 0x8231, "VIA VT8231", enable_flash_vt823x}, {0x1106, 0x3177, "VIA VT8235", enable_flash_vt823x}, {0x1106, 0x3227, "VIA VT8237", enable_flash_vt823x}, + {0x1106, 0x3337, "VIA VT8237A", enable_flash_vt823x}, {0x1106, 0x3372, "VIA VT8237S", enable_flash_vt8237s_spi}, {0x1106, 0x8324, "VIA CX700", enable_flash_vt823x}, {0x1106, 0x0586, "VIA VT82C586A/B", enable_flash_amd8111}, |