mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-18 16:18:12 +02:00
* Add InitializeFloatingPointUnits() to x86 specific file * Add GetCpuFamilyModel() to x86 specific file * Add GetCpuSteppingId() to x86 specific file * Move StandardSignatureIsAuthenticAMD() to x86 specific file. * Add CpuLib library class include to all C files. Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Qing Huang <qing.huang@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
30 lines
733 B
INI
30 lines
733 B
INI
## @file
|
|
# Null instance of CPU Library.
|
|
#
|
|
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = BaseCpuLibNull
|
|
MODULE_UNI_FILE = BaseCpuLibNull.uni
|
|
FILE_GUID = 8A29AAA5-0FB7-44CC-8709-1344FE89B878
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = CpuLib
|
|
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64
|
|
#
|
|
|
|
[Sources]
|
|
BaseCpuLibNull.c
|
|
|
|
[Sources.IA32, Sources.X64]
|
|
X86BaseCpuLibNull.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|