X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FBaseXApicLib%2FBaseXApicLib.inf;h=7dd2714af3fcbe13783421db8ebbd13c11539693;hp=4257b157e7aea4f7412a4ea3fbf432fca9ae6100;hb=147fd35c3e389ecd025dbfd243312bf5b22da7c9;hpb=cf1eb6e6f85952b0fad82b937054f611cf148d57 diff --git a/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf b/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf index 4257b157e7..7dd2714af3 100644 --- a/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf +++ b/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf @@ -1,9 +1,10 @@ ## @file -# Component description file for CPU Local APIC Library. +# The Local Apic library supports xAPIC mode only. # -# This library instance supports xAPIC mode only. +# Note: Local APIC library assumes local APIC is enabled. It does not handle cases +# where local APIC is disabled. # -# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -17,9 +18,10 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = BaseXApicLib + MODULE_UNI_FILE = BaseXApicLib.uni FILE_GUID = D87CA0A8-1AC2-439b-90F8-EF4A2AC88DAF MODULE_TYPE = BASE - VERSION_STRING = 1.0 + VERSION_STRING = 1.1 LIBRARY_CLASS = LocalApicLib # @@ -40,6 +42,8 @@ DebugLib TimerLib IoLib + PcdLib [Pcd] - gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds + gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIMES_CONSUMES + gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress ## SOMETIMES_CONSUMES