2010-08-23 08:34:39 +02:00
|
|
|
## @file
|
2014-08-28 07:09:12 +02:00
|
|
|
# The Local Apic library supports xAPIC mode only.
|
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 = BaseXApicLib
|
2014-08-28 07:09:12 +02:00
|
|
|
MODULE_UNI_FILE = BaseXApicLib.uni
|
2010-08-23 08:34:39 +02:00
|
|
|
FILE_GUID = D87CA0A8-1AC2-439b-90F8-EF4A2AC88DAF
|
|
|
|
MODULE_TYPE = BASE
|
2015-04-27 21:47:26 +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]
|
|
|
|
BaseXApicLib.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
UefiCpuPkg/UefiCpuPkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
BaseLib
|
|
|
|
DebugLib
|
|
|
|
TimerLib
|
|
|
|
IoLib
|
2015-04-27 21:47:26 +02:00
|
|
|
PcdLib
|
2010-08-23 08:34:39 +02:00
|
|
|
|
2014-07-10 04:12:27 +02:00
|
|
|
[Pcd]
|
2015-04-27 21:47:26 +02:00
|
|
|
gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIMES_CONSUMES
|
|
|
|
gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress ## SOMETIMES_CONSUMES
|