]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
Add IntelFsp2Pkg and IntelFsp2WrapperPkg.
[mirror_edk2.git] / IntelFsp2WrapperPkg / FspmWrapperPeim / FspmWrapperPeim.inf
diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
new file mode 100644 (file)
index 0000000..df735e1
--- /dev/null
@@ -0,0 +1,77 @@
+## @file\r
+# FSP-M 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                      = FspmWrapperPeim\r
+  FILE_GUID                      = 9FAAD0FF-0E0C-4885-A738-BAB4E4FA1E66\r
+  VERSION_STRING                 = 1.0\r
+  MODULE_TYPE                    = PEIM\r
+  ENTRY_POINT                    = FspmWrapperPeimEntryPoint\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
+  MemoryAllocationLib\r
+  DebugLib\r
+  HobLib\r
+  FspWrapperPlatformLib\r
+  FspWrapperHobProcessLib\r
+  DebugAgentLib\r
+  UefiCpuLib\r
+  PeCoffGetEntryPointLib\r
+  PeCoffExtraActionLib\r
+  PerformanceLib\r
+  TimerLib\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
+[Pcd]\r
+  gFspWrapperTokenSpaceGuid.PcdFspmBaseAddress                ## CONSUMES\r
+\r
+[Sources]\r
+  FspmWrapperPeim.c\r
+\r
+[Ppis]\r
+  gTopOfTemporaryRamPpiGuid             ## PRODUCES\r
+  gEfiEndOfPeiSignalPpiGuid             ## PRODUCES\r
+  gEfiPeiMemoryDiscoveredPpiGuid        ## PRODUCES\r
+\r
+[Guids]\r
+  gFspHobGuid                           ## PRODUCES ## HOB\r
+  gFspApiPerformanceGuid                ## CONSUMES ## GUID\r
+\r
+[Depex]\r
+  gEfiPeiMasterBootModePpiGuid\r