]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryptionAddressO...
[mirror_edk2.git] / UefiCpuPkg / Universal / Acpi / S3Resume2Pei / S3Resume2Pei.inf
CommitLineData
1f569620 1## @file\r
e48e0742
LG
2# S3 Resume Module installs EFI_PEI_S3_RESUME2_PPI.\r
3#\r
1f569620 4# This module works with StandAloneBootScriptExecutor to S3 resume to OS.\r
5# This module will excute the boot script saved during last boot and after that,\r
6# control is passed to OS waking up handler.\r
7#\r
e48e0742 8# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
1f569620 9#\r
10# This program and the accompanying materials are\r
11# licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = S3Resume2Pei\r
e48e0742 23 MODULE_UNI_FILE = S3Resume2Pei.uni\r
1f569620 24 FILE_GUID = 89E549B0-7CFE-449d-9BA3-10D8B2312D71\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = PeimS3ResumeEntryPoint\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64\r
33#\r
34\r
35[Sources]\r
36 S3Resume.c\r
37\r
abef469f 38[Sources.IA32]\r
4db0b65c 39 Ia32/AsmFuncs.asm\r
ac6229a7
LG
40 Ia32/AsmFuncs.nasm\r
41 Ia32/AsmFuncs.S\r
abef469f 42\r
43[Sources.X64]\r
4db0b65c 44 X64/AsmFuncs.asm\r
ac6229a7
LG
45 X64/AsmFuncs.nasm\r
46 X64/AsmFuncs.S\r
abef469f 47\r
1f569620 48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51 UefiCpuPkg/UefiCpuPkg.dec\r
52\r
53[LibraryClasses]\r
54 PeiServicesTablePointerLib\r
55 PerformanceLib\r
56 HobLib\r
57 PeiServicesLib\r
58 PeimEntryPoint\r
59 TimerLib\r
60 BaseLib\r
61 DebugLib\r
62 PcdLib\r
63 IoLib\r
64 BaseMemoryLib\r
65 MemoryAllocationLib\r
66 DebugAgentLib\r
67 LocalApicLib\r
68 ReportStatusCodeLib\r
69 LockBoxLib\r
70 PrintLib\r
71\r
72[Guids]\r
e48e0742
LG
73 gEfiBootScriptExecutorVariableGuid ## SOMETIMES_CONSUMES ## UNDEFINED # LockBox\r
74 gEfiBootScriptExecutorContextGuid ## SOMETIMES_CONSUMES ## UNDEFINED # LockBox\r
75 gPerformanceProtocolGuid ## SOMETIMES_CONSUMES ## Variable:L"PerfDataMemAddr"\r
76 ## SOMETIMES_CONSUMES ## HOB\r
77 ## SOMETIMES_CONSUMES ## UNDEFINED # LockBox\r
78 gEfiAcpiVariableGuid\r
79 gEfiAcpiS3ContextGuid ## SOMETIMES_CONSUMES ## UNDEFINED # LockBox\r
1f569620 80\r
81[Ppis]\r
e48e0742
LG
82 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES\r
83 gEfiPeiS3Resume2PpiGuid ## PRODUCES\r
84 gPeiSmmAccessPpiGuid ## SOMETIMES_CONSUMES\r
85 gPeiPostScriptTablePpiGuid ## SOMETIMES_PRODUCES\r
86 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES\r
1f569620 87\r
88[FeaturePcd]\r
e48e0742
LG
89 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES\r
90 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
1f569620 91\r
378175d2 92[Pcd]\r
e48e0742 93 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES\r
378175d2 94\r
1f569620 95[Depex]\r
40ef06fc 96 TRUE\r
e48e0742
LG
97\r
98[UserExtensions.TianoCore."ExtraFiles"]\r
99 S3Resume2PeiExtra.uni\r