flashrom: Add VT8237A PCI ID
authorPeter Stuge <peter@stuge.se>
Mon, 26 Jan 2009 15:29:27 +0000 (15:29 +0000)
committerPeter Stuge <peter@stuge.se>
Mon, 26 Jan 2009 15:29:27 +0000 (15:29 +0000)
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

util/flashrom/chipset_enable.c

index 7298729c282c54fa19b32e48ffb487ebfdad300a..dc5cccb33fb2d708c2ffe32b304e74ae15e11bfb 100644 (file)
@@ -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},