From patchwork Tue Dec 30 09:56:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Update the tested state for Bay Trail devices PCI ID 8086:0f1c Date: Tue, 30 Dec 2014 09:56:12 -0000 From: Antonio Ospite X-Patchwork-Id: 4263 Message-Id: <1419933372-9003-1-git-send-email-ao2@ao2.it> To: flashrom@flashrom.org Tested on a Teclast X98 Air 3G tablet. Signed-off-by: Antonio Ospite --- chipset_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chipset_enable.c b/chipset_enable.c index dd4e0ea..abab086 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1593,7 +1593,7 @@ const struct penable chipset_enables[] = { {0x1166, 0x0205, OK, "Broadcom", "HT-1000", enable_flash_ht1000}, {0x17f3, 0x6030, OK, "RDC", "R8610/R3210", enable_flash_rdc_r8610}, {0x8086, 0x0c60, NT, "Intel", "S12x0", enable_flash_s12x0}, - {0x8086, 0x0f1c, NT, "Intel", "Bay Trail", enable_flash_silvermont}, + {0x8086, 0x0f1c, OK, "Intel", "Bay Trail", enable_flash_silvermont}, {0x8086, 0x0f1d, NT, "Intel", "Bay Trail", enable_flash_silvermont}, {0x8086, 0x0f1e, NT, "Intel", "Bay Trail", enable_flash_silvermont}, {0x8086, 0x0f1f, NT, "Intel", "Bay Trail", enable_flash_silvermont},