aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/Makefile.inc
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-11-05 21:02:35 +0000
committerMyles Watson <mylesgw@gmail.com>2009-11-05 21:02:35 +0000
commitbe10190b7b8f1c85d89af17c5139124cf4c95882 (patch)
treed1f3a1bb9f81d2af86acfc73101154d176b5c129 /src/northbridge/amd/amdk8/Makefile.inc
parenteb81a5b5fc088ec8503318f12e1e320ef89cf939 (diff)
Add debugging utility file for dumping routing registers on K8.
Ported from Ron's code in v3. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4919 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdk8/Makefile.inc')
-rw-r--r--src/northbridge/amd/amdk8/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/Makefile.inc b/src/northbridge/amd/amdk8/Makefile.inc
index 9053404776..1a8631ddb9 100644
--- a/src/northbridge/amd/amdk8/Makefile.inc
+++ b/src/northbridge/amd/amdk8/Makefile.inc
@@ -3,6 +3,10 @@ driver-y += misc_control.o
obj-y += get_sblk_pci1234.o
obj-$(CONFIG_GENERATE_ACPI_TABLES) += amdk8_acpi.o
+# Enable this if you want to check the values of the PCI routing registers.
+# Call show_all_routes() anywhere amdk8.h is included.
+#obj-y += util.o
+
# Not sure what to do with these yet. How did raminit_test even work?
# Should be a target in -y form.
#if CONFIG_K8_REV_F_SUPPORT