[coreboot] r3919 - trunk/util/flashrom
svn at coreboot.org
svn at coreboot.org
Mon Jan 26 16:29:27 CET 2009
Author: stuge
Date: 2009-01-26 16:29:27 +0100 (Mon, 26 Jan 2009)
New Revision: 3919
Modified:
trunk/util/flashrom/chipset_enable.c
Log:
flashrom: Add VT8237A PCI ID
Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>
Modified: trunk/util/flashrom/chipset_enable.c
===================================================================
--- trunk/util/flashrom/chipset_enable.c 2009-01-26 15:19:43 UTC (rev 3918)
+++ trunk/util/flashrom/chipset_enable.c 2009-01-26 15:29:27 UTC (rev 3919)
@@ -898,6 +898,7 @@
{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},
More information about the coreboot
mailing list