]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootModulePkg/CbSupportPei/CbSupportPei.inf
Pkg-Module: CorebootModulePkg
[mirror_edk2.git] / CorebootModulePkg / CbSupportPei / CbSupportPei.inf
diff --git a/CorebootModulePkg/CbSupportPei/CbSupportPei.inf b/CorebootModulePkg/CbSupportPei/CbSupportPei.inf
new file mode 100644 (file)
index 0000000..9328151
--- /dev/null
@@ -0,0 +1,72 @@
+## @file\r
+# Coreboot Support PEI Module\r
+#\r
+# Parses coreboot table in memory and report resource information into pei core. It will install\r
+# 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                      = CbSupportPeim\r
+  FILE_GUID                      = 352C6AF8-315B-4bd6-B04F-31D4ED1EBE57\r
+  MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = CbPeiEntryPoint\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  CbSupportPei.c\r
+  CbSupportPei.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+  CorebootModulePkg/CorebootModulePkg.dec\r
+  UefiCpuPkg/UefiCpuPkg.dec\r
+\r
+[LibraryClasses]\r
+  PeimEntryPoint\r
+  PeiServicesLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  HobLib\r
+  PcdLib\r
+  CbParseLib\r
+  MtrrLib\r
+\r
+[Guids]\r
+  gEfiSmmPeiSmramMemoryReserveGuid\r
+  gEfiMemoryTypeInformationGuid\r
+  gEfiFirmwareFileSystem2Guid\r
+  gUefiSystemTableInfoGuid\r
+  gUefiFrameBufferInfoGuid\r
+  gUefiAcpiBoardInfoGuid\r
+\r
+[Ppis]\r
+  gEfiPeiMasterBootModePpiGuid \r
+\r
+[Pcd]\r
+  gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase\r
+  gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize\r
+  gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer  \r
+  \r
+[Depex]\r
+  TRUE
\ No newline at end of file