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:
@@ -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
|
||||
|
Reference in New Issue
Block a user