diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-31 12:11:12 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-31 12:11:12 +0000 |
commit | 262a9b04441b9e38b8c43ae0e4c60ae62df35504 (patch) | |
tree | 2e61f41671a85053ad5d7dd141c9f8bb8120dac8 /ArmPlatformPkg/PlatformPei | |
parent | 2637d1ef354a4db0e3fc676a8985ee40b5401eba (diff) | |
download | edk2-262a9b04441b9e38b8c43ae0e4c60ae62df35504.tar.gz edk2-262a9b04441b9e38b8c43ae0e4c60ae62df35504.tar.bz2 edk2-262a9b04441b9e38b8c43ae0e4c60ae62df35504.zip |
ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenSpaceGuid.PcdNormalFd*
This renaming is for matching the namespace with the secure firmware
gArmTokenSpaceGuid.PcdSecureFdBaseAddress/Size.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11475 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/PlatformPei')
-rw-r--r-- | ArmPlatformPkg/PlatformPei/PlatformPei.inf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ArmPlatformPkg/PlatformPei/PlatformPei.inf b/ArmPlatformPkg/PlatformPei/PlatformPei.inf index 77c4fe64c4..452c0258d6 100644 --- a/ArmPlatformPkg/PlatformPei/PlatformPei.inf +++ b/ArmPlatformPkg/PlatformPei/PlatformPei.inf @@ -33,6 +33,7 @@ [Packages]
MdePkg/MdePkg.dec
EmbeddedPkg/EmbeddedPkg.dec
+ ArmPkg/ArmPkg.dec
[LibraryClasses]
PeimEntryPoint
@@ -44,8 +45,8 @@ gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
[FixedPcd]
- gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress #The base address of the FLASH Device.
- gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize #The size in bytes of the FLASH Device
+ gArmTokenSpaceGuid.PcdNormalFdBaseAddress # The base address of the FLASH Device.
+ gArmTokenSpaceGuid.PcdNormalFdSize # The size in bytes of the FLASH Device
gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase
gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
|