summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/include/mach/debug-macro.S
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2011-06-07 10:02:55 -0500
committerArnd Bergmann <arnd@arndb.de>2011-10-31 14:14:00 +0100
commit220e6cf7b793d702596506a8c4bf1f4fd4040df1 (patch)
treeba9f94611ca71799e67a66555c5124a0be975920 /arch/arm/mach-highbank/include/mach/debug-macro.S
parent253d7addbcb06acc90eb722f122d32a6ccbf67a7 (diff)
downloadop-kernel-dev-220e6cf7b793d702596506a8c4bf1f4fd4040df1.zip
op-kernel-dev-220e6cf7b793d702596506a8c4bf1f4fd4040df1.tar.gz
ARM: add Highbank core platform support
This adds basic support for the Calxeda Highbank platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-highbank/include/mach/debug-macro.S')
-rw-r--r--arch/arm/mach-highbank/include/mach/debug-macro.S19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/include/mach/debug-macro.S b/arch/arm/mach-highbank/include/mach/debug-macro.S
new file mode 100644
index 0000000..cb57fe5
--- /dev/null
+++ b/arch/arm/mach-highbank/include/mach/debug-macro.S
@@ -0,0 +1,19 @@
+/*
+ * Debugging macro include header
+ *
+ * Copyright (C) 1994-1999 Russell King
+ * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+ .macro addruart,rp,rv,tmp
+ movw \rv, #0x6000
+ movt \rv, #0xfee3
+ movw \rp, #0x6000
+ movt \rp, #0xfff3
+ .endm
+
+#include <asm/hardware/debug-pl01x.S>
OpenPOWER on IntegriCloud