summaryrefslogtreecommitdiffstats
path: root/src/include/device
diff options
context:
space:
mode:
authorJeff Daly <jeffd@silicom-usa.com>2022-01-06 16:32:11 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-01-17 15:50:52 +0000
commit2a81cab066e72f18fa269c505b417036a1091ea4 (patch)
treec85ac704c3ca4f89020bd7e504b4e211df6aea8c /src/include/device
parent805956bce30090ea8c047f3a5c102f38c47388ee (diff)
downloadcoreboot-2a81cab066e72f18fa269c505b417036a1091ea4.tar.gz
coreboot-2a81cab066e72f18fa269c505b417036a1091ea4.tar.bz2
coreboot-2a81cab066e72f18fa269c505b417036a1091ea4.zip
pci_ids.h: Make Denverton IDs consistent with other Intel SoCs
Align Denverton PCI ID define names with other Intel SoCs. Also, update the names in SoC code accordingly. Signed-off-by: Jeff Daly <jeffd@silicom-usa.com> Change-Id: Id4b4d971ef8f4b3ec5920209d345edbbcfae4dec Reviewed-on: https://review.coreboot.org/c/coreboot/+/60879 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/device')
-rw-r--r--src/include/device/pci_ids.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index ffcccff92853..f01fa303a207 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2755,38 +2755,38 @@
#define PCI_DEVICE_ID_INTEL_PCIE_PC 0x3599
/* Intel Denverton (Atom C3000 family) */
-#define PCI_DEVICE_ID_INTEL_DENVERTON_SA 0x1980
-#define PCI_DEVICE_ID_INTEL_DENVERTONAD_SA 0x1995
-#define PCI_DEVICE_ID_INTEL_DENVERTON_PCIE_RP0 0x19a4
-#define PCI_DEVICE_ID_INTEL_DENVERTON_PCIE_RP1 0x19a5
-#define PCI_DEVICE_ID_INTEL_DENVERTON_PCIE_RP2 0x19a6
-#define PCI_DEVICE_ID_INTEL_DENVERTON_PCIE_RP3 0x19a7
-#define PCI_DEVICE_ID_INTEL_DENVERTON_PCIE_RP4 0x19a8
-#define PCI_DEVICE_ID_INTEL_DENVERTON_PCIE_RP5 0x19a9
-#define PCI_DEVICE_ID_INTEL_DENVERTON_PCIE_RP6 0x19aa
-#define PCI_DEVICE_ID_INTEL_DENVERTON_PCIE_RP7 0x19ab
-#define PCI_DEVICE_ID_INTEL_DENVERTON_SMBUS 0x19ac
-#define PCI_DEVICE_ID_INTEL_DENVERTON_SATA_AHCI_1 0x19b2
-#define PCI_DEVICE_ID_INTEL_DENVERTON_SATA_AHCI_2 0x19c2
-#define PCI_DEVICE_ID_INTEL_DENVERTON_XHCI 0x19d0
-#define PCI_DEVICE_ID_INTEL_DENVERTON_LAN_1 0x19d1
-#define PCI_DEVICE_ID_INTEL_DENVERTON_LAN_2 0x19d2
-#define PCI_DEVICE_ID_INTEL_DENVERTON_ME_HECI_1 0x19d3
-#define PCI_DEVICE_ID_INTEL_DENVERTON_ME_HECI_2 0x19d4
-#define PCI_DEVICE_ID_INTEL_DENVERTON_ME_KT 0x19d5
-#define PCI_DEVICE_ID_INTEL_DENVERTON_ME_HECI_3 0x19d6
-#define PCI_DEVICE_ID_INTEL_DENVERTON_HSUART 0x19d8
-#define PCI_DEVICE_ID_INTEL_DENVERTON_IE_HECI_1 0x19e5
-#define PCI_DEVICE_ID_INTEL_DENVERTON_IE_HECI_2 0x19e6
-#define PCI_DEVICE_ID_INTEL_DENVERTON_IE_KT 0x19e8
-#define PCI_DEVICE_ID_INTEL_DENVERTON_IE_HECI_3 0x19e9
-#define PCI_DEVICE_ID_INTEL_DENVERTON_EMMC 0x19db
-#define PCI_DEVICE_ID_INTEL_DENVERTON_LPC 0x19dc
-#define PCI_DEVICE_ID_INTEL_DENVERTON_P2SB 0x19dd
-#define PCI_DEVICE_ID_INTEL_DENVERTON_PMC 0x19de
-#define PCI_DEVICE_ID_INTEL_DENVERTON_SMBUS_LEGACY 0x19df
-#define PCI_DEVICE_ID_INTEL_DENVERTON_SPI 0x19e0
-#define PCI_DEVICE_ID_INTEL_DENVERTON_TRACEHUB 0x19e1
+#define PCI_DEVICE_ID_INTEL_DNV_SA 0x1980
+#define PCI_DEVICE_ID_INTEL_DNVAD_SA 0x1995
+#define PCI_DEVICE_ID_INTEL_DNV_PCIE_RP0 0x19a4
+#define PCI_DEVICE_ID_INTEL_DNV_PCIE_RP1 0x19a5
+#define PCI_DEVICE_ID_INTEL_DNV_PCIE_RP2 0x19a6
+#define PCI_DEVICE_ID_INTEL_DNV_PCIE_RP3 0x19a7
+#define PCI_DEVICE_ID_INTEL_DNV_PCIE_RP4 0x19a8
+#define PCI_DEVICE_ID_INTEL_DNV_PCIE_RP5 0x19a9
+#define PCI_DEVICE_ID_INTEL_DNV_PCIE_RP6 0x19aa
+#define PCI_DEVICE_ID_INTEL_DNV_PCIE_RP7 0x19ab
+#define PCI_DEVICE_ID_INTEL_DNV_SMBUS 0x19ac
+#define PCI_DEVICE_ID_INTEL_DNV_SATA_AHCI_1 0x19b2
+#define PCI_DEVICE_ID_INTEL_DNV_SATA_AHCI_2 0x19c2
+#define PCI_DEVICE_ID_INTEL_DNV_XHCI 0x19d0
+#define PCI_DEVICE_ID_INTEL_DNV_LAN_1 0x19d1
+#define PCI_DEVICE_ID_INTEL_DNV_LAN_2 0x19d2
+#define PCI_DEVICE_ID_INTEL_DNV_ME_HECI_1 0x19d3
+#define PCI_DEVICE_ID_INTEL_DNV_ME_HECI_2 0x19d4
+#define PCI_DEVICE_ID_INTEL_DNV_ME_KT 0x19d5
+#define PCI_DEVICE_ID_INTEL_DNV_ME_HECI_3 0x19d6
+#define PCI_DEVICE_ID_INTEL_DNV_HSUART 0x19d8
+#define PCI_DEVICE_ID_INTEL_DNV_IE_HECI_1 0x19e5
+#define PCI_DEVICE_ID_INTEL_DNV_IE_HECI_2 0x19e6
+#define PCI_DEVICE_ID_INTEL_DNV_IE_KT 0x19e8
+#define PCI_DEVICE_ID_INTEL_DNV_IE_HECI_3 0x19e9
+#define PCI_DEVICE_ID_INTEL_DNV_EMMC 0x19db
+#define PCI_DEVICE_ID_INTEL_DNV_LPC 0x19dc
+#define PCI_DEVICE_ID_INTEL_DNV_P2SB 0x19dd
+#define PCI_DEVICE_ID_INTEL_DNV_PMC 0x19de
+#define PCI_DEVICE_ID_INTEL_DNV_SMBUS_LEGACY 0x19df
+#define PCI_DEVICE_ID_INTEL_DNV_SPI 0x19e0
+#define PCI_DEVICE_ID_INTEL_DNV_TRACEHUB 0x19e1
/* Intel Ibex Peak (5 Series Chipset and 3400 Series Chipset) */
#define PCI_DID_INTEL_IBEXPEAK_LPC_P55 0x3b02