aboutsummaryrefslogtreecommitdiff
path: root/util/inteltool/inteltool.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-01-08 15:27:18 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-01-08 20:41:09 +0100
commit4b7b320ff80c1047503e26fd387ba3d8acd996d9 (patch)
treedaa7bb7ada2b05b9204f73a62db4d37370fd9010 /util/inteltool/inteltool.h
parentf91cf9f1eabcac18609806ac99162ebfd8f1e3d0 (diff)
inteltool: Add support for dumping AMB registers
Change-Id: I98615725afdb315caa67b2226224e3eb2a0e4393 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/525 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r--util/inteltool/inteltool.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index 1bfb3d1bf4..c3fa365f4a 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -85,6 +85,11 @@
#define PCI_DEVICE_ID_INTEL_SCH_POULSBO 0x8100
#define PCI_DEVICE_ID_INTEL_ATOM_DXXX 0xa000
#define PCI_DEVICE_ID_INTEL_I63XX 0x2670
+
+#define PCI_DEVICE_ID_INTEL_I5000X 0x25d0
+#define PCI_DEVICE_ID_INTEL_I5000Z 0x25d4
+#define PCI_DEVICE_ID_INTEL_I5000P 0x25d8
+
/* untested, but almost identical to D-series */
#define PCI_DEVICE_ID_INTEL_ATOM_NXXX 0xa010
@@ -125,3 +130,4 @@ int print_gpios(struct pci_dev *sb);
int print_epbar(struct pci_dev *nb);
int print_dmibar(struct pci_dev *nb);
int print_pciexbar(struct pci_dev *nb);
+int print_ambs(struct pci_dev *nb, struct pci_access *pacc);