]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
UefiCpuPkg/CpuDxe: Enable protection for newly added page table
[mirror_edk2.git] / UefiCpuPkg / Library / BaseXApicLib / BaseXApicLib.inf
index 470e02971de53a2d1334ad6eb1a7a5987b12dbe5..7dd2714af3fcbe13783421db8ebbd13c11539693 100644 (file)
@@ -1,9 +1,10 @@
 ## @file\r
-#  Component description file for CPU Local APIC Library.\r
+#  The Local Apic library supports xAPIC mode only.\r
 #\r
-#  This library instance supports xAPIC mode only.\r
+#  Note: Local APIC library assumes local APIC is enabled. It does not handle cases\r
+#  where local APIC is disabled.\r
 #\r
-#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseXApicLib\r
+  MODULE_UNI_FILE                = BaseXApicLib.uni\r
   FILE_GUID                      = D87CA0A8-1AC2-439b-90F8-EF4A2AC88DAF\r
   MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
+  VERSION_STRING                 = 1.1\r
   LIBRARY_CLASS                  = LocalApicLib \r
 \r
 #\r
@@ -40,7 +42,8 @@
   DebugLib\r
   TimerLib\r
   IoLib\r
+  PcdLib\r
 \r
 [Pcd]\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress\r
-\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds  ## SOMETIMES_CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress        ## SOMETIMES_CONSUMES\r