From c10e2fa624ab86017195089554ff3f85c75a5d1a Mon Sep 17 00:00:00 2001
From: Eugene Cohen <eugene@hp.com>
Date: Sat, 16 May 2015 08:19:04 -0600
Subject: [PATCH 1/3] adjust FVP system memory PCD to use normal memory at 0x880000000

---
 ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc
index bfdc96b..9022e1e 100644
--- a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc
+++ b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc
@@ -119,9 +119,9 @@
   gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize|0x1000
 
-  # System Memory (2GB - 16MB of Trusted DRAM at the top of the 32bit address space)
-  gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
-  gArmTokenSpaceGuid.PcdSystemMemorySize|0x7F000000
+  # System Memory (2GB of memory starting at 0x880000000)
+  gArmTokenSpaceGuid.PcdSystemMemoryBase|0x880000000
+  gArmTokenSpaceGuid.PcdSystemMemorySize|0x80000000
 
   # Size of the region used by UEFI in permanent memory (Reserved 64MB)
   gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
-- 
1.9.5.msysgit.0

