]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / BaseUefiCpuLib / BaseUefiCpuLib.inf
1 ## @file
2 # This library defines some routines that are generic for IA32 family CPU.
3 #
4 # The library routines are UEFI specification compliant.
5 #
6 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
7 # Copyright (c) 2020, AMD Inc. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = BaseUefiCpuLib
15 MODULE_UNI_FILE = BaseUefiCpuLib.uni
16 FILE_GUID = 34C24FD7-7A90-45c2-89FD-946473D9CE98
17 MODULE_TYPE = BASE
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = UefiCpuLib
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64
25 #
26
27 [Sources.IA32]
28 Ia32/InitializeFpu.nasm
29
30 [Sources.X64]
31 X64/InitializeFpu.nasm
32
33 [Sources]
34 BaseUefiCpuLib.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 UefiCpuPkg/UefiCpuPkg.dec
39
40 [LibraryClasses]
41 BaseLib