summaryrefslogtreecommitdiff
path: root/util/inteltool
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-02-21 18:37:51 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 12:48:09 +0000
commit4684dc0c638ea0debe9ec1aa736d119d58626424 (patch)
tree9275ba80e974c244409ac941249b796c0bb59847 /util/inteltool
parenta6531a335c9fed0776f033ee69f7eb4fc325c944 (diff)
downloadcoreboot-4684dc0c638ea0debe9ec1aa736d119d58626424.tar.xz
util/inteltool: Add missing entry for WPT-LP Premium
Tested on a laptop with an i7-5500U processor, the device is now found. Change-Id: I49ddec862520d0d5492d78fec89efd841c141790 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39046 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/inteltool')
-rw-r--r--util/inteltool/inteltool.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c
index de66811419..c20aafe601 100644
--- a/util/inteltool/inteltool.c
+++ b/util/inteltool/inteltool.c
@@ -226,8 +226,10 @@ static const struct {
"Lynx Point Low Power Premium SKU" },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_BASE,
"Lynx Point Low Power Base SKU" },
+ { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_PREM,
+ "Wildcat Point Low Power Premium SKU" },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP,
- "Wildcat Point Low Power SKU" },
+ "Wildcat Point Low Power Base SKU" },
{ PCI_VENDOR_ID_INTEL, 0x2310, "DH89xxCC" },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_BAYTRAIL_LPC, "Bay Trail" },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_SUNRISEPOINT_PRE,