summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/EmuRuntimeDxe
AgeCommit message (Expand)AuthorFilesLines
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian1-0/+12
2010-02-241. Correct File header to ## @filelgao41-5/+5
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-23/+21
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-2/+1
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-0/+5
2009-09-07EMU Variable: Add support for pre-reserved NV variable store.jljusten2-22/+111
2009-08-27due to EmuVariable driver only uses volatile memory to simulate the variable ...eric_tian1-2/+2
2009-08-26add assertion to ensure HwErr type variable range is less than or equal to Va...eric_tian1-0/+8
2009-08-11add condition judgment to avoid accessing NULL address if not found existing ...eric_tian1-2/+4
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-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...qhuang81-2/+2
2009-04-28updateeric_tian1-2/+9
2009-04-27update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian4-201/+595
2009-03-24Prefix variable services functions with 'Emu'. Specifically this isjljusten3-12/+12
2009-03-19Fix tracker 202216:linux runtime test issue.eric_tian1-1/+1
2009-03-051. add missing free operation in conditional branch.eric_tian1-0/+1
2009-03-04use pcd to enable/disable variableInfo statistic feature in EmuRuntimeDxe dri...eric_tian2-0/+103
2009-02-271. delete Include/Guid/VariableInfo.heric_tian3-2/+3
2009-02-25updateeric_tian1-1/+1
2009-02-18Meta-data verified.gikidy1-2/+2
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 ecc warningeric_tian1-5/+5
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji43-2/+8
2009-02-03Add information in Meta-Data fileeric_tian1-2/+9
2009-01-09Add INF extension Informationlgao42-26/+14
2008-12-12code scrub on VariableRuntime Dxe drivereric_tian1-9/+7
2008-12-10code scrub updateeric_tian3-271/+428
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-7/+0
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff1-14/+7
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao41-1/+1
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-75/+0
2008-05-29Add call to CreateEvent() for SetVirtualAddressMap()mdkinney1-0/+11
2008-04-09Add comments and DoxyGen format for these files.lgao43-31/+18
2008-02-05Correct return status for the unsupported conditionlgao41-5/+0
2007-11-05define the variable related to PCD for supporting big variable (>32K) easily.gtian2-2/+8
2007-10-311) Change GUID of emuvariable module. yshang12-2/+2
2007-09-171. Uefi2.1 feature - Add Hardware Error Record Persistence Support qhuang81-127/+185
2007-08-17Use <> in #include statements instead of "" for include files from packagesmdkinney1-6/+1
2007-07-24Retire the "Include/Common" of MdeModulePkg.yshang11-5/+1
2007-07-20remove some comments introduced by tools.vanjeff1-9/+3
2007-07-20remove some comments introduced by tools.vanjeff1-39/+0
2007-07-19Move VariablePei/VariableDxe/EmuVarible to /Variable folder of MdeModulePkg.yshang15-0/+1415