Lubomir Rintel has uploaded this change for review.

View Change

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>
---
M chipset_enable.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/58/23158/1
diff --git a/chipset_enable.c b/chipset_enable.c
index a46651f..8243455 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1713,7 +1713,7 @@
{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},

To view, visit change 23158. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f48b49ccb760f69d676ec6cbb233e532b12fbe8
Gerrit-Change-Number: 23158
Gerrit-PatchSet: 1
Gerrit-Owner: Lubomir Rintel <lkundrak@v3.sk>