aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/config.h
diff options
context:
space:
mode:
authorTim Deegan <tim@xen.org>2012-03-13 15:10:57 +0000
committerTim Deegan <tim@xen.org>2012-03-13 15:10:57 +0000
commit2d311889b532a822e1c68d9fb488910700ae17dd (patch)
tree0e67b57ca6b0404f614c2360f89f37c055e71941 /xen/include/asm-arm/config.h
parent5e40a1b4351e7f6460ed065585ad56a19c488a51 (diff)
downloadxen-2d311889b532a822e1c68d9fb488910700ae17dd.tar.gz
xen-2d311889b532a822e1c68d9fb488910700ae17dd.tar.bz2
xen-2d311889b532a822e1c68d9fb488910700ae17dd.zip
arm: Shutdown and reboot
Reboot runes grabbed from linux's SP810 reset function. Doesn't seem to work on the model, though. Signed-off-by: Tim Deegan <tim@xen.org> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm/config.h')
-rw-r--r--xen/include/asm-arm/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
index c2ab0a21a2..1e4f108f9e 100644
--- a/xen/include/asm-arm/config.h
+++ b/xen/include/asm-arm/config.h
@@ -119,6 +119,9 @@ extern unsigned long frametable_virt_end;
#define GIC_CR_OFFSET 0x2000
#define GIC_HR_OFFSET 0x4000 /* Guess work http://lists.infradead.org/pipermail/linux-arm-kernel/2011-September/064219.html */
#define GIC_VR_OFFSET 0x6000 /* Virtual Machine CPU interface) */
+/* Board-specific: base address of system controller */
+#define SP810_ADDRESS 0x1C020000
+
#endif /* __ARM_CONFIG_H__ */
/*