MdePkg/Library/BaseCpuLib: Enable VS2017/ARM64 builds

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Pete Batard
2018-03-28 23:55:21 +08:00
committed by Liming Gao
parent 37db86ae23
commit 55f67014d7
3 changed files with 84 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
## @file
# Instance of CPU Library for various architecture.
#
# CPU Library implemented using ASM functions for IA-32 and X64,
# CPU Library implemented using ASM functions for IA32, X64, ARM, AARCH64,
# PAL CALLs for IPF, and empty functions for EBC.
#
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
@@ -71,8 +71,10 @@
Arm/CpuSleep.S | GCC
[Sources.AARCH64]
AArch64/CpuFlushTlb.S | GCC
AArch64/CpuSleep.S | GCC
AArch64/CpuFlushTlb.S | GCC
AArch64/CpuSleep.S | GCC
AArch64/CpuFlushTlb.asm | MSFT
AArch64/CpuSleep.asm | MSFT
[Packages]
MdePkg/MdePkg.dec