summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.h
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg: Delete Auth Variable driverStar Zeng2015-07-011-836/+0
* SecurityPkg: Implement AuthVariableLib library instanceStar Zeng2015-07-011-6/+0
* SecurityPkg Variable: Support the new introduced PcdMaxAuthVariableSize.Star Zeng2015-06-101-0/+8
* SecurityPkg Variable: Reuse scratch data area(at the end of volatile variable...Star Zeng2015-03-171-0/+17
* SecurityPkg Variable: Implement variable quota management.Star Zeng2015-01-271-1/+35
* SecurityPkg Variable: Implement VarCheck PROTOCOLStar Zeng2015-01-051-9/+118
* Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo2014-03-271-4/+26
* MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng2014-03-251-5/+35
* MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...Star Zeng2013-11-121-4/+2
* MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng2013-11-041-4/+6
* MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2013-08-191-1/+9
* SecurityPkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-031-0/+1
* Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu2013-05-201-1/+31
* Add error handling code to prevent variable store corruption in release build.sfu52013-02-211-14/+15
* 1. Update the logic of UpdateVariable() for updating variable from:lzeng142013-01-181-4/+11
* Fix a bug that the invalid public key will never be removed from public key d...sfu52013-01-091-1/+32
* 1. Don't assume that flush the HOB variable to flash must be successful.lzeng142013-01-041-0/+13
* 1. Correct the counter-based hash algorithm according to UEFI spec.sfu52012-11-211-0/+7
* Add comment for modules which have external input.jyao12012-06-121-0/+17
* According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng142012-05-301-0/+1
* If setting variable in Runtime and there has been a same GUID and name variab...lzeng142012-03-301-5/+6
* 1. Remove “Force clear PK” feature in AuthVarialbe driver.sfu52012-03-271-8/+12
* SecurityPkg/VariableAuthenticated: Check if there is a NV Variable Storage he...oliviermartin2011-12-131-0/+1
* Support Variable driver (VariableAuthenticatedPei/VariableAuthenticatedRuntim...niruiyu2011-10-191-0/+9
* Add security package to repository.gdong12011-09-021-0/+491