2010-08-23 08:34:39 +02:00
|
|
|
## @file
|
2014-08-28 07:09:12 +02:00
|
|
|
# The Local Apic library supports x2APIC capable processors which have xAPIC and x2APIC modes.
|
2010-08-23 08:34:39 +02:00
|
|
|
#
|
2014-08-28 07:09:12 +02:00
|
|
|
# Note: Local APIC library assumes local APIC is enabled. It does not handle cases
|
|
|
|
# where local APIC is disabled.
|
2010-08-23 08:34:39 +02:00
|
|
|
#
|
2018-06-27 15:14:20 +02:00
|
|
|
# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:07:22 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2018-06-27 15:14:20 +02:00
|
|
|
#
|
2010-08-23 08:34:39 +02:00
|
|
|
##
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = BaseXApicX2ApicLib
|
2014-08-28 07:09:12 +02:00
|
|
|
MODULE_UNI_FILE = BaseXApicX2ApicLib.uni
|
2010-08-23 08:34:39 +02:00
|
|
|
FILE_GUID = 967B6E05-F10D-4c10-8BF7-365291CA143F
|
|
|
|
MODULE_TYPE = BASE
|
2015-04-27 21:48:00 +02:00
|
|
|
VERSION_STRING = 1.1
|
2018-06-27 15:14:20 +02:00
|
|
|
LIBRARY_CLASS = LocalApicLib
|
2010-08-23 08:34:39 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
|
|
#
|
|
|
|
|
|
|
|
[Sources]
|
|
|
|
BaseXApicX2ApicLib.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
UefiCpuPkg/UefiCpuPkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
BaseLib
|
|
|
|
DebugLib
|
|
|
|
TimerLib
|
|
|
|
IoLib
|
2015-04-27 21:48:00 +02:00
|
|
|
PcdLib
|
2010-08-23 08:34:39 +02:00
|
|
|
|
2014-07-10 04:12:27 +02:00
|
|
|
[Pcd]
|
2015-04-27 21:48:00 +02:00
|
|
|
gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIMES_CONSUMES
|
|
|
|
gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress ## SOMETIMES_CONSUMES
|