]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmmRuntimeDxe.c
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-03-05 Kun QinMdeModulePkg: VariableSmmRuntimeDxe: Added request...
2020-11-17 Bret BarkelewMdeModulePkg: Connect VariablePolicy business logic...
2020-05-12 Ard BiesheuvelMdeModulePkg/VariableSmmRuntimeDxe: switch to MM commun...
2020-04-07 Michael KubackiMdeModulePkg Variable: Return GetVariable() attr if...
2019-11-25 Kubacki, Michael AMdeModulePkg/Variable: Initialize local variable "RtPtr... edk2-stable201911
2019-11-06 Michael KubackiMdeModulePkg/Variable: Add RT GetNextVariableName(...
2019-11-06 Michael KubackiMdeModulePkg/Variable: Add RT GetVariable() cache support
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2017-10-10 Laszlo ErsekMdeModulePkg/Variable/RuntimeDxe: move SecureBootHook...
2017-01-22 Zhang, Chao BMdeModulePkg: Variable: Update PCR[7] measure for new...
2015-07-01 Star ZengMdeModulePkg Variable: Merge from Auth Variable driver...
2015-06-11 Star ZengMdeModulePkg Variable: Move VariableLock install into...
2015-05-19 Star ZengMdeModulePkg Variable: Prevent BS variable update in...
2015-03-09 Star ZengMdeModulePkg Variable: Keep the behavior of Variable...
2015-01-05 Star ZengMdeModulePkg Variable: Implement VarCheck PROTOCOL
2014-11-19 Star ZengMdeModulePkg Variable: Add missing warning annotation.
2014-07-28 Eric DongUpdate code to support VS2013 tool chain.
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-22 czhang46Fix potential overflow for SetVariable interface
2013-04-15 czhang46Fix SMM Variable driver stack GetVariable return INVALI...
2013-04-12 czhang46Update SMM variable DXE driver GetNextVariable interfac...
2013-04-08 lzeng14If DataSize or VariableNameSize is near MAX_ADDRESS...
2013-01-15 lzeng14Fix the issue that RuntimeServiceQueryVariableInfo...
2013-01-08 lzeng14Add the TPL raise/restore code for VariableSmmRuntimeDx...
2012-07-09 ydong10Include read data buffer in CommBufferSize when calcula...
2011-02-28 gdong1Puts SMM variable common definitions in SmmVariableComm...
2010-12-15 gdong1Update inappropriate comments.
2010-12-11 gdong1Add typecast to remove warning with ICC.
2010-12-10 gdong1Add SMM Variable implementation.