]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.c
MdeModulePkg Variable: Abstract GetHobVariableStore function
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmm.c
2018-03-30 Laszlo ErsekMdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolat...
2017-10-10 Laszlo ErsekMdeModulePkg/Variable/RuntimeDxe: introduce MorLockInit...
2016-12-12 Star ZengMdeModulePkg VariableSmm: Check InfoSize correctly
2016-12-12 Star ZengMdeModulePkg VariableSmm: Do not need check CommBufferS...
2016-10-27 Gary LinMdeModulePkg/Universal: Fix typos in comments
2016-08-31 Hao WuMdeModulePkg: Use IsZeroGuid API for zero GUID checking
2015-08-25 Star ZengMdeModulePkg Variable: Consume the separated VarCheckLib
2015-07-07 Hao WuMdeModulePkg: Remove mZeroGuid definition in Universal...
2015-07-01 Star ZengMdeModulePkg Variable: Merge from Auth Variable driver...
2015-02-05 Star ZengMdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.
2015-02-02 Yao, JiewenUse SmmMemLib to check communication buffer.
2015-02-02 Star ZengMdeModulePkg Variable: Introduce PcdReclaimVariableSpac...
2015-01-27 Star ZengMdeModulePkg Variable: Implement variable quota management.
2015-01-05 Star ZengMdeModulePkg Variable: Implement VarCheck PROTOCOL
2013-07-11 Star ZengMdeModulePkg: Add the alignment check for FTW spare...
2013-05-21 lzeng14Fix the TOCTOU issue of CommBufferSize itself for SMM...
2013-05-20 niruiyuRemove the complex buffer since the _LOCK_VARIABLE...
2013-05-17 niruiyuAdd EDKII_VARIABLE_LOCK_PROTOCOL and the implementation...
2013-05-07 lzeng141. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm...
2013-04-25 lzeng141. Use the check IsAddressValid() to prevent SMM commun...
2013-04-19 czhang46Fix a potential SMM memory dump issue. If pass communic...
2012-12-12 lzeng14Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of...
2012-09-12 erictianMdeModulePkg/VariableSmm: Fix a VariableSmm bug when...
2012-07-17 sfu5Return EFI_UNSUPPORTED if READY_TO_BOOT function is...
2012-07-17 sfu5Fix a buffer overflow bug in VariableSmm driver.
2012-07-13 czhang46Add SMRAM range check to variable SMM SMI handler.
2011-02-28 gdong1Puts SMM variable common definitions in SmmVariableComm...
2010-12-11 gdong1Add typecast to remove warning with ICC.
2010-12-10 gdong1Add SMM Variable implementation.