summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-01-26 15:29:27 +0000
committerPeter Stuge <peter@stuge.se>2009-01-26 15:29:27 +0000
commit20ed5d104c20fc9f30f103bb8ca1787bd50318e0 (patch)
treeceacf6bd5f33001501f50552c369aa13723a6430 /chipset_enable.c
parentb219ba32fd201ac98c45b37eeeb90efb7bb796d1 (diff)
downloadast2050-flashrom-20ed5d104c20fc9f30f103bb8ca1787bd50318e0.zip
ast2050-flashrom-20ed5d104c20fc9f30f103bb8ca1787bd50318e0.tar.gz
Add VT8237A PCI ID
Corresponding to flashrom svn r411 and coreboot v2 svn r3919. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 7298729..dc5cccb 100644
--- a/chipset_enable.c
+++ b/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},
OpenPOWER on IntegriCloud