summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable
AgeCommit message (Expand)AuthorFilesLines
2009-06-29add assertion to pass K8 check.eric_tian1-0/+1
2009-06-23refine VariablePei driver to unify the algorithm of access VariableIndexTable...eric_tian5-163/+45
2009-06-08Remove the additional build options.lgao41-3/+0
2009-06-03fix the issue of Inadequate Memory Allocation in Variable Serviceseric_tian2-4/+4
2009-05-04Fix a bug that L"PlatformLang" must be a null-terminated ASCII string accordi...qhuang82-2/+2
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy2-18/+18
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...qhuang82-4/+4
2009-04-28updateeric_tian1-2/+9
2009-04-27update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian7-496/+1239
2009-04-071. The original code has a bug on calculate the size of SCRATCH_SIZE. It shou...eric_tian3-29/+112
2009-03-27update the QueryVariableInfo interface to first determine if the pointer chec...eric_tian1-1/+1
2009-03-24Prefix variable services functions with 'Emu'. Specifically this isjljusten3-12/+12
2009-03-19Fix tracker 202216:linux runtime test issue.eric_tian2-2/+2
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-09retire FvbServiceLib class in MdeModulePkg, and also remove the two instances...eric_tian1-1/+0
2009-03-091. retire the FvbServiceLib. Directly locating FVB protocol to access interfa...eric_tian4-104/+184
2009-03-051. add missing free operation in conditional branch.eric_tian2-0/+4
2009-03-04use pcd to enable/disable variableInfo statistic feature in EmuRuntimeDxe dri...eric_tian2-0/+103
2009-03-04Update Variable driver to depend on full version FaultTolerantWrite protocol,...lgao43-17/+18
2009-02-271. delete Include/Guid/VariableInfo.heric_tian9-15/+25
2009-02-26All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Ap...eric_tian2-133/+0
2009-02-25updateeric_tian2-2/+2
2009-02-18Meta-data verified.gikidy2-3/+3
2009-02-12add NULL pointer check.vanjeff1-1/+7
2009-02-11Adjust code to fix potential array out-bound issues.qhuang83-6/+8
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 minor build issue. qhuang81-1/+1
2009-02-06fix ecc warningeric_tian3-17/+33
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji46-4/+13
2009-02-03Add information in Meta-Data fileeric_tian3-9/+23
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-02-02The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian1-1/+1
2009-01-30Split out Synchronization Library from Base Librarymdkinney2-0/+2
2009-01-16Source level security checkedjji41-0/+2
2009-01-15Coding style checkedjji41-1/+1
2009-01-09Add INF extension Informationlgao45-68/+28
2009-01-09INF extension reviewedjji41-1/+7
2009-01-08INF extension reviewedjji41-3/+2
2009-01-05As variable area is not reliable in recovery path, then we should not produce...eric_tian1-4/+16
2008-12-30Typo correctedjji41-1/+1
2008-12-22remedy the ppi comment. This module is always used to produced gEfiPeiReadOnl...eric_tian1-1/+1
2008-12-14Use correct capitalization to pass build on UNIXGCC.xli241-1/+1
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian2-25/+11
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian5-378/+341