]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/Library/BaseLib: Enable VS2017/ARM64 builds
authorPete Batard <pete@akeo.ie>
Fri, 23 Feb 2018 09:50:01 +0000 (17:50 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 19 Mar 2018 09:05:38 +0000 (17:05 +0800)
commitda351bdbe2076e06ecde95c9f563784c8d53af46
tree8824ec772b5a7ae2c80dbf4728bf198e1089d215
parent903365297913dacb2296a46e8c00c37aa3ca716a
MdePkg/Library/BaseLib: Enable VS2017/ARM64 builds

Required GCC assembly files are converted for the MSFT assembler

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Library/BaseLib/AArch64/CpuBreakpoint.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/AArch64/DisableInterrupts.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/AArch64/EnableInterrupts.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/AArch64/GetInterruptsState.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/AArch64/MemoryFence.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/AArch64/SwitchStack.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/BaseLib.inf