]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.GetInfo()
[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
1158fc8e 45 IoLib\r
55942db1 46 MemoryAllocationLib\r
8f3ed1bc
LE
47 MtrrLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
55942db1
LE
50\r
51[Guids]\r
52 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
53\r
54[Protocols]\r
55 gEfiMpServiceProtocolGuid ## CONSUMES\r
56\r
57[Pcd]\r
8f3ed1bc
LE
58 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable ## CONSUMES\r
59 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES\r
1158fc8e 60 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## CONSUMES\r
8f3ed1bc 61 gUefiCpuPkgTokenSpaceGuid.PcdCpuS3DataAddress ## PRODUCES\r
1158fc8e 62 gUefiOvmfPkgTokenSpaceGuid.PcdQ35SmramAtDefaultSmbase ## CONSUMES\r
55942db1
LE
63\r
64[Depex]\r
65 gEfiMpServiceProtocolGuid\r