index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdePkg
/
Library
/
BaseLib
/
Synchronization.c
Age
Commit message (
Expand
)
Author
2007-07-12
Removed MdePkg usage of ModuleName: in file headers
AJFISH
2007-06-29
Removed CommonHeader.h generated file from the MdePkg.
AJFISH
2007-06-22
Import some basic libraries instances for Mde Packages.
vanjeff
2007-06-01
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...
lhauch
2007-04-04
Fixed issue for ICC, since ICC does not allow to cast data with volatile qual...
yshang1
2007-04-03
Updated MSA file for EBC.
yshang1
2007-04-03
Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o...
yshang1
2007-04-02
Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIRED
qhuang8
2007-03-29
1.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...
qhuang8
2007-01-25
Make MDE package pass intel IPF compiler with /W4 /WX switched on.
xli24
2006-11-24
Add volatile to modify LockValue in ReleaseSpinLock().
xli24
2006-11-23
Add volatile to modify LockValue in AcquireLockOrFail().
xli24
2006-11-13
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...
xli24
2006-07-19
1. added functions header for BaseUefiDecompressLi
vanjeff
2006-06-22
In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...
klu2
2006-06-20
1. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLib
vanjeff
2006-05-29
Change SPIN_LOCK_ACQUIRED to 1 and SPIN_LOCK_RELEASED to 2 according to MWG.
bxing
2006-04-21
Initial import.
bbahnsen