]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtualizationPkg: allow patchable PCD for FV and DT base addresses
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sat, 28 Feb 2015 20:31:18 +0000 (20:31 +0000)
committerlersek <lersek@Edk2>
Sat, 28 Feb 2015 20:31:18 +0000 (20:31 +0000)
Allow the use of patchable PCDs for gArmTokenSpaceGuid.PcdFvBaseAddress
and gArmVirtualizationTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress
by moving them from the [FixedPcd] to the [Pcd] section in the INF file of
PlatformPeiLib.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16963 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformPeiLib/PlatformPeiLib.inf

index 6675a1f91561d22c5ce1373093f918de8199fae6..4fe0cbae38126e74a4b05e4cce38da72f77e4627 100644 (file)
   FdtLib\r
 \r
 [FixedPcd]\r
   FdtLib\r
 \r
 [FixedPcd]\r
-  gArmTokenSpaceGuid.PcdFvBaseAddress\r
   gArmTokenSpaceGuid.PcdFvSize\r
   gArmTokenSpaceGuid.PcdFvSize\r
-  gArmVirtualizationTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress\r
   gArmVirtualizationTokenSpaceGuid.PcdDeviceTreeAllocationPadding\r
 \r
   gArmVirtualizationTokenSpaceGuid.PcdDeviceTreeAllocationPadding\r
 \r
+[Pcd]\r
+  gArmTokenSpaceGuid.PcdFvBaseAddress\r
+  gArmVirtualizationTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress\r
+\r
 [Guids]\r
   gEarlyPL011BaseAddressGuid\r
   gFdtHobGuid\r
 [Guids]\r
   gEarlyPL011BaseAddressGuid\r
   gFdtHobGuid\r