]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Sec/SecMain.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / OvmfPkg / Sec / SecMain.inf
index 107f60afc29b944842fe5157165bf8a03b792421..23ce7d8f6dc7c06d7d32dbd765f4a2ff1ca46bc2 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  SEC Driver\r
 #\r
-#  Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   SecMain.c\r
 \r
 [Sources.IA32]\r
-  Ia32/SecEntry.asm | MSFT\r
-  Ia32/SecEntry.asm | INTEL\r
-  Ia32/SecEntry.S   | GCC\r
+  Ia32/SecEntry.nasm\r
 \r
 [Sources.X64]\r
-  X64/SecEntry.asm  | MSFT\r
-  X64/SecEntry.asm  | INTEL\r
-  X64/SecEntry.S    | GCC\r
+  X64/SecEntry.nasm\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -59,6 +55,7 @@
   PeCoffGetEntryPointLib\r
   PeCoffExtraActionLib\r
   ExtractGuidedSectionLib\r
+  LocalApicLib\r
 \r
 [Ppis]\r
   gEfiTemporaryRamSupportPpiGuid                # PPI ALWAYS_PRODUCED\r
   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPageTablesBase\r
   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPeiTempRamBase\r
   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPeiTempRamSize\r
+  gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdGuidedExtractHandlerTableSize\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDecompressionScratchEnd\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdInitValueInTempStack\r
+\r
+[FeaturePcd]\r
+  gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire\r