mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 13:14:26 +02:00
ArmPkg: Remove PcdFfaEnabled
PcdFfaEnabled is no more used because ArmFfaLib could find whether FF-A is supported dynamically. This patch removes usage of PcdFfaEnabled. Continuous-integration-options: PatchCheck.ignore-multi-package Signed-off-by: Levi Yun <yeoreum.yun@arm.com>
This commit is contained in:
parent
843f4fd60d
commit
30ecebe015
@ -153,13 +153,6 @@
|
|||||||
# hardware coherency (i.e., no virtualization or cache coherent DMA)
|
# hardware coherency (i.e., no virtualization or cache coherent DMA)
|
||||||
gArmTokenSpaceGuid.PcdNormalMemoryNonshareableOverride|FALSE|BOOLEAN|0x00000043
|
gArmTokenSpaceGuid.PcdNormalMemoryNonshareableOverride|FALSE|BOOLEAN|0x00000043
|
||||||
|
|
||||||
[PcdsFeatureFlag.AARCH64, PcdsFeatureFlag.ARM]
|
|
||||||
## Used to select method for requesting services from S-EL1.<BR><BR>
|
|
||||||
# TRUE - Selects FF-A calls for communication between S-EL0 and SPMC.<BR>
|
|
||||||
# FALSE - Selects SVC calls for communication between S-EL0 and SPMC.<BR>
|
|
||||||
# @Prompt Enable FF-A support.
|
|
||||||
gArmTokenSpaceGuid.PcdFfaEnable|FALSE|BOOLEAN|0x0000005B
|
|
||||||
|
|
||||||
[PcdsFixedAtBuild.common]
|
[PcdsFixedAtBuild.common]
|
||||||
gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE|BOOLEAN|0x00000006
|
gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE|BOOLEAN|0x00000006
|
||||||
|
|
||||||
|
@ -23,9 +23,6 @@
|
|||||||
ArmPkg/ArmPkg.dec
|
ArmPkg/ArmPkg.dec
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
||||||
[FeaturePcd.ARM, FeaturePcd.AARCH64]
|
|
||||||
gArmTokenSpaceGuid.PcdFfaEnable
|
|
||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
ArmLib
|
ArmLib
|
||||||
CacheMaintenanceLib
|
CacheMaintenanceLib
|
||||||
|
@ -56,9 +56,6 @@
|
|||||||
[Protocols.ARM, Protocols.AARCH64]
|
[Protocols.ARM, Protocols.AARCH64]
|
||||||
gEdkiiPiMmCpuDriverEpProtocolGuid
|
gEdkiiPiMmCpuDriverEpProtocolGuid
|
||||||
|
|
||||||
[FeaturePcd.ARM, FeaturePcd.AARCH64]
|
|
||||||
gArmTokenSpaceGuid.PcdFfaEnable
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# This configuration fails for CLANGPDB, which does not support PIE in the GCC
|
# This configuration fails for CLANGPDB, which does not support PIE in the GCC
|
||||||
# sense. Such however is required for ARM family StandaloneMmCore
|
# sense. Such however is required for ARM family StandaloneMmCore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user