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
This commit is contained in:
Myles Watson
2009-11-05 21:02:35 +00:00
parent eb81a5b5fc
commit be10190b7b
3 changed files with 281 additions and 0 deletions

View File

@@ -8,4 +8,6 @@
#include "amdk8_pre_f.h"
#endif
void showallroutes(int level, device_t dev);
#endif /* AMDK8_H */