]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: drop unused PCD PcdStandaloneMmEnable
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 21 Jan 2019 13:14:16 +0000 (14:14 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 11 Mar 2019 11:51:12 +0000 (12:51 +0100)
The PCD PcdStandaloneMmEnable is unused, and shouldn't exist in the
first place since the value is implied by the context (it is never
valid to set it to FALSE for standalone MM or TRUE for traditional
MM). So drop it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf
StandaloneMmPkg/StandaloneMmPkg.dec
StandaloneMmPkg/StandaloneMmPkg.dsc

index eef3d7c6e253641c630f8a8e2612fe8881d1d64f..181c15b9345a8b16757c7959b751f4c20facd294 100644 (file)
@@ -37,9 +37,6 @@
   MdePkg/MdePkg.dec\r
   StandaloneMmPkg/StandaloneMmPkg.dec\r
 \r
-[FeaturePcd]\r
-  gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable\r
-\r
 [LibraryClasses]\r
   StandaloneMmMmuLib\r
   PcdLib\r
index 0b5fbf9e17671da5609c14ee5d2685cdd8403bf3..2d178c5e20a6b540dd447c0ccca3e830c75cc72d 100644 (file)
@@ -39,6 +39,3 @@
   gEfiStandaloneMmNonSecureBufferGuid      = { 0xf00497e3, 0xbfa2, 0x41a1, { 0x9d, 0x29, 0x54, 0xc2, 0xe9, 0x37, 0x21, 0xc5 }}\r
   gEfiArmTfCpuDriverEpDescriptorGuid       = { 0x6ecbd5a1, 0xc0f8, 0x4702, { 0x83, 0x01, 0x4f, 0xc2, 0xc5, 0x47, 0x0a, 0x51 }}\r
 \r
-[PcdsFeatureFlag]\r
-  gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|FALSE|BOOLEAN|0x00000001\r
-\r
index e9e648356d52435841d3abfd492d65845e1df2f9..8def9688fe7d8112c589e0d1b57b18a7ad94ecf1 100644 (file)
@@ -74,9 +74,6 @@
 # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
 #\r
 ################################################################################\r
-[PcdsFeatureFlag]\r
-  gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|TRUE\r
-\r
 [PcdsFixedAtBuild]\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800000CF\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xff\r