public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] MdePkg/Library: Add missing .asm files for VS2017/ARM64
@ 2018-03-28 15:55 Pete Batard
  2018-03-28 15:55 ` [PATCH 1/2] MdePkg/Library/BaseSynchronizationLib: Enable VS2017/ARM64 builds Pete Batard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pete Batard @ 2018-03-28 15:55 UTC (permalink / raw)
  To: edk2-devel; +Cc: liming.gao, ard.biesheuvel

Someone using VS2017 to compile a driver for ARM64 reported that a port
of BaseSynchronizationLib/AArch64/Synchronization.S was missing for their
compilation to succeed. This patch adds it.

For completion, we also add MSFT versions of CpuFlushTlb and CpuSleep in
MdePkg/Library/BaseCpuLib as we suspect these might be needed too.

Regards,

/Pete

Pete Batard (2):
  MdePkg/Library/BaseSynchronizationLib: Enable VS2017/ARM64 builds
  MdePkg/Library/BaseCpuLib: Enable VS2017/ARM64 builds

 MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.asm                 |  39 ++++
 MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.asm                    |  40 ++++
 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf                          |   8 +-
 MdePkg/Library/BaseSynchronizationLib/AArch64/Synchronization.asm | 205 ++++++++++++++++++++
 MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf  |   3 +-
 5 files changed, 291 insertions(+), 4 deletions(-)
 create mode 100644 MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.asm
 create mode 100644 MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.asm
 create mode 100644 MdePkg/Library/BaseSynchronizationLib/AArch64/Synchronization.asm

-- 
2.9.3.windows.2



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

end of thread, other threads:[~2018-03-29  2:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-28 15:55 [PATCH 0/2] MdePkg/Library: Add missing .asm files for VS2017/ARM64 Pete Batard
2018-03-28 15:55 ` [PATCH 1/2] MdePkg/Library/BaseSynchronizationLib: Enable VS2017/ARM64 builds Pete Batard
2018-03-28 15:55 ` [PATCH 2/2] MdePkg/Library/BaseCpuLib: " Pete Batard
2018-03-29  2:46 ` [PATCH 0/2] MdePkg/Library: Add missing .asm files for VS2017/ARM64 Gao, Liming

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