summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Variable: Consume Variable Flash InfoMichael Kubacki2022-05-191-3/+2
* MdeModulePkg: Drop VarLock from RuntimeDxe variable driverBret Barkelew2020-11-171-0/+1
* MdeModulePkg: Connect VariablePolicy business logic to VariableServicesBret Barkelew2020-11-171-0/+3
* MdeModulePkg/Variable: Add RT GetVariable() cache supportMichael Kubacki2019-11-051-0/+2
* MdeModulePkg/Variable: Add a file for NV variable functionsMichael Kubacki2019-11-051-0/+2
* MdeModulePkg/Variable: Consolidate common parsing functionsMichael Kubacki2019-11-051-0/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-6/+1
* MdeModulePkg Variable: Add emulated variable NV mode supportStar Zeng2019-01-241-1/+3
* MdeModulePkg/VariableRuntimeDxe: factor out boot service accessesArd Biesheuvel2019-01-161-2/+3
* MdeModulePkg/Variable: Update to consume SpeculationBarrierHao Wu2018-12-251-1/+1
* MdeModulePkg/Variable: [CVE-2017-5753] Fix bounds check bypassHao Wu2018-09-301-0/+1
* MdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolatileVariableSizeLaszlo Ersek2018-03-301-0/+1
* MdeModulePkg/Variable/RuntimeDxe: delete and lock OS-created MOR variableLaszlo Ersek2017-10-101-0/+3
* MdeModulePkg/Variable/RuntimeDxe: move SecureBootHook() decl to new headerLaszlo Ersek2017-10-101-0/+1
* MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu2016-08-311-1/+0
* MdeModulePkg: Update Guid/Protocol usages in INF files.Liming Gao2016-04-131-7/+10
* MdeModulePkg: Add MorLock to variable driver.Yao, Jiewen2016-01-191-1/+5
* MdeModulePkg Variable: Consume the separated VarCheckLibStar Zeng2015-08-251-14/+1
* MdeModulePkg: Remove mZeroGuid definition in Universal/Variable/RuntimeDxeHao Wu2015-07-071-0/+1
* MdeModulePkg Variable: Merge from Auth Variable driver in SecurityPkgStar Zeng2015-07-011-19/+46
* MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2015-02-051-1/+0
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-021-0/+1
* MdeModulePkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxeStar Zeng2015-02-021-1/+2
* MdeModulePkg Variable: Implement variable quota management.Star Zeng2015-01-271-0/+3
* MdeModulePkg Variable: Implement VarCheck PROTOCOLStar Zeng2015-01-051-2/+5
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-23/+36
* MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng2014-03-251-2/+3
* Fix CRLF formatTian, Hot2014-01-221-97/+97
* MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-031-0/+1
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-171-1/+2
* MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2012-11-011-0/+1
* Add SMRAM range check to variable SMM SMI handler.czhang462012-07-131-7/+13
* According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng142012-05-301-1/+2
* Missing declaration of the GUID gEfiSystemNvDataFvGuid.niruiyu2011-12-131-0/+1
* Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu2011-10-141-1/+2
* Puts SMM variable common definitions in SmmVariableCommon.h.gdong12011-02-281-2/+2
* Add typecast to remove warning with ICC.gdong12010-12-111-1/+0
* Add SMM Variable implementation.gdong12010-12-101-0/+86