]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PlatformPei/PlatformPei.inf
EMU Variable: Add support for pre-reserved NV variable store.
[mirror_edk2.git] / OvmfPkg / PlatformPei / PlatformPei.inf
CommitLineData
49ba9447 1#/** @file\r
2# Platform PEI driver\r
3#\r
4# This module provides platform specific function to detect boot mode.\r
5# Copyright (c) 2006 - 2009, Intel Corporation\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PlatformPei\r
20 FILE_GUID = 222c386d-5abc-4fb4-b124-fbb82488acf4\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = InitializePlatform\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources.common]\r
35 Cmos.c\r
36 Fv.c\r
37 MemDetect.c\r
38 Platform.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 OvmfPkg/OvmfPkg.dec\r
44\r
45[Guids]\r
46 gEfiMemoryTypeInformationGuid\r
47\r
48[LibraryClasses]\r
49 DebugLib\r
50 HobLib\r
51 IoLib\r
52 PeiResourcePublicationLib\r
53 PeiServicesTablePointerLib\r
54 PeimEntryPoint\r
55\r
56[FixedPcd.common]\r
57 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoveryBase\r
58 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoverySize\r
59 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageVariableBase\r
60 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
64\r
65[Pcd.common]\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
67\r
68[Depex]\r
69 TRUE\r
70\r