]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / BaseXApicX2ApicLib / BaseXApicX2ApicLib.inf
... / ...
CommitLineData
1## @file\r
2# The Local Apic library supports x2APIC capable processors which have xAPIC and x2APIC modes.\r
3#\r
4# Note: Local APIC library assumes local APIC is enabled. It does not handle cases\r
5# where local APIC is disabled.\r
6#\r
7# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
8# Copyright (c) 2020, AMD Inc. All rights reserved.<BR>\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = BaseXApicX2ApicLib\r
16 MODULE_UNI_FILE = BaseXApicX2ApicLib.uni\r
17 FILE_GUID = 967B6E05-F10D-4c10-8BF7-365291CA143F\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.1\r
20 LIBRARY_CLASS = LocalApicLib\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64\r
26#\r
27\r
28[Sources]\r
29 BaseXApicX2ApicLib.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 UefiCpuPkg/UefiCpuPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 DebugLib\r
38 TimerLib\r
39 IoLib\r
40 PcdLib\r
41 CpuLib\r
42 UefiCpuLib\r
43\r
44[Pcd]\r
45 gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIMES_CONSUMES\r
46 gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress ## SOMETIMES_CONSUMES\r