device/pci_ids: Add Raptor Lake P root port ID
Add Raptor Lake P specific PCIe root port ID. Based on intel document 640552 rev 2.81. BUG=NA TEST=Customer platform with Raptorlake-P Change-Id: Ifa7c131b5ae47294c055b9e68dad2764607c032b Signed-off-by: Harrie Paijmans <hpaijmans@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87244 Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
This commit is contained in:
parent
b46c6ec181
commit
2f28ec300e
2 changed files with 2 additions and 0 deletions
|
|
@ -3607,6 +3607,7 @@
|
||||||
#define PCI_DID_INTEL_RPL_P_PCIE_RP1 0xa74d
|
#define PCI_DID_INTEL_RPL_P_PCIE_RP1 0xa74d
|
||||||
#define PCI_DID_INTEL_RPL_P_PCIE_RP2 0xa70d
|
#define PCI_DID_INTEL_RPL_P_PCIE_RP2 0xa70d
|
||||||
#define PCI_DID_INTEL_RPL_P_PCIE_RP3 0xa72d
|
#define PCI_DID_INTEL_RPL_P_PCIE_RP3 0xa72d
|
||||||
|
#define PCI_DID_INTEL_RPL_P_PCIE_RP4 0xa73d
|
||||||
|
|
||||||
#define PCI_DID_INTEL_LNL_PCIE_RP1 0xa838
|
#define PCI_DID_INTEL_LNL_PCIE_RP1 0xa838
|
||||||
#define PCI_DID_INTEL_LNL_PCIE_RP2 0xa839
|
#define PCI_DID_INTEL_LNL_PCIE_RP2 0xa839
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,7 @@ static const unsigned short pcie_device_ids[] = {
|
||||||
PCI_DID_INTEL_RPL_P_PCIE_RP1,
|
PCI_DID_INTEL_RPL_P_PCIE_RP1,
|
||||||
PCI_DID_INTEL_RPL_P_PCIE_RP2,
|
PCI_DID_INTEL_RPL_P_PCIE_RP2,
|
||||||
PCI_DID_INTEL_RPL_P_PCIE_RP3,
|
PCI_DID_INTEL_RPL_P_PCIE_RP3,
|
||||||
|
PCI_DID_INTEL_RPL_P_PCIE_RP4,
|
||||||
PCI_DID_INTEL_MTL_SOC_PCIE_RP1,
|
PCI_DID_INTEL_MTL_SOC_PCIE_RP1,
|
||||||
PCI_DID_INTEL_MTL_SOC_PCIE_RP2,
|
PCI_DID_INTEL_MTL_SOC_PCIE_RP2,
|
||||||
PCI_DID_INTEL_MTL_SOC_PCIE_RP3,
|
PCI_DID_INTEL_MTL_SOC_PCIE_RP3,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue