diff options
author | Liming Gao <liming.gao@intel.com> | 2018-02-07 09:56:43 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-02-26 13:18:49 +0800 |
commit | a4e754fcc99e3a1eddd70081d027189e75a8e850 (patch) | |
tree | ece0a73d288d0a1f80e65fceb2270561b6aded50 /MdePkg/Library | |
parent | 63c677e20f4e2645fab72fef56a8ca1d20f84bef (diff) | |
download | edk2-a4e754fcc99e3a1eddd70081d027189e75a8e850.zip edk2-a4e754fcc99e3a1eddd70081d027189e75a8e850.tar.gz edk2-a4e754fcc99e3a1eddd70081d027189e75a8e850.tar.bz2 |
MdePkg BaseCpuLib: Make it pass VS ARM build
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Pete Batard <pete@akeo.ie>
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf index 637a3c5..996446e 100644 --- a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf +++ b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf @@ -4,7 +4,7 @@ # CPU Library implemented using ASM functions for IA-32 and X64,
# PAL CALLs for IPF, and empty functions for EBC.
#
-# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
#
@@ -65,6 +65,8 @@ [Sources.ARM]
Arm/CpuFlushTlb.asm | RVCT
Arm/CpuSleep.asm | RVCT
+ Arm/CpuFlushTlb.asm | MSFT
+ Arm/CpuSleep.asm | MSFT
Arm/CpuFlushTlb.S | GCC
Arm/CpuSleep.S | GCC
|