[coreboot-gerrit] Change in coreboot[master]: intelmetool: Add support for Sunrise Point LP

Youness Alaoui (Code Review) gerrit at coreboot.org
Wed Oct 11 20:13:11 CEST 2017


Youness Alaoui has uploaded this change for review. ( https://review.coreboot.org/21961


Change subject: intelmetool: Add support for Sunrise Point LP
......................................................................

intelmetool: Add support for Sunrise Point LP

This was tested on Librem 13 v2.

Change-Id: I4b56ed8a8a394da2ac5e4bfde6916aa1d39b2654
Signed-off-by: Youness Alaoui <youness.alaoui at puri.sm>
---
M util/intelmetool/intelmetool.h
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/21961/1

diff --git a/util/intelmetool/intelmetool.h b/util/intelmetool/intelmetool.h
index d29289d..a8d0467 100644
--- a/util/intelmetool/intelmetool.h
+++ b/util/intelmetool/intelmetool.h
@@ -239,6 +239,7 @@
 #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 @@
 	( (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))

-- 
To view, visit https://review.coreboot.org/21961
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b56ed8a8a394da2ac5e4bfde6916aa1d39b2654
Gerrit-Change-Number: 21961
Gerrit-PatchSet: 1
Gerrit-Owner: Youness Alaoui <snifikino at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171011/6cafa15a/attachment-0001.html>


More information about the coreboot-gerrit mailing list