summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/Pei/Variable.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-29MdeModulePkg: fix issue caused by uninitialized variableDun Tan1-0/+1
2024-06-17MdeModulePkg:Create gEdkiiVariableRuntimeCacheInfoHobGuidDun Tan1-1/+300
2022-05-19MdeModulePkg/Variable: Consume Variable Flash InfoMichael Kubacki1-5/+9
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-213/+230
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 Kinney1-7/+1
2019-01-24MdeModulePkg VariablePei: Don't check BOOT_IN_RECOVERY_MODEStar Zeng1-3/+5
2018-09-28MdeModulePkg Variable: Fix comment typo 'end' to 'start'Star Zeng1-5/+9
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
2017-06-22MdeModulePkg: Minor update to the Data parameter for PEI GetVariable()Star Zeng1-2/+3
2016-05-15MdeModulePkg Variable: return error for empty str VariableName to GetVariableStar Zeng1-1/+5
2015-07-01MdeModulePkg VariablePei: Merge from VariablePei in SecurityPkgStar Zeng1-68/+162
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
2013-07-03MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng1-110/+339
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...oliviermartin1-0/+9
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 ...niruiyu1-167/+251
2011-06-07Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu51-4/+2
2011-03-14judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF...erictian1-108/+44
2011-03-14if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria...erictian1-5/+98
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish1-1/+5
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 formathhtian1-2/+2
2010-02-26Refine parameter description according to PI 1.2 errata A.xli241-1/+2
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_tian1-6/+38
2009-03-19Fix tracker 202216:linux runtime test issue.eric_tian1-1/+1
2009-02-271. delete Include/Guid/VariableInfo.heric_tian1-2/+6
2009-02-11Adjust code to fix potential array out-bound issues.qhuang81-4/+2
2009-02-02The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian1-1/+1
2009-01-15Coding style checkedjji41-1/+1
2009-01-05As variable area is not reliable in recovery path, then we should not produce...eric_tian1-4/+16
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian1-11/+11
2008-12-11INF head checkedjji41-1/+1
2008-11-13Code Scrub:jji41-1/+1
2008-11-12Code Scrub:jji41-265/+180
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-6/+2
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang121-3/+3
2008-04-09Add comments and DoxyGen format for these files.lgao41-8/+5