From: Ali Saidi Date: Wed, 27 Jun 2012 23:23:02 +0000 (-0400) Subject: ARM: Fix address range issue with VExpress EMM X-Git-Tag: stable_2012_06_28 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c51fc5ceffd19c62c2895fb3444a532e9fe0f3ca;p=gem5.git ARM: Fix address range issue with VExpress EMM --- 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')]