]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
UefiCpuPkg/CpuDxe: Enable protection for newly added page table
[mirror_edk2.git] / UefiCpuPkg / Library / BaseUefiCpuLib / BaseUefiCpuLib.inf
index 90b798dca3faa28007dace46bc4455ac2179d67f..ce5d3aab0188e497c0d040bf529ddaaed23dfa1f 100644 (file)
@@ -1,9 +1,10 @@
 ## @file\r
 ## @file\r
-#  This library defines some routines that are generic for IA32 family CPU\r
-#  to be UEFI specification compliant.\r
+#  This library defines some routines that are generic for IA32 family CPU.\r
 #\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  The library routines are UEFI specification compliant.\r
+#\r
+#  Copyright (c) 2009 - 2017, 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
 #  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
@@ -16,6 +17,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseUefiCpuLib\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseUefiCpuLib\r
+  MODULE_UNI_FILE                = BaseUefiCpuLib.uni\r
   FILE_GUID                      = 34C24FD7-7A90-45c2-89FD-946473D9CE98\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   FILE_GUID                      = 34C24FD7-7A90-45c2-89FD-946473D9CE98\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
 \r
 [Sources.IA32]\r
   Ia32/InitializeFpu.asm\r
 \r
 [Sources.IA32]\r
   Ia32/InitializeFpu.asm\r
+  Ia32/InitializeFpu.nasm\r
   Ia32/InitializeFpu.S\r
 \r
 [Sources.X64]\r
   X64/InitializeFpu.asm\r
   Ia32/InitializeFpu.S\r
 \r
 [Sources.X64]\r
   X64/InitializeFpu.asm\r
+  X64/InitializeFpu.nasm\r
   X64/InitializeFpu.S\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
   X64/InitializeFpu.S\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiCpuLib\r
-\r