VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf@ 108794

Last change on this file since 108794 was 108794, checked in by vboxsync, 7 days ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

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

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette