soc/intel: Add Nova Lake device IDs
This patch adds Nova Lake specific device IDs to the header files and driver-specific code. Note: Device IDs D750h - D75Fh are intentionally omitted and will be added in a future patch once validation is complete. Reference: - Nova Lake External Design Specification (EDS) Volume 1 (#844316) BUG=none Change-Id: I00900c4f796b8bcc40f2bc09917172c71039c8a6 Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90748 Reviewed-by: Kim, Wonkyu <wonkyu.kim@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d19cb01129
commit
f650bf95ab
24 changed files with 214 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ static const struct device_operations pci_ish_device_ops = {
|
|||
};
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_NVL_ISHB,
|
||||
PCI_DID_INTEL_WCL_ISHB,
|
||||
PCI_DID_INTEL_PTL_H_ISHB,
|
||||
PCI_DID_INTEL_PTL_U_H_ISHB,
|
||||
|
|
|
|||
|
|
@ -626,6 +626,10 @@ static const struct device_operations pci_thc_device_ops = {
|
|||
};
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_NVL_THC0_1,
|
||||
PCI_DID_INTEL_NVL_THC0_2,
|
||||
PCI_DID_INTEL_NVL_THC1_1,
|
||||
PCI_DID_INTEL_NVL_THC1_2,
|
||||
PCI_DID_INTEL_MTL_THC0_SPI,
|
||||
PCI_DID_INTEL_MTL_THC1_SPI,
|
||||
PCI_DID_INTEL_PTL_U_H_THC0_I2C,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue