]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/EmuRuntimeDxe
MdeModulePkg Variable: Abstract GetHobVariableStore function
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / EmuRuntimeDxe /
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...
2016-01-29 Star ZengMdeModulePkg Variable: Minor update to the Data paramet...
2015-12-15 Jordan JustenMdeModulePkg: Convert all .uni files to utf-8
2015-07-01 Qiu ShuminMdeModulePkg/Universal/Variable: Use safe string functi...
2014-09-03 Gao, LimingMdeModulePkg: Convert non DOS format files to DOS forma...
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-07 Feng Tian1) Add type cast for better coding style.
2013-04-22 czhang46Fix potential overflow for SetVariable interface
2012-11-01 erictianMdeModulePkg: eliminate all implicit library dependenci...
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().
2011-02-12 erictiancorrect Intel's copyright date as the changes checked...
2011-01-26 erictianfix word typo
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-02-24 lgao41. Correct File header to ## @file
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-25 eric_tianupdate
2009-02-18 gikidyMeta-data verified.
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-02-03 jji4use the GUIDed versions of events listed below: EVT_SIG...
2009-02-03 eric_tianAdd information in Meta-Data file
2009-01-09 lgao4Add INF extension Information
2008-12-12 eric_tiancode scrub on VariableRuntime Dxe driver
2008-12-10 eric_tiancode scrub update
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
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-02-05 lgao4Correct return status for the unsupported condition
2007-11-05 gtiandefine the variable related to PCD for supporting big...
2007-10-31 yshang11) Change GUID of emuvariable module.
2007-09-17 qhuang81. Uefi2.1 feature - Add Hardware Error Record Persiste...
2007-08-17 mdkinneyUse <> in #include statements instead of "" for include...
2007-07-24 yshang1Retire the "Include/Common" of MdeModulePkg.
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...