aboutsummaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-01-08 05:31:55 +0100
committerNico Huber <nico.h@gmx.de>2018-01-26 15:27:42 +0000
commit305a2b3ed36ce87663aea177a806c6f435a4ceec (patch)
treea9dcc88821f3f7f8174c5ed1ba851f3522240b62 /chipset_enable.c
parent2b5adfb1b656dd6a6efbf45a7a411c87840c5394 (diff)
downloadflashrom-305a2b3ed36ce87663aea177a806c6f435a4ceec.tar.gz
flashrom-305a2b3ed36ce87663aea177a806c6f435a4ceec.tar.bz2
flashrom-305a2b3ed36ce87663aea177a806c6f435a4ceec.zip
chipset_enable: Mark VX855 as tested
I can confirm a successful reading and writing of SST49LF080A (LPC) on a Wyse Cx0 Thin Client (Phoenix BIOS 1.0G). Change-Id: I8f48b49ccb760f69d676ec6cbb233e532b12fbe8 Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-on: https://review.coreboot.org/23158 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index a46651fb..8243455b 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1713,7 +1713,7 @@ const struct penable chipset_enables[] = {
{0x1106, 0x8231, NT, "VIA", "VT8231", enable_flash_vt823x},
{0x1106, 0x8324, OK, "VIA", "CX700", enable_flash_vt823x},
{0x1106, 0x8353, NT, "VIA", "VX800/VX820", enable_flash_vt_vx},
- {0x1106, 0x8409, NT, "VIA", "VX855/VX875", enable_flash_vt_vx},
+ {0x1106, 0x8409, OK, "VIA", "VX855/VX875", enable_flash_vt_vx},
{0x1106, 0x8410, OK, "VIA", "VX900", enable_flash_vt_vx},
{0x1166, 0x0200, OK, "Broadcom", "OSB4", enable_flash_osb4},
{0x1166, 0x0205, OK, "Broadcom", "HT-1000", enable_flash_ht1000},