From 5a78d29cb83521617eac4e819a81f981110de7b1 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Thu, 23 Jan 2014 01:01:08 +0000 Subject: 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 git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15168 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf index 3454e2bcd1..bcabb84f66 100644 --- a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf +++ b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf @@ -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 @@ READ_LOCK_STATUS = TRUE INF ArmPlatformPkg/Bds/Bds.inf [FV.FVMAIN_COMPACT] -FvBaseAddress = 0x81000000 +FvBaseAddress = 0xB0000000 FvForceRebase = TRUE FvAlignment = 8 ERASE_POLARITY = 1 -- cgit v1.2.3