summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c
AgeCommit message (Expand)Author
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng14
2011-12-12MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin
2011-10-19Support Variable driver (EmuRuntimeDxe) to support the default variable data ...niruiyu
2011-10-18Fix GCC build failure.niruiyu
2011-10-14Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu
2011-04-27Solve a wrong pointer reference in QueryVariableInfo().erictian
2011-01-26fix word typoerictian
2011-01-12Fix an K9 issue in variable driver.gdong1
2010-12-311. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new re...gdong1
2010-12-24Remove ASSERT here for the zero attributes means deleting preexisting variable.gdong1
2010-12-22Fix a potential bug that SetVariable is invoked for NV variable prior to the ...gdong1
2010-12-10Add SMM Variable implementation.gdong1
2010-12-06DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten
2010-11-25Fix a bug in GetLangFromSupportedLangCodes()niruiyu
2010-11-18Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish
2010-04-24Update the copyright notice formathhtian
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian
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-10if PcdHwErrStorageSize is zero, it means HwErr variable store doesn't exist i...eric_tian
2009-08-26add assertion to ensure HwErr type variable range is less than or equal to Va...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-28Fix bug in variable driver about the incorrect usage for GetBestLanguage(), w...qhuang8
2009-04-27update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian
2009-04-071. The original code has a bug on calculate the size of SCRATCH_SIZE. It shou...eric_tian
2009-03-27update the QueryVariableInfo interface to first determine if the pointer chec...eric_tian
2009-03-19close notify event to avoid variable architectural protocol to be installed t...eric_tian
2009-03-16Fix tracker 202216:linux runtime test issue.eric_tian
2009-03-10Fix K8 check error.lgao4
2009-03-10remove unused local variable FvbHandle lgao4
2009-03-091. retire the FvbServiceLib. Directly locating FVB protocol to access interfa...eric_tian
2009-03-051. add missing free operation in conditional branch.eric_tian
2009-02-271. delete Include/Guid/VariableInfo.heric_tian
2009-02-12add NULL pointer check.vanjeff
2009-02-06Fix minor build issue. qhuang8
2009-02-06fix ecc warningeric_tian
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji4
2009-02-02Remove the accidental check in of test code.qwang12
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang12
2009-01-16Source level security checkedjji4
2009-01-09Add INF extension Informationlgao4
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian
2008-12-03Global variables have been moved backward ahead of functions.jji4
2008-10-26Add in local variable to ensure that "operands are evaluated in specified ord...qwang12