mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmVExpress-CTA15-A7: remove stale ArmPlatformGlobalVariable PCD
Now that we removed the complete ArmPlatformGlobalVariable implementation, remove stale PCD references to it from ArmVExpress-CTA15-A7.dsc Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19173 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bc299a9f7b
commit
62c12ff8c7
|
@ -124,16 +124,6 @@
|
|||
gArmTokenSpaceGuid.PcdArmPrimaryCore|0x100
|
||||
!endif
|
||||
|
||||
#
|
||||
# SEC Phase Global Variables :
|
||||
# - 0x00-0x04: Debugger Exception Handler Pointer address
|
||||
# - 0x04-0x08: Normal Exception Handler Pointer
|
||||
# - 0x0C-0x10: MpSafe Serial Console SpinLock
|
||||
# - 0x10-0x20: KfScb 8 Bakery Locks of 2Bytes each
|
||||
# - 0x20-0x30: CCI 8 Bakery Locks of 2Bytes each
|
||||
# - 0x30-0x48: ARM SMC Events (8 cores * 3 max_event * sizeof(UINT8))
|
||||
gArmPlatformTokenSpaceGuid.PcdSecGlobalVariableSize|0x48
|
||||
|
||||
#
|
||||
# ARM PrimeCell
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue