aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7505/debug.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-04-18 21:13:33 +0300
committerPatrick Georgi <patrick@georgi-clan.de>2012-04-21 09:39:27 +0200
commit93b4ed91f6b1027c370da9bdd6d86664dcda671b (patch)
tree2179e83c8bd8e3c6c361331af75275aa4dc45e00 /src/northbridge/intel/e7505/debug.h
parent97c064f0346874dcf02d4b2700a7e7c7913b24c9 (diff)
Intel e7505: build as separate object file
No longer include northbridge files directly in the source for mainboard romstage.c and fix includes. Also make required adjustments to function declarations. Change-Id: Iafdcc0766ed44c64cc628e5935eef2c6372f5f22 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/906 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/northbridge/intel/e7505/debug.h')
-rw-r--r--src/northbridge/intel/e7505/debug.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/northbridge/intel/e7505/debug.h b/src/northbridge/intel/e7505/debug.h
new file mode 100644
index 0000000000..a517fc0c2d
--- /dev/null
+++ b/src/northbridge/intel/e7505/debug.h
@@ -0,0 +1,15 @@
+#ifndef E7505_DEBUG_H
+#define E7505_DEBUG_H
+
+void print_debug_pci_dev(unsigned dev);
+void print_pci_devices(void);
+void dump_pci_device(unsigned dev);
+void dump_pci_devices(void);
+void dump_pci_devices_on_bus(unsigned busn);
+void dump_spd_registers(const struct mem_controller *ctrl);
+void dump_smbus_registers(void);
+void dump_io_resources(unsigned port);
+void dump_mem(unsigned start, unsigned end);
+
+#endif
+