summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable
AgeCommit message (Expand)Author
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney
2010-01-15Fix some coding style issues in MdeModulePkg.rsun3
2010-01-14add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian
2009-12-22add error handling for input parameter.eric_tian
2009-11-17Fix parameter name in function header.xli24
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli24
2009-09-10if PcdHwErrStorageSize is zero, it means HwErr variable store doesn't exist i...eric_tian
2009-09-07EMU Variable: Add support for pre-reserved NV variable store.jljusten
2009-08-27due to EmuVariable driver only uses volatile memory to simulate the variable ...eric_tian
2009-08-26add assertion to ensure HwErr type variable range is less than or equal to Va...eric_tian
2009-08-11add condition judgment to avoid accessing NULL address if not found existing ...eric_tian
2009-06-29add assertion to pass K8 check.eric_tian
2009-06-23refine VariablePei driver to unify the algorithm of access VariableIndexTable...eric_tian
2009-06-08Remove the additional build options.lgao4
2009-06-03fix the issue of Inadequate Memory Allocation in Variable Serviceseric_tian
2009-05-04Fix a bug that L"PlatformLang" must be a null-terminated ASCII string accordi...qhuang8
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy
2009-04-29Acquire & Release the lock from the high level variable servicejljusten
2009-04-28Fix bug in variable driver about the incorrect usage for GetBestLanguage(), w...qhuang8
2009-04-28updateeric_tian
2009-04-27update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian
2009-04-071. The original code has a bug on calculate the size of SCRATCH_SIZE. It shou...eric_tian
2009-03-27update the QueryVariableInfo interface to first determine if the pointer chec...eric_tian
2009-03-24Prefix variable services functions with 'Emu'. Specifically this isjljusten
2009-03-19Fix tracker 202216:linux runtime test issue.eric_tian
2009-03-19close notify event to avoid variable architectural protocol to be installed t...eric_tian
2009-03-16Fix tracker 202216:linux runtime test issue.eric_tian
2009-03-10Fix K8 check error.lgao4
2009-03-10remove unused local variable FvbHandle lgao4
2009-03-09retire FvbServiceLib class in MdeModulePkg, and also remove the two instances...eric_tian
2009-03-091. retire the FvbServiceLib. Directly locating FVB protocol to access interfa...eric_tian
2009-03-051. add missing free operation in conditional branch.eric_tian
2009-03-04use pcd to enable/disable variableInfo statistic feature in EmuRuntimeDxe dri...eric_tian
2009-03-04Update Variable driver to depend on full version FaultTolerantWrite protocol,...lgao4
2009-02-271. delete Include/Guid/VariableInfo.heric_tian
2009-02-26All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Ap...eric_tian
2009-02-25updateeric_tian
2009-02-18Meta-data verified.gikidy
2009-02-12add NULL pointer check.vanjeff
2009-02-11Adjust code to fix potential array out-bound issues.qhuang8
2009-02-06Add parenthesis to expression to make order of operations clearmdkinney
2009-02-06fix the operator priority bug.niry
2009-02-06Fix minor build issue. qhuang8
2009-02-06fix ecc warningeric_tian
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji4
2009-02-03Add information in Meta-Data fileeric_tian
2009-02-02Remove the accidental check in of test code.qwang12
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang12
2009-02-02The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian
2009-01-30Split out Synchronization Library from Base Librarymdkinney