]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable
Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg
[mirror_edk2.git] / MdeModulePkg / Universal / Variable /
2009-02-25 eric_tianupdate
2009-02-18 gikidyMeta-data verified.
2009-02-12 vanjeffadd NULL pointer check.
2009-02-11 qhuang8Adjust code to fix potential array out-bound issues.
2009-02-06 mdkinneyAdd parenthesis to expression to make order of operatio...
2009-02-06 niryfix the operator priority bug.
2009-02-06 qhuang8Fix minor build issue.
2009-02-06 eric_tianfix ecc warning
2009-02-03 jji4use the GUIDed versions of events listed below: EVT_SIG...
2009-02-03 eric_tianAdd information in Meta-Data file
2009-02-02 qwang12Remove the accidental check in of test code.
2009-02-02 qwang12Add in ASSERT to check out-of-bound and possible derefe...
2009-02-02 eric_tianThe caller of FindVariable() function ensure VariableNa...
2009-01-30 mdkinneySplit out Synchronization Library from Base Library
2009-01-16 jji4Source level security checked
2009-01-15 jji4Coding style checked
2009-01-09 lgao4Add INF extension Information
2009-01-09 jji4INF extension reviewed
2009-01-08 jji4INF extension reviewed
2009-01-05 eric_tianAs variable area is not reliable in recovery path,...
2008-12-30 jji4Typo corrected
2008-12-22 eric_tianremedy the ppi comment. This module is always used...
2008-12-14 xli24Use correct capitalization to pass build on UNIXGCC.
2008-12-12 eric_tiancode scrub on VariableRuntime Dxe driver
2008-12-12 eric_tiancode scrub on VariableRuntime Dxe driver
2008-12-11 jji4INF head checked
2008-12-11 eric_tianRenamed to follow Coding Style
2008-12-10 eric_tiancode scrub update
2008-12-05 eric_tianmove false dependency relation
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-12-03 jji4Global variables have been moved backward ahead of...
2008-11-25 eric_tiancode scrub
2008-11-13 jji4Code Scrub:
2008-11-12 jji4Code Scrub:
2008-11-05 klu2Remove over specific library class DebugLib.
2008-11-05 klu2Remove over specific library class
2008-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-28 vanjeffclean up EBC in inf files.
2008-10-26 qwang12Add in local variable to ensure that "operands are...
2008-10-17 qwang12Base on PI spec, GetPeiServicesTablePointer is updated...
2008-10-11 mdkinneyIf there are variables in the VAR_ADDED state that...
2008-10-09 lgao4Remove the package header files PiDxe.h/PiPei.h/Uefi...
2008-09-04 vanjeffclean up the un-suitable ';' location when declaring...
2008-08-30 lgao4The driver and library in MdePkg, MdeModulePkg and...
2008-08-25 lgao4remove the unused msa files in MdeModulePkg.
2008-05-29 mdkinneyAdd call to CreateEvent() for SetVirtualAddressMap()
2008-04-09 lgao4Add comments and DoxyGen format for these files.
2008-03-19 yshang1[Description]:
2008-03-18 eric_tian[Description]
2008-02-05 lgao4Correct return status for the unsupported condition
2008-02-04 gtianAdd the check- in missed file
2008-01-17 lgao4Reclaim occurs as late as possible before OS boot for...
2008-01-15 yshang1Fix bug that failed to reclaim the variable.
2008-01-14 yshang11) Replace MACRO with C functions.
2008-01-11 yshang1Change C functions, xxxSizeOfVariable(), to MACRO,...
2008-01-10 yshang1Align the header of variable from 1 to 4, which can...
2008-01-09 yshang11) Fix the bug that Variable Cache Search does not...
2007-12-20 klu2Remove 'Framework' word in comments
2007-11-05 gtiandefine the variable related to PCD for supporting big...
2007-10-31 yshang11) Change GUID of emuvariable module.
2007-10-19 qhuang8Fix a bug in variable driver cache mechanism:
2007-10-09 qwang12Fix a bug. FindVariable now search volatile variable...
2007-10-06 AJFISHFix a bug with changing the NVRAM properties of a Variable
2007-10-05 AJFISHUpdate comments in Variable driver and removed referenc...
2007-10-04 AJFISHMade PCD valid for all architectures. Added new Variabl...
2007-10-04 AJFISHAdd Profiling support for Variable store and added...
2007-09-17 qhuang81. Uefi2.1 feature - Add Hardware Error Record Persiste...
2007-09-06 qwang12Clean up two infs.
2007-09-04 qwang12Merge the PI enabling works from the branch
2007-08-30 qhuang8Update all INF, DEC and DSC file to confirm to newest...
2007-08-29 yshang1Add dependent packages in INF of modules.
2007-08-29 qhuang8Update comments.
2007-08-29 qhuang8update the callback event error. The event type should...
2007-08-17 mdkinneyUse <> in #include statements instead of "" for include...
2007-08-03 klu2Correct wrong Library class's name
2007-08-01 jwang361. Generated new build.exe from new tools code
2007-07-24 yshang1Retire the "Include/Common" of MdeModulePkg.
2007-07-24 qwang12remove dxs files.
2007-07-20 vanjeffremove some comments introduced by tools.
2007-07-20 vanjeffremove some comments introduced by tools.
2007-07-19 yshang1Move VariablePei/VariableDxe/EmuVarible to /Variable...