public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] MdePkg BaseCpuLib: Make it pass VS ARM build
@ 2018-02-07  1:56 Liming Gao
  2018-02-07 10:49 ` Pete Batard
  0 siblings, 1 reply; 2+ messages in thread
From: Liming Gao @ 2018-02-07  1:56 UTC (permalink / raw)
  To: edk2-devel

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
---
 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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  
 
-- 
2.8.0.windows.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-07 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-07  1:56 [Patch] MdePkg BaseCpuLib: Make it pass VS ARM build Liming Gao
2018-02-07 10:49 ` Pete Batard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox