summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable/Pei/Variable.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Variable: Consume Variable Flash InfoMichael Kubacki2022-05-191-5/+9
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-213/+230
* 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-091-7/+1
* MdeModulePkg VariablePei: Don't check BOOT_IN_RECOVERY_MODEStar Zeng2019-01-241-3/+5
* MdeModulePkg Variable: Fix comment typo 'end' to 'start'Star Zeng2018-09-281-5/+9
* 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: Minor update to the Data parameter for PEI GetVariable()Star Zeng2017-06-221-2/+3
* MdeModulePkg Variable: return error for empty str VariableName to GetVariableStar Zeng2016-05-151-1/+5
* MdeModulePkg VariablePei: Merge from VariablePei in SecurityPkgStar Zeng2015-07-011-68/+162
* 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: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-031-110/+339
* 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-121-0/+9
* 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-141-167/+251
* Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu52011-06-071-4/+2
* judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF...erictian2011-03-141-108/+44
* if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria...erictian2011-03-141-5/+98
* Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish2010-07-221-1/+5
* 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-241-2/+2
* Refine parameter description according to PI 1.2 errata A.xli242010-02-261-1/+2
* 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-231-6/+38
* Fix tracker 202216:linux runtime test issue.eric_tian2009-03-191-1/+1
* 1. delete Include/Guid/VariableInfo.heric_tian2009-02-271-2/+6
* Adjust code to fix potential array out-bound issues.qhuang82009-02-111-4/+2
* The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian2009-02-021-1/+1
* Coding style checkedjji42009-01-151-1/+1
* As variable area is not reliable in recovery path, then we should not produce...eric_tian2009-01-051-4/+16
* code scrub on VariableRuntime Dxe drivereric_tian2008-12-121-11/+11
* INF head checkedjji42008-12-111-1/+1
* Code Scrub:jji42008-11-131-1/+1
* Code Scrub:jji42008-11-121-265/+180
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-6/+2
* Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang122008-10-171-3/+3
* Add comments and DoxyGen format for these files.lgao42008-04-091-8/+5
* [Description]eric_tian2008-03-181-3/+3
* Add the check- in missed filegtian2008-02-041-0/+7