From 5a86707417689edb20b163b5a469d9848de2506e Mon Sep 17 00:00:00 2001 From: Ashish Kumar Mishra Date: Mon, 13 May 2024 14:55:35 +0530 Subject: soc/intel/common: Add RPL tracehub support Add PCI ID for RPL tracehub and update the PCI ID in the pci_device_ids[] in tracehub.c. Reference: Raptor Lake External Design Specification Volume 1 (640555) BUG=None TEST=Verified on brox Change-Id: I5d5c6c8ff44bcb5a7bbbd3e27a1577c169ecd6a9 Signed-off-by: Ashish Kumar Mishra Reviewed-on: https://review.coreboot.org/c/coreboot/+/82415 Tested-by: build bot (Jenkins) Reviewed-by: Karthik Ramasubramanian --- src/soc/intel/common/block/tracehub/tracehub.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel') diff --git a/src/soc/intel/common/block/tracehub/tracehub.c b/src/soc/intel/common/block/tracehub/tracehub.c index 4faa9ebc91..480e9efe0f 100644 --- a/src/soc/intel/common/block/tracehub/tracehub.c +++ b/src/soc/intel/common/block/tracehub/tracehub.c @@ -43,6 +43,7 @@ static struct device_operations dev_ops = { static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_MTL_TRACEHUB, + PCI_DID_INTEL_RPL_TRACEHUB, 0 }; -- cgit v1.2.3