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:
Bora Guvendik 2026-01-13 12:28:25 -08:00 committed by Matt DeVillier
commit f650bf95ab
24 changed files with 214 additions and 0 deletions

View file

@ -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,

View file

@ -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,