summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable
AgeCommit message (Expand)AuthorFilesLines
2011-06-07Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu53-32/+4
2011-04-27Solve a wrong pointer reference in QueryVariableInfo().erictian2-4/+4
2011-03-14judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF...erictian3-185/+45
2011-03-14if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria...erictian3-8/+177
2011-02-28Puts SMM variable common definitions in SmmVariableCommon.h.gdong15-67/+30
2011-02-12correct Intel's copyright date as the changes checked-in at r11273 & r11272 a...erictian2-2/+2
2011-01-26fix word typoerictian2-4/+4
2011-01-26fix arm gcc build errorerictian1-2/+2
2011-01-12Fix an K9 issue in variable driver.gdong11-0/+1
2010-12-311. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new re...gdong12-26/+31
2010-12-24Remove ASSERT here for the zero attributes means deleting preexisting variable.gdong11-1/+0
2010-12-22Fix a potential bug that SetVariable is invoked for NV variable prior to the ...gdong11-18/+17
2010-12-15Update inappropriate comments.gdong12-5/+5
2010-12-12Remove the unnecessary package from VariableSmmRuntimeDxe.inf.gdong11-1/+0
2010-12-11Add typecast to remove warning with ICC.gdong13-6/+5
2010-12-10MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchainjljusten1-2/+3
2010-12-10Add SMM Variable implementation.gdong110-858/+2600
2010-12-06DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten2-0/+2
2010-11-25Fix a bug in GetLangFromSupportedLangCodes()niruiyu2-0/+10
2010-11-24Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu3-77/+302
2010-11-18Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu2-81/+302
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish4-4/+18
2010-05-20fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va...erictian1-1/+1
2010-04-24Update the copyright notice formathhtian11-22/+22
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian2-0/+24
2010-02-26Refine parameter description according to PI 1.2 errata A.xli241-1/+2
2010-02-241. Correct File header to ## @filelgao43-16/+16
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2-47/+45
2010-01-15Fix some coding style issues in MdeModulePkg.rsun33-6/+13
2010-01-14add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian2-4/+4
2009-12-22add error handling for input parameter.eric_tian2-1/+11
2009-11-17Fix parameter name in function header.xli241-1/+1
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli241-2/+2
2009-09-10if PcdHwErrStorageSize is zero, it means HwErr variable store doesn't exist i...eric_tian1-3/+4
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_tian2-0/+16
2009-08-11add condition judgment to avoid accessing NULL address if not found existing ...eric_tian1-2/+4
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