audk/ArmPlatformPkg/ArmVExpressPkg/Library
Olivier Martin c357fd6a1f ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64
The System Memory region might be out of the 32-bit memory space.

This change has been validated on the FVP AArch64 model using 4GB
of DRAM at 0x8_0000_0000:

-  # System Memory (2GB)
-  gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
-  gArmTokenSpaceGuid.PcdSystemMemorySize|0x80000000
+  # System Memory (4GB)
+  gArmTokenSpaceGuid.PcdSystemMemoryBase|0x800000000
+  gArmTokenSpaceGuid.PcdSystemMemorySize|0x100000000

EFI Shell and Linux kernel boot successfully.

Note: This change has not been validated on AArch32. I expect some
early assembly code to not work.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>




git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15093 6f19259b-4bc3-4df7-8a09-765794883524
2014-01-10 11:27:31 +00:00
..
ArmVExpressLibCTA9x4 ArmPlatformPkg: Fix and Implement ArmPlatformGetPrimaryCoreMpId 2013-12-06 16:11:34 +00:00
ArmVExpressLibCTA15-A7 ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64 2014-01-10 11:27:31 +00:00
ArmVExpressLibRTSM ArmPlatformPkg: Fix and Implement ArmPlatformGetPrimaryCoreMpId 2013-12-06 16:11:34 +00:00
ArmVExpressSecLibCTA9x4 ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed the initial secondary core bringup when remapping DRAM at 0x0 2013-11-28 21:38:32 +00:00
ArmVExpressSecLibRTSM ArmPlatformPkg: Added initial support for the FVP Base and Foundation Models 2013-11-05 18:10:36 +00:00
ArmVExpressSysConfigLib ARM Packages: Fixed line endings 2013-01-25 11:28:06 +00:00
HdLcdArmVExpressLib ARM Packages: Fixed line endings 2013-01-25 11:28:06 +00:00
NorFlashArmVExpressLib ARM Packages: Fixed line endings 2013-01-25 11:28:06 +00:00
PL111LcdArmVExpressLib ArmPlatformPkg/ArmVExpressPkg: Add System ID of FVP models to VE LCD driver. 2013-08-19 17:35:18 +00:00
ResetSystemLib ArmPlatformPkg/ArmVExpressPkg: Added 'EfiResetPlatformSpecific' to ResetSystemLib 2013-08-21 14:45:02 +00:00