]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
OvmfPkg: move tcg configuration to dsc and fdf include files
[mirror_edk2.git] / OvmfPkg / CpuS3DataDxe / CpuS3DataDxe.inf
CommitLineData
55942db1
LE
1## @file\r
2# ACPI CPU Data initialization module\r
3#\r
4# This module initializes the ACPI_CPU_DATA structure and registers the address\r
5# of this structure in the PcdCpuS3DataAddress PCD. This is a generic/simple\r
6# version of this module. It does not provide a machine check handler or CPU\r
7# register initialization tables for ACPI S3 resume. It also only supports the\r
8# number of CPUs reported by the MP Services Protocol, so this module does not\r
9# support hot plug CPUs. This module can be copied into a CPU specific package\r
10# and customized if these additional features are required.\r
11#\r
12# Copyright (c) 2013-2016, Intel Corporation. All rights reserved.<BR>\r
13# Copyright (c) 2015-2020, Red Hat, Inc.\r
14#\r
15# SPDX-License-Identifier: BSD-2-Clause-Patent\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 1.29\r
21 BASE_NAME = CpuS3DataDxe\r
22 FILE_GUID = 229B7EFD-DA02-46B9-93F4-E20C009F94E9\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = CpuS3DataInitialize\r
26\r
27# The following information is for reference only and not required by the build\r
28# tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31\r
32[Sources]\r
33 CpuS3Data.c\r
34\r
35[Packages]\r
55942db1 36 MdeModulePkg/MdeModulePkg.dec\r
8f3ed1bc 37 MdePkg/MdePkg.dec\r
1158fc8e 38 OvmfPkg/OvmfPkg.dec\r
55942db1
LE
39 UefiCpuPkg/UefiCpuPkg.dec\r
40\r
41[LibraryClasses]\r
8f3ed1bc 42 BaseLib\r
55942db1
LE
43 BaseMemoryLib\r
44 DebugLib\r
55942db1 45 MemoryAllocationLib\r
8f3ed1bc
LE
46 MtrrLib\r
47 UefiBootServicesTableLib\r
48 UefiDriverEntryPoint\r
55942db1
LE
49\r
50[Guids]\r
51 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
52\r
53[Protocols]\r
54 gEfiMpServiceProtocolGuid ## CONSUMES\r
55\r
56[Pcd]\r
8f3ed1bc
LE
57 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable ## CONSUMES\r
58 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES\r
1158fc8e 59 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## CONSUMES\r
8f3ed1bc 60 gUefiCpuPkgTokenSpaceGuid.PcdCpuS3DataAddress ## PRODUCES\r
1158fc8e 61 gUefiOvmfPkgTokenSpaceGuid.PcdQ35SmramAtDefaultSmbase ## CONSUMES\r
55942db1
LE
62\r
63[Depex]\r
64 gEfiMpServiceProtocolGuid\r