aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm
diff options
context:
space:
mode:
authorChen Baozi <baozich@gmail.com>2013-08-15 21:19:48 +0800
committerIan Campbell <ian.campbell@citrix.com>2013-08-22 13:26:49 +0100
commit7f4f85a70d645bff93230ab86c0276a5eb67c3bc (patch)
tree52997023d8c62e06e7c1ec22a9f8e94aec59e503 /xen/include/asm-arm
parent7f2b22e9b3975650f81aa6c6d82bc716a3331fc7 (diff)
downloadxen-7f4f85a70d645bff93230ab86c0276a5eb67c3bc.tar.gz
xen-7f4f85a70d645bff93230ab86c0276a5eb67c3bc.tar.bz2
xen-7f4f85a70d645bff93230ab86c0276a5eb67c3bc.zip
xen/arm: Specific mapping for dom0 on OMAP5 platform
Signed-off-by: Chen Baozi <baozich@gmail.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm')
-rw-r--r--xen/include/asm-arm/platforms/omap5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xen/include/asm-arm/platforms/omap5.h b/xen/include/asm-arm/platforms/omap5.h
index 092f340fed..dd8c6ca733 100644
--- a/xen/include/asm-arm/platforms/omap5.h
+++ b/xen/include/asm-arm/platforms/omap5.h
@@ -13,6 +13,10 @@
#define OMAP5_CM_CLKSEL_SYS 0x10
#define SYS_CLKSEL_MASK 0xfffffff8
+#define OMAP5_PRCM_MPU_BASE 0x48243000
+#define OMAP5_WKUPGEN_BASE 0x48281000
+#define OMAP5_SRAM_PA 0x40300000
+
#endif /* __ASM_ARM_PLATFORMS_OMAP5_H */
/*