summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Align RuntimeDxe function headers with UEFI return valuesSuqiang Ren2024-02-091-21/+78
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-293/+313
* MdeModulePkg: VariableSmmRuntimeDxe: Added request unblock memory interfaceKun Qin2021-03-051-0/+42
* MdeModulePkg: Connect VariablePolicy business logic to VariableServicesBret Barkelew2020-11-171-0/+14
* MdeModulePkg/VariableSmmRuntimeDxe: switch to MM communicate 2Ard Biesheuvel2020-05-121-18/+21
* MdeModulePkg Variable: Return GetVariable() attr if EFI_BUFFER_TOO_SMALLMichael Kubacki2020-04-071-4/+6
* MdeModulePkg/Variable: Initialize local variable "RtPtrTrack"edk2-stable201911Kubacki, Michael A2019-11-251-0/+2
* MdeModulePkg/Variable: Add RT GetNextVariableName() cache supportMichael Kubacki2019-11-051-9/+128
* MdeModulePkg/Variable: Add RT GetVariable() cache supportMichael Kubacki2019-11-051-13/+499
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/Variable/RuntimeDxe: move SecureBootHook() decl to new headerLaszlo Ersek2017-10-101-14/+2
* MdeModulePkg: Variable: Update PCR[7] measure for new TCG specZhang, Chao B2017-01-221-1/+18
* MdeModulePkg Variable: Merge from Auth Variable driver in SecurityPkgStar Zeng2015-07-011-58/+156
* MdeModulePkg Variable: Move VariableLock install into SmmVariableReady().Star Zeng2015-06-111-21/+20
* MdeModulePkg Variable: Prevent BS variable update in legacy OS runtime.Star Zeng2015-05-191-0/+12
* MdeModulePkg Variable: Keep the behavior of Variable Dxe and SMM drivers cons...Star Zeng2015-03-091-5/+5
* MdeModulePkg Variable: Implement VarCheck PROTOCOLStar Zeng2015-01-051-2/+189
* MdeModulePkg Variable: Add missing warning annotation.Star Zeng2014-11-191-0/+19
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+7
* Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea...niruiyu2013-05-201-2/+12
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-171-0/+69
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-071-32/+16
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-251-15/+32
* Fix potential overflow for SetVariable interfaceczhang462013-04-221-0/+7
* Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang462013-04-151-10/+28
* Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang462013-04-121-9/+30
* If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng142013-04-081-0/+30
* Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng142013-01-151-2/+2
* Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng142013-01-081-16/+78
* Include read data buffer in CommBufferSize when calculate the buffer size.ydong102012-07-091-2/+2
* Puts SMM variable common definitions in SmmVariableCommon.h.gdong12011-02-281-8/+9
* Update inappropriate comments.gdong12010-12-151-2/+2
* Add typecast to remove warning with ICC.gdong12010-12-111-4/+4
* Add SMM Variable implementation.gdong12010-12-101-0/+650