]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariable.c
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / EmuRuntimeDxe / EmuVariable.c
2010-04-24 hhtianUpdate the copyright notice format
2010-03-18 erictianvariable driver doesn't support EFI_AUTHENTICATED_WRITE...
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2010-01-14 eric_tianadd DataSize check to avoid PlatformLang/Lang variable...
2009-12-22 eric_tianadd error handling for input parameter.
2009-09-07 jljustenEMU Variable: Add support for pre-reserved NV variable...
2009-08-27 eric_tiandue to EmuVariable driver only uses volatile memory...
2009-08-26 eric_tianadd assertion to ensure HwErr type variable range is...
2009-08-11 eric_tianadd condition judgment to avoid accessing NULL address...
2009-06-03 eric_tianfix the issue of Inadequate Memory Allocation in Variab...
2009-05-04 qhuang8Fix a bug that L"PlatformLang" must be a null-terminate...
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-04-29 jljustenAcquire & Release the lock from the high level variable...
2009-04-28 qhuang8Fix bug in variable driver about the incorrect usage...
2009-04-28 eric_tianupdate
2009-04-27 eric_tianupdate platformlangcodes and langcodes to adapt new...
2009-03-24 jljustenPrefix variable services functions with 'Emu'. Specifi...
2009-03-19 eric_tianFix tracker 202216:linux runtime test issue.
2009-03-05 eric_tian1. add missing free operation in conditional branch.
2009-03-04 eric_tianuse pcd to enable/disable variableInfo statistic featur...
2009-02-27 eric_tian1. delete Include/Guid/VariableInfo.h
2009-02-06 mdkinneyAdd parenthesis to expression to make order of operatio...
2009-02-06 niryfix the operator priority bug.
2009-02-06 eric_tianfix ecc warning
2009-01-09 lgao4Add INF extension Information
2008-12-10 eric_tiancode scrub update
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-04-09 lgao4Add comments and DoxyGen format for these files.
2008-02-05 lgao4Correct return status for the unsupported condition
2007-09-17 qhuang81. Uefi2.1 feature - Add Hardware Error Record Persiste...
2007-07-19 yshang1Move VariablePei/VariableDxe/EmuVarible to /Variable...