summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/EmuRuntimeDxe
AgeCommit message (Expand)AuthorFilesLines
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-17/+25
2014-08-071) Add type cast for better coding style.Feng Tian1-5/+5
2013-04-22Fix potential overflow for SetVariable interfaceczhang461-5/+12
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian1-2/+2
2011-11-08Add the missing (UINTN) type cast when calculating the end of variable store.niruiyu1-1/+1
2011-11-08Roll back an incorrect change that causes EmuGetVariable always return EFI_NO...niruiyu1-1/+1
2011-10-28Add the missing HEADER_ALIGN macro.niruiyu1-10/+10
2011-10-19Support Variable driver (EmuRuntimeDxe) to support the default variable data ...niruiyu3-7/+52
2011-09-29Add pointer check for NULL before dereference it.ydong101-2/+5
2011-04-27Solve a wrong pointer reference in QueryVariableInfo().erictian1-2/+2
2011-02-12correct Intel's copyright date as the changes checked-in at r11273 & r11272 a...erictian1-1/+1
2011-01-26fix word typoerictian1-2/+2
2010-12-06DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten1-0/+1
2010-11-25Fix a bug in GetLangFromSupportedLangCodes()niruiyu1-0/+5
2010-11-24Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu3-77/+302
2010-04-24Update the copyright notice formathhtian4-8/+8
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian1-0/+12
2010-02-241. Correct File header to ## @filelgao41-5/+5
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-23/+21
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-2/+1
2010-01-14add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian1-2/+2
2009-12-22add error handling for input parameter.eric_tian1-0/+5
2009-09-07EMU Variable: Add support for pre-reserved NV variable store.jljusten2-22/+111
2009-08-27due to EmuVariable driver only uses volatile memory to simulate the variable ...eric_tian1-2/+2
2009-08-26add assertion to ensure HwErr type variable range is less than or equal to Va...eric_tian1-0/+8
2009-08-11add condition judgment to avoid accessing NULL address if not found existing ...eric_tian1-2/+4
2009-06-03fix the issue of Inadequate Memory Allocation in Variable Serviceseric_tian1-2/+2
2009-05-04Fix a bug that L"PlatformLang" must be a null-terminated ASCII string accordi...qhuang81-1/+1
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-9/+9
2009-04-29Acquire & Release the lock from the high level variable servicejljusten1-7/+7
2009-04-28Fix bug in variable driver about the incorrect usage for GetBestLanguage(), w...qhuang81-2/+2
2009-04-28updateeric_tian1-2/+9
2009-04-27update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian4-201/+595
2009-03-24Prefix variable services functions with 'Emu'. Specifically this isjljusten3-12/+12
2009-03-19Fix tracker 202216:linux runtime test issue.eric_tian1-1/+1
2009-03-051. add missing free operation in conditional branch.eric_tian1-0/+1
2009-03-04use pcd to enable/disable variableInfo statistic feature in EmuRuntimeDxe dri...eric_tian2-0/+103
2009-02-271. delete Include/Guid/VariableInfo.heric_tian3-2/+3
2009-02-25updateeric_tian1-1/+1
2009-02-18Meta-data verified.gikidy1-2/+2
2009-02-06Add parenthesis to expression to make order of operations clearmdkinney1-1/+1
2009-02-06fix the operator priority bug.niry1-1/+1
2009-02-06fix ecc warningeric_tian1-5/+5
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji43-2/+8
2009-02-03Add information in Meta-Data fileeric_tian1-2/+9
2009-01-09Add INF extension Informationlgao42-26/+14
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian1-9/+7
2008-12-10code scrub updateeric_tian3-271/+428
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0