From 5b8f2c7823729a0185a25fd90f5741374a0dfe10 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 29 Sep 2017 17:02:05 -0400 Subject: intelmetool: Add support for Sunrise Point LP This was tested on Librem 13 v2. Change-Id: I4b56ed8a8a394da2ac5e4bfde6916aa1d39b2654 Signed-off-by: Youness Alaoui Reviewed-on: https://review.coreboot.org/21961 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/intelmetool/intelmetool.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/intelmetool/intelmetool.h b/util/intelmetool/intelmetool.h index d29289d48f..a8d04678bb 100644 --- a/util/intelmetool/intelmetool.h +++ b/util/intelmetool/intelmetool.h @@ -239,6 +239,7 @@ extern int debug; #define PCI_DEVICE_ID_INTEL_WILDCAT_2 0x9CBB /* Wildcat Point LP 2 */ #define PCI_DEVICE_ID_INTEL_SUNRISE_H1 0xa13a /* SUNRISE Point-H 1 */ #define PCI_DEVICE_ID_INTEL_SUNRISE_H2 0xa13b /* SUNRISE Point-H 2 */ +#define PCI_DEVICE_ID_INTEL_SUNRISE_LP 0x9d3a /* SUNRISE Point-LP */ #define PCI_DEV_HAS_SUPPORTED_ME(x) ( \ ( (x) == PCI_DEVICE_ID_INTEL_COUGARPOINT_1 ) || \ @@ -281,4 +282,5 @@ extern int debug; ( (x) == PCI_DEVICE_ID_INTEL_WILDCAT_1 ) || \ ( (x) == PCI_DEVICE_ID_INTEL_WILDCAT_2 ) || \ ( (x) == PCI_DEVICE_ID_INTEL_SUNRISE_H1 ) || \ - ( (x) == PCI_DEVICE_ID_INTEL_SUNRISE_H2)) + ( (x) == PCI_DEVICE_ID_INTEL_SUNRISE_H2 ) || \ + ( (x) == PCI_DEVICE_ID_INTEL_SUNRISE_LP)) -- cgit v1.2.3