]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf
EmulatorPkg: Fix GCC49 build hang in PeiCore
[mirror_edk2.git] / UefiCpuPkg / CpuS3DataDxe / CpuS3DataDxe.inf
... / ...
CommitLineData
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-2015, Intel Corporation. All rights reserved.<BR>\r
13# Copyright (c) 2015, Red Hat, Inc.\r
14#\r
15# This program and the accompanying materials\r
16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
18# http://opensource.org/licenses/bsd-license.php\r
19#\r
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22#\r
23##\r
24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = CpuS3DataDxe\r
28 FILE_GUID = 4D2E57EE-0E3F-44DD-93C4-D3B57E96945D\r
29 MODULE_TYPE = DXE_DRIVER\r
30 VERSION_STRING = 1.0\r
31 ENTRY_POINT = CpuS3DataInitialize\r
32\r
33# The following information is for reference only and not required by the build\r
34# tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64\r
37\r
38[Sources]\r
39 CpuS3Data.c\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 UefiCpuPkg/UefiCpuPkg.dec\r
44\r
45[LibraryClasses]\r
46 UefiDriverEntryPoint\r
47 UefiBootServicesTableLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 BaseLib\r
51 MtrrLib\r
52\r
53[Guids]\r
54 gEfiEndOfDxeEventGroupGuid ## CONSUMES\r
55\r
56[Protocols]\r
57 gEfiMpServiceProtocolGuid ## CONSUMES\r
58\r
59[Pcd]\r
60 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES\r
61 gUefiCpuPkgTokenSpaceGuid.PcdCpuS3DataAddress ## PRODUCES\r
62\r
63[Depex]\r
64 gEfiMpServiceProtocolGuid\r