From: Liming Gao Date: Wed, 7 Feb 2018 01:56:43 +0000 (+0800) Subject: MdePkg BaseCpuLib: Make it pass VS ARM build X-Git-Tag: edk2-stable201903~2336 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=a4e754fcc99e3a1eddd70081d027189e75a8e850 MdePkg BaseCpuLib: Make it pass VS ARM build Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Reviewed-by: Pete Batard --- diff --git a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf index 637a3c5c93..996446ec1a 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.
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.
# @@ -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