]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariable.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / EmuRuntimeDxe / EmuVariable.c
2019-02-19 Star ZengMdeModulePkg: Remove EmuVariableRuntimeDxe
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2018-06-12 Liming GaoMdeModulePkg Variable: Use comparison logic to check...
2018-05-23 Liming GaoMdeModulePkg Variable: Fix XCODE5 varargs warning
2017-06-27 Star ZengMdeModulePkg Variable: Update GetNextVariableName to...
2016-05-15 Star ZengMdeModulePkg Variable: return error for empty str Varia...
2015-07-01 Qiu ShuminMdeModulePkg/Universal/Variable: Use safe string functi...
2014-08-07 Feng Tian1) Add type cast for better coding style.
2013-04-22 czhang46Fix potential overflow for SetVariable interface
2011-11-08 niruiyuAdd the missing (UINTN) type cast when calculating...
2011-11-08 niruiyuRoll back an incorrect change that causes EmuGetVariabl...
2011-10-28 niruiyuAdd the missing HEADER_ALIGN macro.
2011-10-19 niruiyuSupport Variable driver (EmuRuntimeDxe) to support...
2011-09-29 ydong10Add pointer check for NULL before dereference it.
2011-04-27 erictianSolve a wrong pointer reference in QueryVariableInfo().
2010-12-06 jljustenDuetPkg, MdeModulePkg: Fix variable services hang with...
2010-11-25 niruiyuFix a bug in GetLangFromSupportedLangCodes()
2010-11-24 niruiyuFix AutoUpdateLangVariable() logic to handle the case...
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...