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