Revision: 15168
          http://sourceforge.net/p/edk2/code/15168
Author:   oliviermartin
Date:     2014-01-23 01:01:08 +0000 (Thu, 23 Jan 2014)
Log Message:
-----------
ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Move UEFI image above the first 128MB 
of DRAM

Linux and its DTB required to be loaded in the first 128MB of the system memory.
Moving UEFI firmware above this limit ensures some XIP runtime code (part of the
UEFI firmware) are not overwritten when loading Linux kernel.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf

Modified: trunk/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf
===================================================================
--- trunk/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf   
2014-01-23 00:59:08 UTC (rev 15167)
+++ trunk/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf   
2014-01-23 01:01:08 UTC (rev 15168)
@@ -25,7 +25,7 @@
 
################################################################################
 
 [FD.ARM_VEXPRESS_CTA15A7_EFI]
-BaseAddress   = 0x81000000|gArmTokenSpaceGuid.PcdFdBaseAddress  # The base 
address of the Firmware in remapped DRAM.
+BaseAddress   = 0xB0000000|gArmTokenSpaceGuid.PcdFdBaseAddress  # The base 
address of the Firmware in remapped DRAM.
 Size          = 0x000B0000|gArmTokenSpaceGuid.PcdFdSize         # The size in 
bytes of the FLASH Device
 ErasePolarity = 1
 BlockSize     = 0x00001000
@@ -138,7 +138,7 @@
   INF ArmPlatformPkg/Bds/Bds.inf
 
 [FV.FVMAIN_COMPACT]
-FvBaseAddress      = 0x81000000
+FvBaseAddress      = 0xB0000000
 FvForceRebase      = TRUE
 FvAlignment        = 8
 ERASE_POLARITY     = 1

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to