1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

chipset_enable: Mark VX900 as tested

I can confirm a successful reading and writing of MX25L8005 (SPI) on a HP t5550
Thin Client (AMI BIOS 786R9 v1.04).

Change-Id: I190253b0c1920747b710ed7155e78191cce139eb
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-on: https://review.coreboot.org/23030
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Lubomir Rintel 2017-12-28 20:19:21 +01:00 committed by Nico Huber
parent d0803c8407
commit 73c882086f

View File

@ -1714,7 +1714,7 @@ const struct penable chipset_enables[] = {
{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, 0x8410, NT, "VIA", "VX900", 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},
{0x17f3, 0x6030, OK, "RDC", "R8610/R3210", enable_flash_rdc_r8610},