]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.c
MdeModulePkg: Add the alignment check for FTW spare area address and length, and...
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmm.c
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.