summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxe.c
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg: Delete Auth Variable driverStar Zeng2015-07-011-1118/+0
* SecurityPkg Variable: Move VariableLock install into SmmVariableReady().Star Zeng2015-06-111-21/+20
* SecurityPkg Variable: Support the new introduced PcdMaxAuthVariableSize.Star Zeng2015-06-101-1/+5
* SecurityPkg Variable: Prevent BS variable update in legacy OS runtime.Star Zeng2015-05-191-0/+12
* SecurityPkg Variable: Keep the behavior of Variable Dxe and SMM drivers consi...Star Zeng2015-03-091-5/+5
* SecurityPkg Variable: Implement VarCheck PROTOCOLStar Zeng2015-01-051-2/+189
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+7
* Add TPM2 implementation.jyao12013-09-181-0/+23
* Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu2013-05-201-0/+79
* 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-1/+8
* 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/+29
* 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-15/+77
* Include read data buffer in CommBufferSize when calculate the buffer size.ydong102012-07-091-2/+2
* Add comment for modules which have external input.jyao12012-06-121-1/+20
* Add security package to repository.gdong12011-09-021-0/+651