summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable/RuntimeDxe
Commit message (Expand)AuthorAgeFilesLines
* 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
* Align the header of variable from 1 to 4, which can avoid the size of variabl...yshang12008-01-102-23/+43
* 1) Fix the bug that Variable Cache Search does not be protected by lock durin...yshang12008-01-092-23/+106
* define the variable related to PCD for supporting big variable (>32K) easily.gtian2007-11-052-2/+5
* Fix a bug in variable driver cache mechanism:qhuang82007-10-191-1/+2
* Fix a bug. FindVariable now search volatile variable first (previously NV var...qwang122007-10-091-3/+5
* Fix a bug with changing the NVRAM properties of a VariableAJFISH2007-10-061-7/+8
* Update comments in Variable driver and removed references to FLASH Map Hob in...AJFISH2007-10-054-452/+267
* Made PCD valid for all architectures. Added new Variable statistic dump aplic...AJFISH2007-10-041-1/+1
* Add Profiling support for Variable store and added a specialized caching algo...AJFISH2007-10-042-18/+223
* 1. Uefi2.1 feature - Add Hardware Error Record Persistence Support qhuang82007-09-171-289/+333
* Clean up two infs.qwang122007-09-061-3/+0
* Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang82007-08-301-3/+3
* Add dependent packages in INF of modules.yshang12007-08-291-0/+1
* Update comments.qhuang82007-08-291-3/+3
* update the callback event error. The event type should be virtual-address-cha...qhuang82007-08-291-3/+3
* 1. Generated new build.exe from new tools codejwang362007-08-011-1/+0
* Retire the "Include/Common" of MdeModulePkg.yshang12007-07-243-9/+5
* Move VariablePei/VariableDxe/EmuVarible to /Variable folder of MdeModulePkg.yshang12007-07-196-0/+2305