Force coreboot mconf to create temp files in the output directory
[coreboot.git] / util / inteltool / inteltool.h
index cac1c272abcee2572677f8e567d5b3686aef77b4..c3fa365f4acc7d1b308f6e6dde2161fecdf3e6ed 100644 (file)
@@ -24,7 +24,7 @@
 #include <sys/io.h>
 #endif
 #if (defined(__MACH__) && defined(__APPLE__))
-/* DirectHW is available here: http://www.coresystems.de/en/directhw */
+/* DirectHW is available here: http://www.coreboot.org/DirectHW */
 #define __DARWIN__
 #include <DirectHW/DirectHW.h>
 #endif
 #define PCI_DEVICE_ID_INTEL_82Q35              0x29b0
 #define PCI_DEVICE_ID_INTEL_82G33              0x29c0
 #define PCI_DEVICE_ID_INTEL_82Q33              0x29d0
+#define PCI_DEVICE_ID_INTEL_X44                0x29e0
+#define PCI_DEVICE_ID_INTEL_32X0               0x29f0
 #define PCI_DEVICE_ID_INTEL_GS45               0x2a40
 #define PCI_DEVICE_ID_INTEL_X58                        0x3405
 #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
@@ -123,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);