summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng141-5/+5
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2-2/+3
2012-09-12MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...erictian1-1/+1
2012-08-06LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng141-14/+27
2012-07-17Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu51-0/+4
2012-07-17Fix a buffer overflow bug in VariableSmm driver.sfu51-1/+1
2012-07-13Add SMRAM range check to variable SMM SMI handler.czhang462-22/+166
2012-07-09Include read data buffer in CommBufferSize when calculate the buffer size.ydong101-2/+2
2012-05-30According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng144-7/+64
2012-05-30Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng141-2/+12
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng141-14/+28
2011-12-13Missing declaration of the GUID gEfiSystemNvDataFvGuid.niruiyu1-0/+1
2011-12-12MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin6-1/+25
2011-11-14Fix a typo in the commentsniruiyu1-1/+1
2011-11-08Add the missing (UINTN) type cast when calculating the end of variable store.niruiyu1-1/+1
2011-11-08Roll back an incorrect change that causes EmuGetVariable always return EFI_NO...niruiyu1-1/+1
2011-10-28Add the missing HEADER_ALIGN macro.niruiyu1-10/+10
2011-10-19Support Variable driver (EmuRuntimeDxe) to support the default variable data ...niruiyu4-9/+59
2011-10-18Fix GCC build failure.niruiyu1-1/+1
2011-10-14Fix the clang compilation failure to handle all the values in a case statemen...niruiyu1-0/+4
2011-10-14Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu6-270/+463
2011-09-29Add pointer check for NULL before dereference it.ydong101-2/+5
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