summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/Pei
AgeCommit message (Expand)Author
2014-11-19MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure.Star Zeng
2014-10-31MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria...Star Zeng
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2013-07-03MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng
2013-01-25Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng14
2011-12-12MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin
2011-11-14Fix a typo in the commentsniruiyu
2011-10-14Fix the clang compilation failure to handle all the values in a case statemen...niruiyu
2011-10-14Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu
2011-06-07Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu5
2011-03-14judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF...erictian
2011-03-14if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria...erictian
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish
2010-05-20fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va...erictian
2010-04-24Update the copyright notice formathhtian
2010-02-26Refine parameter description according to PI 1.2 errata A.xli24
2010-02-241. Correct File header to ## @filelgao4
2010-01-15Fix some coding style issues in MdeModulePkg.rsun3
2009-11-17Fix parameter name in function header.xli24
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli24
2009-06-29add assertion to pass K8 check.eric_tian
2009-06-23refine VariablePei driver to unify the algorithm of access VariableIndexTable...eric_tian
2009-03-19Fix tracker 202216:linux runtime test issue.eric_tian
2009-02-271. delete Include/Guid/VariableInfo.heric_tian
2009-02-11Adjust code to fix potential array out-bound issues.qhuang8
2009-02-02The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian
2009-01-15Coding style checkedjji4
2009-01-09Add INF extension Informationlgao4
2009-01-09INF extension reviewedjji4
2009-01-08INF extension reviewedjji4
2009-01-05As variable area is not reliable in recovery path, then we should not produce...eric_tian
2008-12-30Typo correctedjji4
2008-12-22remedy the ppi comment. This module is always used to produced gEfiPeiReadOnl...eric_tian
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian
2008-12-11INF head checkedjji4
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy
2008-11-13Code Scrub:jji4
2008-11-12Code Scrub:jji4
2008-10-31Use #include "XXX.h" for module internal header files.qhuang8
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji4
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang12
2008-08-25remove the unused msa files in MdeModulePkg.lgao4
2008-04-09Add comments and DoxyGen format for these files.lgao4
2008-03-18[Description]eric_tian
2008-02-04Add the check- in missed filegtian
2008-01-141) Replace MACRO with C functions.yshang1
2008-01-11Change C functions, xxxSizeOfVariable(), to MACRO, which can avoid the ICC co...yshang1
2008-01-10Align the header of variable from 1 to 4, which can avoid the size of variabl...yshang1