summaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/mach-common/bits/core.h
diff options
context:
space:
mode:
authorRobin Getz <robin.getz@analog.com>2009-12-21 16:35:48 -0500
committerMike Frysinger <vapier@gentoo.org>2010-01-17 20:36:09 -0500
commitf19fd87e9387282b5abbfdafe46ac272320643d8 (patch)
tree853df8844855d7025a271f01abb45eb4d1c24fa1 /include/asm-blackfin/mach-common/bits/core.h
parent3869453f659c22396fecb7c8ed7af909e89f461c (diff)
downloadtalos-obmc-uboot-f19fd87e9387282b5abbfdafe46ac272320643d8.tar.gz
talos-obmc-uboot-f19fd87e9387282b5abbfdafe46ac272320643d8.zip
Blackfin: add support for kgdb
Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/asm-blackfin/mach-common/bits/core.h')
-rw-r--r--include/asm-blackfin/mach-common/bits/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-blackfin/mach-common/bits/core.h b/include/asm-blackfin/mach-common/bits/core.h
index d8cee1032a..6db4f81826 100644
--- a/include/asm-blackfin/mach-common/bits/core.h
+++ b/include/asm-blackfin/mach-common/bits/core.h
@@ -105,5 +105,8 @@
#define SSSTEP 0x00000001 /* Supervisor Single Step */
#define CCEN 0x00000002 /* Cycle Counter Enable */
#define SNEN 0x00000004 /* Self-Nesting Interrupt Enable */
+#define SYSCFG_SSSTEP_P 0
+#define SYSCFG_CCEN_P 1
+#define SYSCFG_SCEN_P 2
#endif
OpenPOWER on IntegriCloud