summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/Pei
AgeCommit message (Expand)AuthorFilesLines
2024-07-29MdeModulePkg: fix issue caused by uninitialized variableDun Tan1-0/+1
2024-06-17MdeModulePkg:Create gEdkiiVariableRuntimeCacheInfoHobGuidDun Tan3-2/+310
2022-05-19MdeModulePkg/Variable: Consume Variable Flash InfoMichael Kubacki3-8/+13
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki2-225/+243
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-2/+2
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-3/+3
2020-04-07MdeModulePkg VariablePei: Return GetVariable() attr if EFI_BUFFER_TOO_SMALLMichael Kubacki1-9/+10
2019-11-04MdeModulePkg/Variable/Pei: Update the condition in if statementShenglei Zhang1-1/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney5-35/+5
2019-01-24MdeModulePkg VariablePei: Don't check BOOT_IN_RECOVERY_MODEStar Zeng2-4/+7
2018-09-28MdeModulePkg Variable: Fix comment typo 'end' to 'start'Star Zeng1-5/+9
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-2/+2
2018-07-03MdeModulePkg Variable: Add/Correct GetHobVariableStore para descriptionStar Zeng1-0/+3
2018-07-02MdeModulePkg Variable: Make sure no more than one Variable HOBStar Zeng1-0/+24
2018-07-02MdeModulePkg Variable: Abstract GetHobVariableStore functionStar Zeng1-12/+28
2018-06-28MdeModulePkg: Clean up source filesLiming Gao2-5/+5
2017-06-22MdeModulePkg: Minor update to the Data parameter for PEI GetVariable()Star Zeng2-5/+7
2016-05-15MdeModulePkg Variable: return error for empty str VariableName to GetVariableStar Zeng1-1/+5
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-07-01MdeModulePkg VariablePei: Merge from VariablePei in SecurityPkgStar Zeng4-83/+182
2014-11-19MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure.Star Zeng1-0/+4
2014-10-31MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria...Star Zeng1-2/+20
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-11/+16
2013-07-03MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng3-116/+359
2013-01-25Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng141-10/+49
2011-12-12MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin3-0/+11
2011-11-14Fix a typo in the commentsniruiyu1-1/+1
2011-10-14Fix the clang compilation failure to handle all the values in a case statemen...niruiyu1-0/+4
2011-10-14Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu2-167/+258
2011-06-07Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu53-32/+4
2011-03-14judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF...erictian3-185/+45
2011-03-14if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria...erictian3-8/+177
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish2-2/+7
2010-05-20fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va...erictian1-1/+1
2010-04-24Update the copyright notice formathhtian3-6/+6
2010-02-26Refine parameter description according to PI 1.2 errata A.xli241-1/+2
2010-02-241. Correct File header to ## @filelgao41-5/+5
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-2/+2
2009-11-17Fix parameter name in function header.xli241-1/+1
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli241-2/+2
2009-06-29add assertion to pass K8 check.eric_tian1-0/+1
2009-06-23refine VariablePei driver to unify the algorithm of access VariableIndexTable...eric_tian5-163/+45
2009-03-19Fix tracker 202216:linux runtime test issue.eric_tian1-1/+1
2009-02-271. delete Include/Guid/VariableInfo.heric_tian3-3/+10
2009-02-11Adjust code to fix potential array out-bound issues.qhuang83-6/+8
2009-02-02The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian1-1/+1
2009-01-15Coding style checkedjji41-1/+1
2009-01-09Add INF extension Informationlgao41-11/+0