ARM: Fix address range issue with VExpress EMM stable_2012_06_28
authorAli Saidi <Ali.Saidi@ARM.com>
Wed, 27 Jun 2012 23:23:02 +0000 (19:23 -0400)
committerAli Saidi <Ali.Saidi@ARM.com>
Wed, 27 Jun 2012 23:23:02 +0000 (19:23 -0400)
src/dev/arm/RealView.py

index 62aeceb1a54247fb2fc13b6b4e8aa53316852594..967267197d7a4674dd0a37c5b1552c07d6a67397 100644 (file)
@@ -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')]