summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-11-21 23:35:47 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-11-21 23:35:47 +0000
commit94d8665ea34cb9678c4b08ea340c4a292e520a1d (patch)
tree0bfef32aa6ec7df3ccf9e1b3f1e673510500a3e0 /chipset_enable.c
parent839db6dccd416417f15771beef234b54cd058627 (diff)
downloadast2050-flashrom-94d8665ea34cb9678c4b08ea340c4a292e520a1d.zip
ast2050-flashrom-94d8665ea34cb9678c4b08ea340c4a292e520a1d.tar.gz
Add support for VIA VT8251
Seems to work on IBM SurePOS 700 and IBM (now Toshiba) AnyPlace Kiosk Model 4838-310. Tested-by: Jason Vannest <Jason_Vannest@abercrombie.com> Tested-by: Rowlinson Mark <Mark.Rowlinson@uk.fujitsu.com> Corresponding to flashrom svn r1900. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
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 89171b7..9d303eb 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1582,6 +1582,7 @@ const struct penable chipset_enables[] = {
{0x1106, 0x3147, OK, "VIA", "VT8233A", enable_flash_vt823x},
{0x1106, 0x3177, OK, "VIA", "VT8235", enable_flash_vt823x},
{0x1106, 0x3227, OK, "VIA", "VT8237(R)", enable_flash_vt823x},
+ {0x1106, 0x3287, OK, "VIA", "VT8251", enable_flash_vt823x},
{0x1106, 0x3337, OK, "VIA", "VT8237A", enable_flash_vt823x},
{0x1106, 0x3372, OK, "VIA", "VT8237S", enable_flash_vt8237s_spi},
{0x1106, 0x8231, NT, "VIA", "VT8231", enable_flash_vt823x},
OpenPOWER on IntegriCloud