summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-18 21:02:42 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-18 21:02:42 +0000
commit3c99107841da7f4f646c5bba94f55d73a936e82a (patch)
treeb45254445866929d1df65b869697222879d1330b /MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
parent9101c2e89417e103f1831a6aef007df67f3b472c (diff)
downloadedk2-platforms-3c99107841da7f4f646c5bba94f55d73a936e82a.tar.xz
Add ARM support
Add C inline versions of the IA32 and X64 assembly functions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9112 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf')
-rw-r--r--MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf11
1 files changed, 8 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
index 34a61b08fd..00c4b84a64 100644
--- a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
+++ b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
@@ -1,7 +1,8 @@
#/** @file
# Base Synchronization Library implementation.
#
-# Copyright (c) 2007 - 2008, Intel Corporation.
+# Copyright (c) 2007 - 2008, Intel Corporation.<BR>
+# Portions Copyright (c) 2008-2009 Apple Inc.<BR>
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -22,12 +23,12 @@
LIBRARY_CLASS = SynchronizationLib
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM
#
[Sources.Common]
BaseSynchronizationLibInternals.h
-[Sources.Ia32]
+[Sources.IA32]
Ia32/InterlockedCompareExchange64.c | MSFT
Ia32/InterlockedCompareExchange32.c | MSFT
Ia32/InterlockedDecrement.c | MSFT
@@ -80,6 +81,10 @@
Synchronization.c
Ebc/Synchronization.c
+[Sources.ARM]
+ Synchronization.c
+ Arm/Synchronization.c
+
[Packages]
MdePkg/MdePkg.dec