summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable/RuntimeDxe
Commit message (Expand)AuthorAgeFilesLines
* sync patch r11075, r11087, r11088, r11091, r11092, r11119 from main trunk.UDK2008lgao42012-02-282-82/+309
* Remove the additional build options.lgao42009-06-081-3/+0
* fix the issue of Inadequate Memory Allocation in Variable Serviceseric_tian2009-06-031-2/+2
* Fix a bug that L"PlatformLang" must be a null-terminated ASCII string accordi...qhuang82009-05-041-1/+1
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-9/+9
* Fix bug in variable driver about the incorrect usage for GetBestLanguage(), w...qhuang82009-04-281-2/+2
* update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian2009-04-273-295/+644
* 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
* 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-051-0/+3
* Update Variable driver to depend on full version FaultTolerantWrite protocol,...lgao42009-03-043-17/+18
* 1. delete Include/Guid/VariableInfo.heric_tian2009-02-273-10/+12
* updateeric_tian2009-02-251-1/+1
* add NULL pointer check.vanjeff2009-02-121-1/+7
* Fix minor build issue. qhuang82009-02-061-1/+1
* fix ecc warningeric_tian2009-02-062-12/+28
* use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji42009-02-033-2/+5
* Add information in Meta-Data fileeric_tian2009-02-031-6/+13
* 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
* Split out Synchronization Library from Base Librarymdkinney2009-01-302-0/+2
* Source level security checkedjji42009-01-161-0/+2
* Add INF extension Informationlgao42009-01-092-31/+14
* 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-123-358/+323
* Renamed to follow Coding Styleeric_tian2008-12-111-0/+0
* move false dependency relationeric_tian2008-12-051-1/+1
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-3/+0
* Global variables have been moved backward ahead of functions.jji42008-12-031-20/+19
* Remove over specific library classklu22008-11-052-2/+0
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-1/+0
* clean up EBC in inf files.vanjeff2008-10-281-1/+1
* Add in local variable to ensure that "operands are evaluated in specified ord...qwang122008-10-261-2/+12
* If there are variables in the VAR_ADDED state that are identical to the varia...mdkinney2008-10-111-12/+29
* Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/P...lgao42008-10-091-1/+1
* The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao42008-08-301-1/+1
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-108/+0
* Add comments and DoxyGen format for these files.lgao42008-04-093-32/+23
* [Description]:yshang12008-03-191-41/+131
* Reclaim occurs as late as possible before OS boot for keep enough space used ...lgao42008-01-171-31/+56
* Fix bug that failed to reclaim the variable.yshang12008-01-151-1/+1
* 1) Replace MACRO with C functions.yshang12008-01-142-29/+129
* Change C functions, xxxSizeOfVariable(), to MACRO, which can avoid the ICC co...yshang12008-01-112-61/+23