]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspWrapperPkg/FspInitPei/FspInitPei.inf
Add IntelFspWrapper to support boot EDKII on FSP bin.
[mirror_edk2.git] / IntelFspWrapperPkg / FspInitPei / FspInitPei.inf
diff --git a/IntelFspWrapperPkg/FspInitPei/FspInitPei.inf b/IntelFspWrapperPkg/FspInitPei/FspInitPei.inf
new file mode 100644 (file)
index 0000000..0efcf5e
--- /dev/null
@@ -0,0 +1,81 @@
+## @file\r
+# FSP PEI Module\r
+#\r
+# This PEIM will be invoked twice by pei core. In 1st entry, it will call FspInit API.\r
+# In 2nd entry, it will parse the hoblist from fsp and report them into pei core.\r
+# including install the memory as required.\r
+#\r
+#  Copyright (c) 2014, 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
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php.\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = FspInitPeim\r
+  FILE_GUID                      = BC59E2E1-7492-4031-806E-C48DCCC3A026\r
+  MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = FspPeiEntryPoint\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32\r
+#\r
+\r
+[Sources]\r
+  FspInitPei.c\r
+  FspInitPei.h\r
+  FspNotifyS3.c\r
+  SecMain.c\r
+  SecMain.h\r
+  FindPeiCore.c\r
+  SecFspInitDone.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  UefiCpuPkg/UefiCpuPkg.dec\r
+  IntelFspPkg/IntelFspPkg.dec\r
+  IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
+\r
+[LibraryClasses]\r
+  PeimEntryPoint\r
+  PeiServicesLib\r
+  PeiServicesTablePointerLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  HobLib\r
+  FspPlatformInfoLib\r
+  FspHobProcessLib\r
+  FspPlatformSecLib\r
+  DebugAgentLib\r
+  UefiCpuLib\r
+  PeCoffGetEntryPointLib\r
+  PeCoffExtraActionLib\r
+  FspApiLib\r
+\r
+[Ppis]\r
+  gTopOfTemporaryRamPpiGuid\r
+  gFspInitDonePpiGuid\r
+  gEfiEndOfPeiSignalPpiGuid\r
+\r
+[FixedPcd]\r
+  gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported\r
+\r
+[Pcd]\r
+  gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize\r
+  gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase\r
+  gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize\r
+  gFspWrapperTokenSpaceGuid.PcdMaxUpdRegionSize\r
+\r
+[Depex]\r
+  gEfiPeiMasterBootModePpiGuid\r