summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2017-03-29 18:24:32 +0200
committerNico Huber <nico.h@gmx.de>2017-07-28 12:30:48 +0000
commit500263434b69594dc01b3ccfe5e2c4c498d87656 (patch)
treee78ca90e544a00521dca899c5f9187ff57cc0250
parentfa62294536a3ce5070e8d9065aaa1aa45031f910 (diff)
downloadflashrom-500263434b69594dc01b3ccfe5e2c4c498d87656.tar.gz
flashrom-500263434b69594dc01b3ccfe5e2c4c498d87656.tar.bz2
flashrom-500263434b69594dc01b3ccfe5e2c4c498d87656.zip
chipset_enable: Set 100 series chipsets to NT
Change-Id: I9376a0c180b7e73751fbd3c8c37b693d358cbfb8 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/19047 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--chipset_enable.c60
1 files changed, 30 insertions, 30 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index a85ae211d..20d266200 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1880,36 +1880,36 @@ const struct penable chipset_enables[] = {
{0x8086, 0x9cc7, NT, "Intel", "Broadwell Y Premium", enable_flash_pch9_lp},
{0x8086, 0x9cc9, NT, "Intel", "Broadwell Y Base", enable_flash_pch9_lp},
{0x8086, 0x9ccb, NT, "Intel", "Broadwell H", enable_flash_pch9},
- {0x8086, 0x9d41, BAD, "Intel", "Skylake / Kaby Lake Sample", enable_flash_pch100},
- {0x8086, 0x9d43, BAD, "Intel", "Skylake U Base", enable_flash_pch100},
- {0x8086, 0x9d46, BAD, "Intel", "Skylake Y Premium", enable_flash_pch100},
- {0x8086, 0x9d48, BAD, "Intel", "Skylake U Premium", enable_flash_pch100},
- {0x8086, 0x9d4b, BAD, "Intel", "Kaby Lake Y w/ iHDCP2.2 Prem.", enable_flash_pch100},
- {0x8086, 0x9d4e, BAD, "Intel", "Kaby Lake U w/ iHDCP2.2 Prem.", enable_flash_pch100},
- {0x8086, 0x9d50, BAD, "Intel", "Kaby Lake U w/ iHDCP2.2 Base", enable_flash_pch100},
- {0x8086, 0x9d51, BAD, "Intel", "Kabe Lake w/ iHDCP2.2 Sample", enable_flash_pch100},
- {0x8086, 0x9d53, BAD, "Intel", "Kaby Lake U Base", enable_flash_pch100},
- {0x8086, 0x9d56, BAD, "Intel", "Kaby Lake Y Premium", enable_flash_pch100},
- {0x8086, 0x9d58, BAD, "Intel", "Kaby Lake U Premium", enable_flash_pch100},
- {0x8086, 0xa141, BAD, "Intel", "Sunrise Point Desktop Sample", enable_flash_pch100},
- {0x8086, 0xa142, BAD, "Intel", "Sunrise Point Unknown Sample", enable_flash_pch100},
- {0x8086, 0xa143, BAD, "Intel", "H110", enable_flash_pch100},
- {0x8086, 0xa144, BAD, "Intel", "H170", enable_flash_pch100},
- {0x8086, 0xa145, BAD, "Intel", "Z170", enable_flash_pch100},
- {0x8086, 0xa146, BAD, "Intel", "Q170", enable_flash_pch100},
- {0x8086, 0xa147, BAD, "Intel", "Q150", enable_flash_pch100},
- {0x8086, 0xa148, BAD, "Intel", "B150", enable_flash_pch100},
- {0x8086, 0xa149, BAD, "Intel", "C236", enable_flash_pch100},
- {0x8086, 0xa14a, BAD, "Intel", "C232", enable_flash_pch100},
- {0x8086, 0xa14b, BAD, "Intel", "Sunrise Point Server Sample", enable_flash_pch100},
- {0x8086, 0xa14d, BAD, "Intel", "QM170", enable_flash_pch100},
- {0x8086, 0xa14e, BAD, "Intel", "HM170", enable_flash_pch100},
- {0x8086, 0xa150, BAD, "Intel", "CM236", enable_flash_pch100},
- {0x8086, 0xa151, BAD, "Intel", "QMS180", enable_flash_pch100},
- {0x8086, 0xa152, BAD, "Intel", "HM175", enable_flash_pch100},
- {0x8086, 0xa153, BAD, "Intel", "QM175", enable_flash_pch100},
- {0x8086, 0xa154, BAD, "Intel", "CM238", enable_flash_pch100},
- {0x8086, 0xa155, BAD, "Intel", "QMU185", enable_flash_pch100},
+ {0x8086, 0x9d41, NT, "Intel", "Skylake / Kaby Lake Sample", enable_flash_pch100},
+ {0x8086, 0x9d43, NT, "Intel", "Skylake U Base", enable_flash_pch100},
+ {0x8086, 0x9d46, NT, "Intel", "Skylake Y Premium", enable_flash_pch100},
+ {0x8086, 0x9d48, NT, "Intel", "Skylake U Premium", enable_flash_pch100},
+ {0x8086, 0x9d4b, NT, "Intel", "Kaby Lake Y w/ iHDCP2.2 Prem.", enable_flash_pch100},
+ {0x8086, 0x9d4e, NT, "Intel", "Kaby Lake U w/ iHDCP2.2 Prem.", enable_flash_pch100},
+ {0x8086, 0x9d50, NT, "Intel", "Kaby Lake U w/ iHDCP2.2 Base", enable_flash_pch100},
+ {0x8086, 0x9d51, NT, "Intel", "Kabe Lake w/ iHDCP2.2 Sample", enable_flash_pch100},
+ {0x8086, 0x9d53, NT, "Intel", "Kaby Lake U Base", enable_flash_pch100},
+ {0x8086, 0x9d56, NT, "Intel", "Kaby Lake Y Premium", enable_flash_pch100},
+ {0x8086, 0x9d58, NT, "Intel", "Kaby Lake U Premium", enable_flash_pch100},
+ {0x8086, 0xa141, NT, "Intel", "Sunrise Point Desktop Sample", enable_flash_pch100},
+ {0x8086, 0xa142, NT, "Intel", "Sunrise Point Unknown Sample", enable_flash_pch100},
+ {0x8086, 0xa143, NT, "Intel", "H110", enable_flash_pch100},
+ {0x8086, 0xa144, NT, "Intel", "H170", enable_flash_pch100},
+ {0x8086, 0xa145, NT, "Intel", "Z170", enable_flash_pch100},
+ {0x8086, 0xa146, NT, "Intel", "Q170", enable_flash_pch100},
+ {0x8086, 0xa147, NT, "Intel", "Q150", enable_flash_pch100},
+ {0x8086, 0xa148, NT, "Intel", "B150", enable_flash_pch100},
+ {0x8086, 0xa149, NT, "Intel", "C236", enable_flash_pch100},
+ {0x8086, 0xa14a, NT, "Intel", "C232", enable_flash_pch100},
+ {0x8086, 0xa14b, NT, "Intel", "Sunrise Point Server Sample", enable_flash_pch100},
+ {0x8086, 0xa14d, NT, "Intel", "QM170", enable_flash_pch100},
+ {0x8086, 0xa14e, NT, "Intel", "HM170", enable_flash_pch100},
+ {0x8086, 0xa150, NT, "Intel", "CM236", enable_flash_pch100},
+ {0x8086, 0xa151, NT, "Intel", "QMS180", enable_flash_pch100},
+ {0x8086, 0xa152, NT, "Intel", "HM175", enable_flash_pch100},
+ {0x8086, 0xa153, NT, "Intel", "QM175", enable_flash_pch100},
+ {0x8086, 0xa154, NT, "Intel", "CM238", enable_flash_pch100},
+ {0x8086, 0xa155, NT, "Intel", "QMU185", enable_flash_pch100},
#endif
{0},
};