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
/
MdeModulePkg
/
Universal
/
Variable
/
RuntimeDxe
/
VariableSmmRuntimeDxe.c
Age
Commit message (
Expand
)
Author
2014-07-28
Update code to support VS2013 tool chain.
Eric Dong
2013-05-20
Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea...
niruiyu
2013-05-17
Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...
niruiyu
2013-05-07
1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...
lzeng14
2013-04-25
1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...
lzeng14
2013-04-22
Fix potential overflow for SetVariable interface
czhang46
2013-04-15
Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...
czhang46
2013-04-12
Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...
czhang46
2013-04-08
If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...
lzeng14
2013-01-15
Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...
lzeng14
2013-01-08
Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...
lzeng14
2012-07-09
Include read data buffer in CommBufferSize when calculate the buffer size.
ydong10
2011-02-28
Puts SMM variable common definitions in SmmVariableCommon.h.
gdong1
2010-12-15
Update inappropriate comments.
gdong1
2010-12-11
Add typecast to remove warning with ICC.
gdong1
2010-12-10
Add SMM Variable implementation.
gdong1