summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorArjan Koers <0h3q2rmn2bdb@list.nospam.xutrox.com>2009-06-15 00:03:37 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-06-15 00:03:37 +0000
commit8dfea838ad25a8166f376ae999cc9d3b0c5b8b73 (patch)
tree872ef3f3b7743d8dca1b366fe393e293ec945822 /chipset_enable.c
parentf983d9ffeab2f2b39244271faa1d64820b3175fa (diff)
downloadast2050-flashrom-8dfea838ad25a8166f376ae999cc9d3b0c5b8b73.zip
ast2050-flashrom-8dfea838ad25a8166f376ae999cc9d3b0c5b8b73.tar.gz
The VIA VX800 chipset works with the VT8237S code after adding an entry for the VX800 PCI ID
Corresponding to flashrom svn r591. Signed-off-by: Arjan Koers <0h3q2rmn2bdb@list.nospam.xutrox.com> Acked-by: Bari Ari <bari@onelabs.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
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 94de693..a9e5d14 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1028,6 +1028,7 @@ const struct penable chipset_enables[] = {
{0x1106, 0x3227, OK, "VIA", "VT8237", enable_flash_vt823x},
{0x1106, 0x3337, OK, "VIA", "VT8237A", enable_flash_vt823x},
{0x1106, 0x3372, OK, "VIA", "VT8237S", enable_flash_vt8237s_spi},
+ {0x1106, 0x8353, OK, "VIA", "VX800", enable_flash_vt8237s_spi},
{0x1106, 0x0586, OK, "VIA", "VT82C586A/B", enable_flash_amd8111},
{0x1106, 0x0686, NT, "VIA", "VT82C686A/B", enable_flash_amd8111},
OpenPOWER on IntegriCloud