summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable
AgeCommit message (Expand)AuthorFilesLines
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-14Use correct capitalization to pass build on UNIXGCC.xli241-1/+1
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian2-25/+11
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian5-378/+341
2008-12-11INF head checkedjji42-5/+5
2008-12-11Renamed to follow Coding Styleeric_tian1-0/+0
2008-12-10code scrub updateeric_tian3-271/+428
2008-12-05move false dependency relationeric_tian1-1/+1
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy3-9/+0
2008-12-03Global variables have been moved backward ahead of functions.jji41-20/+19
2008-11-25code scruberic_tian2-9/+6
2008-11-13Code Scrub:jji41-1/+1
2008-11-12Code Scrub:jji45-329/+251
2008-11-05Remove over specific library class DebugLib.klu22-4/+0
2008-11-05Remove over specific library classklu22-2/+0
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...jji43-14/+2
2008-10-28clean up EBC in inf files.vanjeff1-1/+1
2008-10-26Add in local variable to ensure that "operands are evaluated in specified ord...qwang121-2/+12
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang121-3/+3
2008-10-11If there are variables in the VAR_ADDED state that are identical to the varia...mdkinney1-12/+29
2008-10-09Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/P...lgao41-1/+1
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff1-14/+7
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao42-2/+2
2008-08-25remove the unused msa files in MdeModulePkg.lgao43-259/+0
2008-05-29Add call to CreateEvent() for SetVirtualAddressMap()mdkinney1-0/+11
2008-04-09Add comments and DoxyGen format for these files.lgao410-95/+60
2008-03-19[Description]:yshang11-41/+131
2008-03-18[Description]eric_tian1-3/+3
2008-02-05Correct return status for the unsupported conditionlgao41-5/+0
2008-02-04Add the check- in missed filegtian1-0/+7
2008-01-17Reclaim occurs as late as possible before OS boot for keep enough space used ...lgao41-31/+56
2008-01-15Fix bug that failed to reclaim the variable.yshang11-1/+1
2008-01-141) Replace MACRO with C functions.yshang14-72/+284
2008-01-11Change C functions, xxxSizeOfVariable(), to MACRO, which can avoid the ICC co...yshang14-121/+46
2008-01-10Align the header of variable from 1 to 4, which can avoid the size of variabl...yshang14-34/+161
2008-01-091) Fix the bug that Variable Cache Search does not be protected by lock durin...yshang12-23/+106
2007-12-20Remove 'Framework' word in commentsklu23-3/+3
2007-11-05define the variable related to PCD for supporting big variable (>32K) easily.gtian5-4/+14
2007-10-311) Change GUID of emuvariable module. yshang12-2/+2
2007-10-19Fix a bug in variable driver cache mechanism:qhuang81-1/+2
2007-10-09Fix a bug. FindVariable now search volatile variable first (previously NV var...qwang121-3/+5
2007-10-06Fix a bug with changing the NVRAM properties of a VariableAJFISH1-7/+8
2007-10-05Update comments in Variable driver and removed references to FLASH Map Hob in...AJFISH4-452/+267
2007-10-04Made PCD valid for all architectures. Added new Variable statistic dump aplic...AJFISH1-1/+1
2007-10-04Add Profiling support for Variable store and added a specialized caching algo...AJFISH4-18/+363
2007-09-171. Uefi2.1 feature - Add Hardware Error Record Persistence Support qhuang82-416/+518