summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/Pei
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-09INF extension reviewedjji41-1/+7
2009-01-08INF extension reviewedjji41-3/+2
2009-01-05As variable area is not reliable in recovery path, then we should not produce...eric_tian1-4/+16
2008-12-30Typo correctedjji41-1/+1
2008-12-22remedy the ppi comment. This module is always used to produced gEfiPeiReadOnl...eric_tian1-1/+1
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian1-11/+11
2008-12-11INF head checkedjji42-5/+5
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-11-13Code Scrub:jji41-1/+1
2008-11-12Code Scrub:jji45-329/+251
2008-10-31Use #include "XXX.h" for module internal header files.qhuang82-2/+2
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-08-25remove the unused msa files in MdeModulePkg.lgao41-76/+0
2008-04-09Add comments and DoxyGen format for these files.lgao44-32/+19
2008-03-18[Description]eric_tian1-3/+3
2008-02-04Add the check- in missed filegtian1-0/+7
2008-01-141) Replace MACRO with C functions.yshang12-43/+155
2008-01-11Change C functions, xxxSizeOfVariable(), to MACRO, which can avoid the ICC co...yshang12-60/+23
2008-01-10Align the header of variable from 1 to 4, which can avoid the size of variabl...yshang12-11/+118
2007-12-20Remove 'Framework' word in commentsklu23-3/+3
2007-11-05define the variable related to PCD for supporting big variable (>32K) easily.gtian1-0/+1
2007-09-04Merge the PI enabling works from the branchqwang121-1/+1