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
This commit is contained in:
@@ -83,11 +83,17 @@
|
||||
gArmTokenSpaceGuid.PcdGicNumInterrupts|96|UINT32|0x00000023
|
||||
|
||||
#
|
||||
# ARM Secure SEC PCDs
|
||||
# ARM Secure Firmware PCDs
|
||||
#
|
||||
gArmTokenSpaceGuid.PcdSecureFdBaseAddress|0|UINT32|0x00000015
|
||||
gArmTokenSpaceGuid.PcdSecureFdSize|0|UINT32|0x00000016
|
||||
|
||||
#
|
||||
# ARM Normal (or Non Secure) Firmware PCDs
|
||||
#
|
||||
gArmTokenSpaceGuid.PcdNormalFdBaseAddress|0|UINT32|0x0000002B
|
||||
gArmTokenSpaceGuid.PcdNormalFdSize|0|UINT32|0x0000002C
|
||||
|
||||
#
|
||||
# ARM MPCore MailBox PCDs
|
||||
#
|
||||
|
Reference in New Issue
Block a user