summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable/Pei
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Variable: Consume Variable Flash InfoMichael Kubacki2022-05-193-8/+13
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-072-225/+243
* MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2021-12-071-2/+2
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-3/+3
* MdeModulePkg VariablePei: Return GetVariable() attr if EFI_BUFFER_TOO_SMALLMichael Kubacki2020-04-071-9/+10
* MdeModulePkg/Variable/Pei: Update the condition in if statementShenglei Zhang2019-11-041-1/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-095-35/+5
* MdeModulePkg VariablePei: Don't check BOOT_IN_RECOVERY_MODEStar Zeng2019-01-242-4/+7
* MdeModulePkg Variable: Fix comment typo 'end' to 'start'Star Zeng2018-09-281-5/+9
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-2/+2
* MdeModulePkg Variable: Add/Correct GetHobVariableStore para descriptionStar Zeng2018-07-031-0/+3
* MdeModulePkg Variable: Make sure no more than one Variable HOBStar Zeng2018-07-021-0/+24
* MdeModulePkg Variable: Abstract GetHobVariableStore functionStar Zeng2018-07-021-12/+28
* MdeModulePkg: Clean up source filesLiming Gao2018-06-282-5/+5
* MdeModulePkg: Minor update to the Data parameter for PEI GetVariable()Star Zeng2017-06-222-5/+7
* MdeModulePkg Variable: return error for empty str VariableName to GetVariableStar Zeng2016-05-151-1/+5
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg VariablePei: Merge from VariablePei in SecurityPkgStar Zeng2015-07-014-83/+182
* MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure.Star Zeng2014-11-191-0/+4
* MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria...Star Zeng2014-10-311-2/+20
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-11/+16
* MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-033-116/+359
* Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng142013-01-251-10/+49
* MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin2011-12-123-0/+11
* Fix a typo in the commentsniruiyu2011-11-141-1/+1
* Fix the clang compilation failure to handle all the values in a case statemen...niruiyu2011-10-141-0/+4
* Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu2011-10-142-167/+258
* Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu52011-06-073-32/+4
* judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF...erictian2011-03-143-185/+45
* if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria...erictian2011-03-143-8/+177
* Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish2010-07-222-2/+7
* fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va...erictian2010-05-201-1/+1
* Update the copyright notice formathhtian2010-04-243-6/+6
* Refine parameter description according to PI 1.2 errata A.xli242010-02-261-1/+2
* 1. Correct File header to ## @filelgao42010-02-241-5/+5
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-2/+2
* Fix parameter name in function header.xli242009-11-171-1/+1
* Following 3 updates are for spec update published in PI 1.2.xli242009-11-171-2/+2
* add assertion to pass K8 check.eric_tian2009-06-291-0/+1
* refine VariablePei driver to unify the algorithm of access VariableIndexTable...eric_tian2009-06-235-163/+45
* Fix tracker 202216:linux runtime test issue.eric_tian2009-03-191-1/+1
* 1. delete Include/Guid/VariableInfo.heric_tian2009-02-273-3/+10
* Adjust code to fix potential array out-bound issues.qhuang82009-02-113-6/+8
* The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian2009-02-021-1/+1
* Coding style checkedjji42009-01-151-1/+1
* Add INF extension Informationlgao42009-01-091-11/+0
* INF extension reviewedjji42009-01-091-1/+7
* INF extension reviewedjji42009-01-081-3/+2