sb/ibexpeak: Use macros instead of hard-coded IDs
This patch replaces hard-coded PCI IDs with macros from pci_ids.h and adds the related IDs to it. The resulting binary doesn't differ from the one without this patch. Used documents: - Intel 322170 Change-Id: I3326f142d483f5008fb2ac878f30c1a3a72f500f Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37116 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Michael Niewöhner
This commit is contained in:
@@ -2715,6 +2715,19 @@
|
||||
#define PCI_DEVICE_ID_INTEL_DENVERTON_SPI 0x19e0
|
||||
#define PCI_DEVICE_ID_INTEL_DENVERTON_TRACEHUB 0x19e1
|
||||
|
||||
/* Intel Ibex Peak (5 Series Chipset and 3400 Series Chipset) */
|
||||
#define PCI_DID_INTEL_IBEXPEAK_LPC_QM57 0x3b07
|
||||
#define PCI_DID_INTEL_IBEXPEAK_LPC_HM55 0x3b09
|
||||
#define PCI_DID_INTEL_IBEXPEAK_MOBILE_SATA_IDE_1 0x3b28
|
||||
#define PCI_DID_INTEL_IBEXPEAK_MOBILE_SATA_AHCI 0x3b29
|
||||
#define PCI_DID_INTEL_IBEXPEAK_MOBILE_SATA_IDE_2 0x3b2e
|
||||
#define PCI_DID_INTEL_IBEXPEAK_EHCI_1 0x3b34
|
||||
#define PCI_DID_INTEL_IBEXPEAK_EHCI_2 0x3b3c
|
||||
#define PCI_DID_INTEL_IBEXPEAK_SMBUS 0x3b30
|
||||
#define PCI_DID_INTEL_IBEXPEAK_AUDIO 0x3b56
|
||||
#define PCI_DID_INTEL_IBEXPEAK_HECI1 0x3b64
|
||||
#define PCI_DID_INTEL_IBEXPEAK_THERMAL 0x3b32
|
||||
|
||||
/* Intel LPC device ids */
|
||||
#define PCI_DEVICE_ID_INTEL_LPT_MOBILE_SAMPLE 0x8c41
|
||||
#define PCI_DEVICE_ID_INTEL_LPT_DESKTOP_SAMPLE 0x8c42
|
||||
|
Reference in New Issue
Block a user