summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2012-06-27 19:23:02 -0400
committerAli Saidi <Ali.Saidi@ARM.com>2012-06-27 19:23:02 -0400
commitc51fc5ceffd19c62c2895fb3444a532e9fe0f3ca (patch)
treec1d1d8c9a55c1b3bc08bb730a407437375531e25
parentc64731af61a2d1b0917e7f09f2ed40569b8c19b6 (diff)
downloadgem5-c51fc5ceffd19c62c2895fb3444a532e9fe0f3ca.tar.xz
ARM: Fix address range issue with VExpress EMM
-rw-r--r--src/dev/arm/RealView.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/arm/RealView.py b/src/dev/arm/RealView.py
index 62aeceb1a..967267197 100644
--- a/src/dev/arm/RealView.py
+++ b/src/dev/arm/RealView.py
@@ -375,6 +375,7 @@ class VExpress_EMM(RealView):
# (gic, a9scu)
bridge.ranges = [AddrRange(0x2F000000, size='16MB'),
AddrRange(0x30000000, size='256MB'),
+ AddrRange(0x40000000, size='512MB'),
AddrRange(0x18000000, size='64MB'),
AddrRange(0x1C000000, size='64MB')]