summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable
AgeCommit message (Expand)Author
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji4
2009-02-03Add information in Meta-Data fileeric_tian
2009-02-02Remove the accidental check in of test code.qwang12
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang12
2009-02-02The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian
2009-01-30Split out Synchronization Library from Base Librarymdkinney
2009-01-16Source level security checkedjji4
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-14Use correct capitalization to pass build on UNIXGCC.xli24
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian
2008-12-11INF head checkedjji4
2008-12-11Renamed to follow Coding Styleeric_tian
2008-12-10code scrub updateeric_tian
2008-12-05move false dependency relationeric_tian
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy
2008-12-03Global variables have been moved backward ahead of functions.jji4
2008-11-25code scruberic_tian
2008-11-13Code Scrub:jji4
2008-11-12Code Scrub:jji4
2008-11-05Remove over specific library class DebugLib.klu2
2008-11-05Remove over specific library classklu2
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-28clean up EBC in inf files.vanjeff
2008-10-26Add in local variable to ensure that "operands are evaluated in specified ord...qwang12
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang12
2008-10-11If there are variables in the VAR_ADDED state that are identical to the varia...mdkinney
2008-10-09Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/P...lgao4
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao4
2008-08-25remove the unused msa files in MdeModulePkg.lgao4
2008-05-29Add call to CreateEvent() for SetVirtualAddressMap()mdkinney
2008-04-09Add comments and DoxyGen format for these files.lgao4
2008-03-19[Description]:yshang1
2008-03-18[Description]eric_tian
2008-02-05Correct return status for the unsupported conditionlgao4
2008-02-04Add the check- in missed filegtian
2008-01-17Reclaim occurs as late as possible before OS boot for keep enough space used ...lgao4
2008-01-15Fix bug that failed to reclaim the variable.yshang1
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
2008-01-091) Fix the bug that Variable Cache Search does not be protected by lock durin...yshang1