X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FBaseUefiCpuLib%2FBaseUefiCpuLib.inf;h=ce5d3aab0188e497c0d040bf529ddaaed23dfa1f;hp=90b798dca3faa28007dace46bc4455ac2179d67f;hb=147fd35c3e389ecd025dbfd243312bf5b22da7c9;hpb=7b202cb0f917fde1d84f77b000063d56e2c11530 diff --git a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf index 90b798dca3..ce5d3aab01 100644 --- a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf +++ b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf @@ -1,9 +1,10 @@ ## @file -# This library defines some routines that are generic for IA32 family CPU -# to be UEFI specification compliant. +# This library defines some routines that are generic for IA32 family CPU. # -# Copyright (c) 2009 - 2010, Intel Corporation.
-# All rights reserved. This program and the accompanying materials +# The library routines are UEFI specification compliant. +# +# Copyright (c) 2009 - 2017, 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 # http://opensource.org/licenses/bsd-license.php @@ -16,6 +17,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = BaseUefiCpuLib + MODULE_UNI_FILE = BaseUefiCpuLib.uni FILE_GUID = 34C24FD7-7A90-45c2-89FD-946473D9CE98 MODULE_TYPE = BASE VERSION_STRING = 1.0 @@ -29,16 +31,14 @@ [Sources.IA32] Ia32/InitializeFpu.asm + Ia32/InitializeFpu.nasm Ia32/InitializeFpu.S [Sources.X64] X64/InitializeFpu.asm + X64/InitializeFpu.nasm X64/InitializeFpu.S [Packages] MdePkg/MdePkg.dec UefiCpuPkg/UefiCpuPkg.dec - -[LibraryClasses] - UefiCpuLib -