From: Chander Sudanthi Date: Thu, 10 May 2012 23:04:28 +0000 (-0500) Subject: ARM: EMM board address range fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=200689c53ff70af0d5c17d1a3ba3c0db7d19e243;p=gem5.git ARM: EMM board address range fix 0x40000000 is reservered for external AXI addresses. This address range is not used currently. Removed the range from the bridge. --- diff --git a/src/dev/arm/RealView.py b/src/dev/arm/RealView.py index 973a2cd52..98cf9b040 100644 --- a/src/dev/arm/RealView.py +++ b/src/dev/arm/RealView.py @@ -470,7 +470,6 @@ 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')]