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
/
VariableSmm.c
Age
Commit message (
Expand
)
Author
2016-12-12
MdeModulePkg VariableSmm: Check InfoSize correctly
Star Zeng
2016-12-12
MdeModulePkg VariableSmm: Do not need check CommBufferSize buffer
Star Zeng
2016-10-27
MdeModulePkg/Universal: Fix typos in comments
Gary Lin
2016-08-31
MdeModulePkg: Use IsZeroGuid API for zero GUID checking
Hao Wu
2015-08-25
MdeModulePkg Variable: Consume the separated VarCheckLib
Star Zeng
2015-07-07
MdeModulePkg: Remove mZeroGuid definition in Universal/Variable/RuntimeDxe
Hao Wu
2015-07-01
MdeModulePkg Variable: Merge from Auth Variable driver in SecurityPkg
Star Zeng
2015-02-05
MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.
Star Zeng
2015-02-02
Use SmmMemLib to check communication buffer.
Yao, Jiewen
2015-02-02
MdeModulePkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxe
Star Zeng
2015-01-27
MdeModulePkg Variable: Implement variable quota management.
Star Zeng
2015-01-05
MdeModulePkg Variable: Implement VarCheck PROTOCOL
Star Zeng
2013-07-11
MdeModulePkg: Add the alignment check for FTW spare area address and length, ...
Star Zeng
2013-05-21
Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.
lzeng14
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-19
Fix a potential SMM memory dump issue. If pass communication buffer with Data...
czhang46
2012-12-12
Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...
lzeng14
2012-09-12
MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...
erictian
2012-07-17
Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.
sfu5
2012-07-17
Fix a buffer overflow bug in VariableSmm driver.
sfu5
2012-07-13
Add SMRAM range check to variable SMM SMI handler.
czhang46
2011-02-28
Puts SMM variable common definitions in SmmVariableCommon.h.
gdong1
2010-12-11
Add typecast to remove warning with ICC.
gdong1
2010-12-10
Add SMM Variable implementation.
gdong1