2010-02-24 00:58:38 +01:00
|
|
|
## @file
|
2014-08-28 07:09:12 +02:00
|
|
|
# This library defines some routines that are generic for IA32 family CPU.
|
2009-11-25 05:25:02 +01:00
|
|
|
#
|
2014-08-28 07:09:12 +02:00
|
|
|
# The library routines are UEFI specification compliant.
|
|
|
|
#
|
2018-06-04 07:36:40 +02:00
|
|
|
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:07:22 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2018-06-27 15:14:20 +02:00
|
|
|
#
|
2010-02-24 00:58:38 +01:00
|
|
|
##
|
2009-11-25 05:25:02 +01:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = BaseUefiCpuLib
|
2014-08-28 07:09:12 +02:00
|
|
|
MODULE_UNI_FILE = BaseUefiCpuLib.uni
|
2009-11-25 05:25:02 +01:00
|
|
|
FILE_GUID = 34C24FD7-7A90-45c2-89FD-946473D9CE98
|
|
|
|
MODULE_TYPE = BASE
|
|
|
|
VERSION_STRING = 1.0
|
2018-06-27 15:14:20 +02:00
|
|
|
LIBRARY_CLASS = UefiCpuLib
|
2009-11-25 05:25:02 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
|
|
#
|
|
|
|
|
|
|
|
[Sources.IA32]
|
2016-06-14 10:08:46 +02:00
|
|
|
Ia32/InitializeFpu.nasm
|
2009-11-25 05:25:02 +01:00
|
|
|
|
|
|
|
[Sources.X64]
|
2016-06-14 10:08:46 +02:00
|
|
|
X64/InitializeFpu.nasm
|
2009-11-25 05:25:02 +01:00
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
UefiCpuPkg/UefiCpuPkg.dec
|