[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: Add HM175 SKL PCH-H SKU device id

PraveenX Hodagatta Pranesh (Code Review) gerrit at coreboot.org
Fri Nov 2 10:47:50 CET 2018


PraveenX Hodagatta Pranesh has uploaded this change for review. ( https://review.coreboot.org/29432


Change subject: soc/intel/skylake: Add HM175 SKL PCH-H SKU device id
......................................................................

soc/intel/skylake: Add HM175 SKL PCH-H SKU device id

This patch also add PCH device id in platform reporting.

BUG=None
TEST=Booted kabylake RVP11 with HM175 SKL PCH-H and verified the device id
     in serial logs.

Change-Id: I8c04bf8d9c27caad800427a5c29da869da1d445d
Signed-off-by: Praveen hodagatta pranesh <praveenx.hodagatta.pranesh at intel.com>
---
M src/include/device/pci_ids.h
M src/soc/intel/common/block/lpc/lpc.c
M src/soc/intel/skylake/bootblock/report_platform.c
3 files changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/29432/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index f6bcd7c..9abf2ba 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2673,6 +2673,7 @@
 #define PCI_DEVICE_ID_INTEL_SPT_H_C236			0xa150
 #define PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM		0xa14e
 #define PCI_DEVICE_ID_INTEL_SPT_H_QM170			0xa14d
+#define PCI_DEVICE_ID_INTEL_SPT_H_HM175			0xa152
 #define PCI_DEVICE_ID_INTEL_KBP_H_H270			0xa2c4
 #define PCI_DEVICE_ID_INTEL_KBP_H_Z270			0xa2c5
 #define PCI_DEVICE_ID_INTEL_KBP_H_Q270			0xa2c6
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index bb3b4f2..039b6e3 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -127,6 +127,7 @@
 	PCI_DEVICE_ID_INTEL_SPT_H_C236,
 	PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM,
 	PCI_DEVICE_ID_INTEL_SPT_H_QM170,
+	PCI_DEVICE_ID_INTEL_SPT_H_HM175,
 	PCI_DEVICE_ID_INTEL_KBP_H_Q270,
 	PCI_DEVICE_ID_INTEL_KBP_H_H270,
 	PCI_DEVICE_ID_INTEL_KBP_H_Z270,
diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c
index b59d351..b9bc733 100644
--- a/src/soc/intel/skylake/bootblock/report_platform.c
+++ b/src/soc/intel/skylake/bootblock/report_platform.c
@@ -71,6 +71,7 @@
 	{ PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM, "Skylake PCH-H Premium" },
 	{ PCI_DEVICE_ID_INTEL_SPT_H_C236, "Skylake PCH-H C236" },
 	{ PCI_DEVICE_ID_INTEL_SPT_H_QM170, "Skylake PCH-H QM170" },
+	{ PCI_DEVICE_ID_INTEL_SPT_H_HM175, "Skylake PCH-H HM175" },
 	{ PCI_DEVICE_ID_INTEL_KBP_H_Q270, "Kabylake-H Q270" },
 	{ PCI_DEVICE_ID_INTEL_KBP_H_H270, "Kabylake-H H270" },
 	{ PCI_DEVICE_ID_INTEL_KBP_H_Z270, "Kabylake-H Z270" },

-- 
To view, visit https://review.coreboot.org/29432
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c04bf8d9c27caad800427a5c29da869da1d445d
Gerrit-Change-Number: 29432
Gerrit-PatchSet: 1
Gerrit-Owner: PraveenX Hodagatta Pranesh <praveenx.hodagatta.pranesh at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181102/19601276/attachment.html>


More information about the coreboot-gerrit mailing list