]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf
Add IntelFsp2Pkg and IntelFsp2WrapperPkg.
[mirror_edk2.git] / IntelFsp2WrapperPkg / FspsWrapperPeim / FspsWrapperPeim.inf
diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf
new file mode 100644 (file)
index 0000000..05914f3
--- /dev/null
@@ -0,0 +1,79 @@
+## @file\r
+# FSP-S wrapper PEI Module\r
+#\r
+# This PEIM initialize FSP.\r
+# This will be invoked only once. It will call FspMemoryInit API,\r
+# register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi\r
+# notify to call FspSiliconInit API.\r
+#\r
+#  Copyright (c) 2014 - 2016, 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                    = 0x00010017\r
+  BASE_NAME                      = FspsWrapperPeim\r
+  FILE_GUID                      = 0D244DF9-6CE3-4133-A1CF-53200AB663AC\r
+  VERSION_STRING                 = 1.0\r
+  MODULE_TYPE                    = PEIM\r
+  ENTRY_POINT                    = FspsWrapperPeimEntryPoint\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
+[LibraryClasses]\r
+  PeimEntryPoint\r
+  PeiServicesLib\r
+  PeiServicesTablePointerLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  TimerLib\r
+  DebugLib\r
+  HobLib\r
+  MemoryAllocationLib\r
+  FspWrapperPlatformLib\r
+  FspWrapperHobProcessLib\r
+  DebugAgentLib\r
+  UefiCpuLib\r
+  PeCoffGetEntryPointLib\r
+  PeCoffExtraActionLib\r
+  PerformanceLib\r
+  FspWrapperApiLib\r
+  FspWrapperApiTestLib\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  UefiCpuPkg/UefiCpuPkg.dec\r
+  IntelFsp2Pkg/IntelFsp2Pkg.dec\r
+  IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
+\r
+[Ppis]\r
+  gTopOfTemporaryRamPpiGuid             ## PRODUCES\r
+  gFspSiliconInitDonePpiGuid            ## PRODUCES\r
+  gEfiEndOfPeiSignalPpiGuid             ## PRODUCES\r
+  gEfiTemporaryRamDonePpiGuid           ## PRODUCES\r
+  gEfiPeiMemoryDiscoveredPpiGuid        ## PRODUCES\r
+\r
+[Pcd]\r
+  gFspWrapperTokenSpaceGuid.PcdFspsBaseAddress                ## CONSUMES\r
+\r
+[Guids]\r
+  gFspHobGuid                           ## CONSUMES ## HOB\r
+  gFspApiPerformanceGuid                ## CONSUMES ## GUID\r
+\r
+[Sources]\r
+  FspsWrapperPeim.c\r
+\r
+[Depex]\r
+  gEfiPeiMemoryDiscoveredPpiGuid\r