]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: allow patchable PCD for FD base address
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sat, 28 Feb 2015 20:25:17 +0000 (20:25 +0000)
committerlersek <lersek@Edk2>
Sat, 28 Feb 2015 20:25:17 +0000 (20:25 +0000)
This moves the reference to gArmTokenSpaceGuid.PcdFdBaseAddress
from the [FixedPcd] to the [Pcd] section in the INF file of
PrePiArmPlatformGlobalVariableLib so that its users may choose
to use a patchable PCD instead.

Contributed-under: TianoCore Contribution Agreement 1.0
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@16955 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf

index 596f5595412e7f68db306ea74875bab6ad7fd46c..37de35e7d00e9286e8f26ed2479e555170d0f517 100644 (file)
@@ -34,7 +34,6 @@
   PcdLib\r
 \r
 [FixedPcd]\r
-  gArmTokenSpaceGuid.PcdFdBaseAddress\r
   gArmTokenSpaceGuid.PcdFdSize\r
 \r
   gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
@@ -43,4 +42,5 @@
 [Pcd]\r
   gArmTokenSpaceGuid.PcdSystemMemoryBase\r
   gArmTokenSpaceGuid.PcdSystemMemorySize\r
+  gArmTokenSpaceGuid.PcdFdBaseAddress\r
 \r