]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / BaseXApicX2ApicLib / BaseXApicX2ApicLib.inf
index df2769c9ff84a1f4aa4635fa544713f75fb90d35..31ebdd39c61603b7c127468ff5ad64fe5ca4496e 100644 (file)
@@ -1,27 +1,23 @@
 ## @file\r
-#  Component description file for CPU Local APIC Library.\r
+#  The Local Apic library supports x2APIC capable processors which have xAPIC and x2APIC modes.\r
 #\r
-#  This library instance supports x2APIC capable processors\r
-#  which have xAPIC and x2APIC modes.\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 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2020, AMD Inc. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
-#  Copyright (c) 2010, 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
-#  http://opensource.org/licenses/bsd-license.php\r
-#  \r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseXApicX2ApicLib\r
+  MODULE_UNI_FILE                = BaseXApicX2ApicLib.uni\r
   FILE_GUID                      = 967B6E05-F10D-4c10-8BF7-365291CA143F\r
   MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = LocalApicLib \r
+  VERSION_STRING                 = 1.1\r
+  LIBRARY_CLASS                  = LocalApicLib\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
   DebugLib\r
   TimerLib\r
   IoLib\r
+  PcdLib\r
+  CpuLib\r
+  UefiCpuLib\r
 \r
 [Pcd]\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress\r
-\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds  ## SOMETIMES_CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress        ## SOMETIMES_CONSUMES\r