From 4684dc0c638ea0debe9ec1aa736d119d58626424 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 21 Feb 2020 18:37:51 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39046 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- util/inteltool/inteltool.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'util/inteltool') 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, -- cgit v1.2.3