summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian1-0/+12
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-24/+24
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-2/+10
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-1/+6
2009-09-10if PcdHwErrStorageSize is zero, it means HwErr variable store doesn't exist i...eric_tian1-3/+4
2009-08-26add assertion to ensure HwErr type variable range is less than or equal to Va...eric_tian1-0/+8
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-28Fix bug in variable driver about the incorrect usage for GetBestLanguage(), w...qhuang81-2/+2
2009-04-27update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian1-295/+637
2009-04-071. The original code has a bug on calculate the size of SCRATCH_SIZE. It shou...eric_tian1-29/+109
2009-03-27update the QueryVariableInfo interface to first determine if the pointer chec...eric_tian1-1/+1
2009-03-19close notify event to avoid variable architectural protocol to be installed t...eric_tian1-0/+6
2009-03-16Fix tracker 202216:linux runtime test issue.eric_tian1-4/+4
2009-03-10Fix K8 check error.lgao41-2/+2
2009-03-10remove unused local variable FvbHandle lgao41-3/+0
2009-03-091. retire the FvbServiceLib. Directly locating FVB protocol to access interfa...eric_tian1-102/+177
2009-03-051. add missing free operation in conditional branch.eric_tian1-0/+3
2009-02-271. delete Include/Guid/VariableInfo.heric_tian1-7/+10
2009-02-12add NULL pointer check.vanjeff1-1/+7
2009-02-06Fix minor build issue. qhuang81-1/+1
2009-02-06fix ecc warningeric_tian1-12/+4
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji41-2/+3
2009-02-02Remove the accidental check in of test code.qwang121-5/+0
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang121-0/+5
2009-01-16Source level security checkedjji41-0/+2
2009-01-09Add INF extension Informationlgao41-14/+14
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian1-5/+11
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian1-338/+273
2008-12-03Global variables have been moved backward ahead of functions.jji41-20/+19
2008-10-26Add in local variable to ensure that "operands are evaluated in specified ord...qwang121-2/+12
2008-10-11If there are variables in the VAR_ADDED state that are identical to the varia...mdkinney1-12/+29
2008-04-09Add comments and DoxyGen format for these files.lgao41-9/+11
2008-03-19[Description]:yshang11-41/+131
2008-01-17Reclaim occurs as late as possible before OS boot for keep enough space used ...lgao41-31/+56
2008-01-15Fix bug that failed to reclaim the variable.yshang11-1/+1
2008-01-141) Replace MACRO with C functions.yshang11-11/+129
2008-01-11Change C functions, xxxSizeOfVariable(), to MACRO, which can avoid the ICC co...yshang11-61/+7
2008-01-10Align the header of variable from 1 to 4, which can avoid the size of variabl...yshang11-23/+41
2008-01-091) Fix the bug that Variable Cache Search does not be protected by lock durin...yshang11-23/+105
2007-10-19Fix a bug in variable driver cache mechanism:qhuang81-1/+2
2007-10-09Fix a bug. FindVariable now search volatile variable first (previously NV var...qwang121-3/+5
2007-10-06Fix a bug with changing the NVRAM properties of a VariableAJFISH1-7/+8
2007-10-05Update comments in Variable driver and removed references to FLASH Map Hob in...AJFISH1-149/+253
2007-10-04Add Profiling support for Variable store and added a specialized caching algo...AJFISH1-18/+216
2007-09-171. Uefi2.1 feature - Add Hardware Error Record Persistence Support qhuang81-289/+333
2007-07-24Retire the "Include/Common" of MdeModulePkg.yshang11-1/+1
2007-07-19Move VariablePei/VariableDxe/EmuVarible to /Variable folder of MdeModulePkg.yshang11-0/+1477