summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/EmuRuntimeDxe
AgeCommit message (Expand)Author
2016-12-26MdeModulePkg: Move to new locationGuo Mang
2015-07-01MdeModulePkg/Universal/Variable: Use safe string functions to refine code.Qiu Shumin
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-071) Add type cast for better coding style.Feng Tian
2013-04-22Fix potential overflow for SetVariable interfaceczhang46
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian
2011-11-08Add the missing (UINTN) type cast when calculating the end of variable store.niruiyu
2011-11-08Roll back an incorrect change that causes EmuGetVariable always return EFI_NO...niruiyu
2011-10-28Add the missing HEADER_ALIGN macro.niruiyu
2011-10-19Support Variable driver (EmuRuntimeDxe) to support the default variable data ...niruiyu
2011-09-29Add pointer check for NULL before dereference it.ydong10
2011-04-27Solve a wrong pointer reference in QueryVariableInfo().erictian
2011-02-12correct Intel's copyright date as the changes checked-in at r11273 & r11272 a...erictian
2011-01-26fix word typoerictian
2010-12-06DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten
2010-11-25Fix a bug in GetLangFromSupportedLangCodes()niruiyu
2010-11-24Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu
2010-04-24Update the copyright notice formathhtian
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian
2010-02-241. Correct File header to ## @filelgao4
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney
2010-01-15Fix some coding style issues in MdeModulePkg.rsun3
2010-01-14add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian
2009-12-22add error handling for input parameter.eric_tian
2009-09-07EMU Variable: Add support for pre-reserved NV variable store.jljusten
2009-08-27due to EmuVariable driver only uses volatile memory to simulate the variable ...eric_tian
2009-08-26add assertion to ensure HwErr type variable range is less than or equal to Va...eric_tian
2009-08-11add condition judgment to avoid accessing NULL address if not found existing ...eric_tian
2009-06-03fix the issue of Inadequate Memory Allocation in Variable Serviceseric_tian
2009-05-04Fix a bug that L"PlatformLang" must be a null-terminated ASCII string accordi...qhuang8
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy
2009-04-29Acquire & Release the lock from the high level variable servicejljusten
2009-04-28Fix bug in variable driver about the incorrect usage for GetBestLanguage(), w...qhuang8
2009-04-28updateeric_tian
2009-04-27update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian
2009-03-24Prefix variable services functions with 'Emu'. Specifically this isjljusten
2009-03-19Fix tracker 202216:linux runtime test issue.eric_tian
2009-03-051. add missing free operation in conditional branch.eric_tian
2009-03-04use pcd to enable/disable variableInfo statistic feature in EmuRuntimeDxe dri...eric_tian
2009-02-271. delete Include/Guid/VariableInfo.heric_tian
2009-02-25updateeric_tian
2009-02-18Meta-data verified.gikidy
2009-02-06Add parenthesis to expression to make order of operations clearmdkinney
2009-02-06fix the operator priority bug.niry
2009-02-06fix ecc warningeric_tian
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-01-09Add INF extension Informationlgao4