summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.inf
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2024-01-23 14:49:42 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-27 19:40:15 +0000
commit4c43209a740d4b38094f9495ce85219421a938af (patch)
treeaaad7776f11132876f4e79eefccd675e138f35b3 /MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.inf
parent7d7decfa3dc817775322505ae770a27f185465cf (diff)
downloadedk2-4c43209a740d4b38094f9495ce85219421a938af.tar.gz
edk2-4c43209a740d4b38094f9495ce85219421a938af.tar.bz2
edk2-4c43209a740d4b38094f9495ce85219421a938af.zip
MdePkg/Library/BaseCpuLibNull: Add missing X86 specific services
* 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>
Diffstat (limited to 'MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.inf')
-rw-r--r--MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.inf3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.inf b/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.inf
index a9e8399038..9f20d6833f 100644
--- a/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.inf
+++ b/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.inf
@@ -22,5 +22,8 @@
[Sources]
BaseCpuLibNull.c
+[Sources.IA32, Sources.X64]
+ X86BaseCpuLibNull.c
+
[Packages]
MdePkg/MdePkg.dec