diff options
author | Thomas Jourdan <thomas.jourdan@gmail.com> | 2009-07-01 17:01:17 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-07-01 17:01:17 +0000 |
commit | 1a692d817650068e2125036d25bbaf2f3e9ec876 (patch) | |
tree | 76d51c38f3f85a0a121a7f7bfa82db1deab3ed96 /src/include/device | |
parent | 6c96517a132ce26f906c8e38e19ebaab8b736e9a (diff) | |
download | coreboot-1a692d817650068e2125036d25bbaf2f3e9ec876.tar.xz |
Add support for the Intel Eagle Heights development board.
Signed-off-by: Thomas Jourdan <thomas.jourdan@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4392 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 8e65d7b0fb..328e3d5e80 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2395,6 +2395,10 @@ #define PCI_DEVICE_ID_INTEL_3100_MC 0x35b0 #define PCI_DEVICE_ID_INTEL_3100_PCIE_PA0 0x35b6 #define PCI_DEVICE_ID_INTEL_3100_PCIE_PA1 0x35b7 +#define PCI_DEVICE_ID_INTEL_3100_PCIE_PB0 0x2690 +#define PCI_DEVICE_ID_INTEL_3100_PCIE_PB1 0x2692 +#define PCI_DEVICE_ID_INTEL_3100_PCIE_PB2 0x2694 +#define PCI_DEVICE_ID_INTEL_3100_PCIE_PB3 0x2696 /* Intel EP80579 */ #define PCI_DEVICE_ID_INTEL_EP80579_LPC 0x5031 |