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

Shawn C (Code Review) gerrit at coreboot.org
Thu Aug 31 09:22:38 CEST 2017


Shawn C has uploaded this change for review. ( https://review.coreboot.org/21301


Change subject: intelmetool: Add support for Sunrise Point-H
......................................................................

intelmetool: Add support for Sunrise Point-H

Tested on P10S-M WS.

Change-Id: I62f78fe5ca03bf70497939a12f0036bf247b2aa7
Signed-off-by: citypw <citypw at gmail.com>
---
M util/intelmetool/intelmetool.h
1 file changed, 5 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/21301/1

diff --git a/util/intelmetool/intelmetool.h b/util/intelmetool/intelmetool.h
index 491ab5f..d29289d 100644
--- a/util/intelmetool/intelmetool.h
+++ b/util/intelmetool/intelmetool.h
@@ -237,6 +237,8 @@
 #define PCI_DEVICE_ID_INTEL_LYNXPOINT_4 0x9C3A /* Lynx Point LP */
 #define PCI_DEVICE_ID_INTEL_WILDCAT_1 0x9CBA /* Wildcat Point LP */
 #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_DEV_HAS_SUPPORTED_ME(x) ( \
 	( (x) ==  PCI_DEVICE_ID_INTEL_COUGARPOINT_1 ) || \
@@ -277,4 +279,6 @@
 	( (x) ==  PCI_DEVICE_ID_INTEL_LYNXPOINT_3 ) || \
 	( (x) ==  PCI_DEVICE_ID_INTEL_LYNXPOINT_4 ) || \
 	( (x) ==  PCI_DEVICE_ID_INTEL_WILDCAT_1 ) || \
-	( (x) ==  PCI_DEVICE_ID_INTEL_WILDCAT_2))
+	( (x) ==  PCI_DEVICE_ID_INTEL_WILDCAT_2 ) || \
+	( (x) ==  PCI_DEVICE_ID_INTEL_SUNRISE_H1 ) || \
+	( (x) ==  PCI_DEVICE_ID_INTEL_SUNRISE_H2))

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I62f78fe5ca03bf70497939a12f0036bf247b2aa7
Gerrit-Change-Number: 21301
Gerrit-PatchSet: 1
Gerrit-Owner: Shawn C <citypw at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170831/404851cf/attachment.html>


More information about the coreboot-gerrit mailing list