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