[coreboot-gerrit] Change in coreboot[master]: common/block/xhci: Get XHCI PCI ID from device/pci_ids.h

Martin Roth (Code Review) gerrit at coreboot.org
Fri May 5 23:26:13 CEST 2017


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/19536 )

Change subject: common/block/xhci: Get XHCI PCI ID from device/pci_ids.h
......................................................................


common/block/xhci: Get XHCI PCI ID from device/pci_ids.h

Change-Id: I33d92a173055ea18b8675c720f01dd5bc77befa3
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
Reviewed-on: https://review.coreboot.org/19536
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
M src/soc/intel/common/block/xhci/xhci.c
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Aaron Durbin: Looks good to me, approved
  build bot (Jenkins): Verified



diff --git a/src/soc/intel/common/block/xhci/xhci.c b/src/soc/intel/common/block/xhci/xhci.c
index 32fad93..d1f7579 100644
--- a/src/soc/intel/common/block/xhci/xhci.c
+++ b/src/soc/intel/common/block/xhci/xhci.c
@@ -30,10 +30,10 @@
 };
 
 static const unsigned short pci_device_ids[] = {
-	0x5aa8, /* ApolloLake */
-	0x31a8, /* GLK */
-	0x9d2f, /* SunRisePoint LP */
-	0xa12f, /* KBL-H*/
+	PCI_DEVICE_ID_INTEL_APOLLOLAKE_XHCI,
+	PCI_DEVICE_ID_INTEL_GLK_XHCI,
+	PCI_DEVICE_ID_INTEL_SPT_LP_XHCI,
+	PCI_DEVICE_ID_INTEL_KBP_H_XHCI,
 	0
 };
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I33d92a173055ea18b8675c720f01dd5bc77befa3
Gerrit-PatchSet: 5
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra at intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Balaji Manigandan <balaji.manigandan at intel.com>
Gerrit-Reviewer: Barnali Sarkar <barnali.sarkar at intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams at intel.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi at intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-Reviewer: dhaval v sharma <dhaval.v.sharma at intel.com>



More information about the coreboot-gerrit mailing list