sb/intel/lynxpoint: Add PCI DIDs for 9 series PCHs
The desktop 9 series PCHs should be the same as the 8 series PCHs. Change-Id: Iee93fee4f28b88a72c537944159fb7cbb2796235 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68187 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
committed by
Lean Sheng Tan
parent
05df1084ed
commit
434d7d4582
@@ -122,6 +122,7 @@ static struct device_operations azalia_ops = {
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_LPT_H_AUDIO,
|
||||
PCI_DID_INTEL_LPT_H_AUDIO_9,
|
||||
PCI_DID_INTEL_LPT_LP_AUDIO,
|
||||
0
|
||||
};
|
||||
|
@@ -834,6 +834,11 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_LPT_LP_PREMIUM,
|
||||
PCI_DID_INTEL_LPT_LP_MAINSTREAM,
|
||||
PCI_DID_INTEL_LPT_LP_VALUE,
|
||||
PCI_DID_INTEL_LPT_MOBILE_SAMPLE_9,
|
||||
PCI_DID_INTEL_LPT_DESKTOP_SAMPLE_9,
|
||||
PCI_DID_INTEL_LPT_HM97,
|
||||
PCI_DID_INTEL_LPT_Z97,
|
||||
PCI_DID_INTEL_LPT_H97,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -923,6 +923,7 @@ static struct device_operations device_ops = {
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_LPT_H_MEI,
|
||||
PCI_DID_INTEL_LPT_H_MEI_9,
|
||||
PCI_DID_INTEL_LPT_LP_MEI,
|
||||
0
|
||||
};
|
||||
|
@@ -231,6 +231,18 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_LPT_H_MOBILE_SATA_RAID_PREM,
|
||||
PCI_DID_INTEL_LPT_H_MOBILE_SATA_IDE_P45,
|
||||
PCI_DID_INTEL_LPT_H_MOBILE_SATA_RAID_2,
|
||||
PCI_DID_INTEL_LPT_H_DESKTOP_SATA_IDE_9,
|
||||
PCI_DID_INTEL_LPT_H_DESKTOP_SATA_AHCI_9,
|
||||
PCI_DID_INTEL_LPT_H_DESKTOP_SATA_RAID_1_9,
|
||||
PCI_DID_INTEL_LPT_H_DESKTOP_SATA_RAID_PREM_9,
|
||||
PCI_DID_INTEL_LPT_H_DESKTOP_SATA_IDE_P45_9,
|
||||
PCI_DID_INTEL_LPT_H_DESKTOP_SATA_RAID_2_9,
|
||||
PCI_DID_INTEL_LPT_H_MOBILE_SATA_IDE_9,
|
||||
PCI_DID_INTEL_LPT_H_MOBILE_SATA_AHCI_9,
|
||||
PCI_DID_INTEL_LPT_H_MOBILE_SATA_RAID_1_9,
|
||||
PCI_DID_INTEL_LPT_H_MOBILE_SATA_RAID_PREM_9,
|
||||
PCI_DID_INTEL_LPT_H_MOBILE_SATA_IDE_P45_9,
|
||||
PCI_DID_INTEL_LPT_H_MOBILE_SATA_RAID_2_9,
|
||||
PCI_DID_INTEL_LPT_LP_SATA_AHCI,
|
||||
PCI_DID_INTEL_LPT_LP_SATA_RAID_1,
|
||||
PCI_DID_INTEL_LPT_LP_SATA_RAID_PREM,
|
||||
|
@@ -35,6 +35,7 @@ static struct device_operations smbus_ops = {
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_LPT_H_SMBUS,
|
||||
PCI_DID_INTEL_LPT_H_SMBUS_9,
|
||||
PCI_DID_INTEL_LPT_LP_SMBUS,
|
||||
PCI_DID_INTEL_WPT_LP_SMBUS,
|
||||
0
|
||||
|
@@ -173,6 +173,8 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_LPT_LP_EHCI,
|
||||
PCI_DID_INTEL_LPT_H_EHCI_1,
|
||||
PCI_DID_INTEL_LPT_H_EHCI_2,
|
||||
PCI_DID_INTEL_LPT_H_EHCI_1_9,
|
||||
PCI_DID_INTEL_LPT_H_EHCI_2_9,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -343,6 +343,7 @@ static struct device_operations usb_xhci_ops = {
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_LPT_H_XHCI,
|
||||
PCI_DID_INTEL_LPT_H_XHCI_9,
|
||||
PCI_DID_INTEL_LPT_LP_XHCI,
|
||||
0
|
||||
};
|
||||
|
Reference in New Issue
Block a user