summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable
Commit message (Expand)AuthorAgeFilesLines
* add assertion to pass K8 check.eric_tian2009-06-291-0/+1
* refine VariablePei driver to unify the algorithm of access VariableIndexTable...eric_tian2009-06-235-163/+45
* Remove the additional build options.lgao42009-06-081-3/+0
* fix the issue of Inadequate Memory Allocation in Variable Serviceseric_tian2009-06-032-4/+4
* Fix a bug that L"PlatformLang" must be a null-terminated ASCII string accordi...qhuang82009-05-042-2/+2
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-302-18/+18
* Acquire & Release the lock from the high level variable servicejljusten2009-04-291-7/+7
* Fix bug in variable driver about the incorrect usage for GetBestLanguage(), w...qhuang82009-04-282-4/+4
* updateeric_tian2009-04-281-2/+9
* update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian2009-04-277-496/+1239
* 1. The original code has a bug on calculate the size of SCRATCH_SIZE. It shou...eric_tian2009-04-073-29/+112
* update the QueryVariableInfo interface to first determine if the pointer chec...eric_tian2009-03-271-1/+1
* Prefix variable services functions with 'Emu'. Specifically this isjljusten2009-03-243-12/+12
* Fix tracker 202216:linux runtime test issue.eric_tian2009-03-192-2/+2
* close notify event to avoid variable architectural protocol to be installed t...eric_tian2009-03-191-0/+6
* Fix tracker 202216:linux runtime test issue.eric_tian2009-03-161-4/+4
* Fix K8 check error.lgao42009-03-101-2/+2
* remove unused local variable FvbHandle lgao42009-03-101-3/+0
* retire FvbServiceLib class in MdeModulePkg, and also remove the two instances...eric_tian2009-03-091-1/+0
* 1. retire the FvbServiceLib. Directly locating FVB protocol to access interfa...eric_tian2009-03-094-104/+184
* 1. add missing free operation in conditional branch.eric_tian2009-03-052-0/+4
* use pcd to enable/disable variableInfo statistic feature in EmuRuntimeDxe dri...eric_tian2009-03-042-0/+103
* Update Variable driver to depend on full version FaultTolerantWrite protocol,...lgao42009-03-043-17/+18
* 1. delete Include/Guid/VariableInfo.heric_tian2009-02-279-15/+25
* All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Ap...eric_tian2009-02-262-133/+0
* updateeric_tian2009-02-252-2/+2
* Meta-data verified.gikidy2009-02-182-3/+3
* add NULL pointer check.vanjeff2009-02-121-1/+7
* Adjust code to fix potential array out-bound issues.qhuang82009-02-113-6/+8
* Add parenthesis to expression to make order of operations clearmdkinney2009-02-061-1/+1
* fix the operator priority bug.niry2009-02-061-1/+1
* Fix minor build issue. qhuang82009-02-061-1/+1
* fix ecc warningeric_tian2009-02-063-17/+33
* use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji42009-02-036-4/+13
* Add information in Meta-Data fileeric_tian2009-02-033-9/+23
* Remove the accidental check in of test code.qwang122009-02-021-5/+0
* Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang122009-02-021-0/+5
* The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian2009-02-021-1/+1
* Split out Synchronization Library from Base Librarymdkinney2009-01-302-0/+2
* Source level security checkedjji42009-01-161-0/+2
* Coding style checkedjji42009-01-151-1/+1
* Add INF extension Informationlgao42009-01-095-68/+28
* INF extension reviewedjji42009-01-091-1/+7
* INF extension reviewedjji42009-01-081-3/+2
* As variable area is not reliable in recovery path, then we should not produce...eric_tian2009-01-051-4/+16
* Typo correctedjji42008-12-301-1/+1
* remedy the ppi comment. This module is always used to produced gEfiPeiReadOnl...eric_tian2008-12-221-1/+1
* Use correct capitalization to pass build on UNIXGCC.xli242008-12-141-1/+1
* code scrub on VariableRuntime Dxe drivereric_tian2008-12-122-25/+11
* code scrub on VariableRuntime Dxe drivereric_tian2008-12-125-378/+341