summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/RuntimeDxe
AgeCommit message (Expand)Author
2013-04-22Fix potential overflow for SetVariable interfaceczhang46
2013-04-19Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang46
2013-04-15Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang46
2013-04-12Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang46
2013-04-08If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng14
2013-01-25Add NULL pointer check.lzeng14
2013-01-181. Update the logic of UpdateVariable() for updating variable from:lzeng14
2013-01-15Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng14
2013-01-08Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng14
2013-01-041. Don't assume that flush the HOB variable to flash must be successful.lzeng14
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng14
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian
2012-09-12MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...erictian
2012-08-06LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng14
2012-07-17Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu5
2012-07-17Fix a buffer overflow bug in VariableSmm driver.sfu5
2012-07-13Add SMRAM range check to variable SMM SMI handler.czhang46
2012-07-09Include read data buffer in CommBufferSize when calculate the buffer size.ydong10
2012-05-30According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng14
2012-05-30Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng14
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng14
2011-12-13Missing declaration of the GUID gEfiSystemNvDataFvGuid.niruiyu
2011-12-12MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin
2011-10-19Support Variable driver (EmuRuntimeDxe) to support the default variable data ...niruiyu
2011-10-18Fix GCC build failure.niruiyu
2011-10-14Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu
2011-04-27Solve a wrong pointer reference in QueryVariableInfo().erictian
2011-02-28Puts SMM variable common definitions in SmmVariableCommon.h.gdong1
2011-02-12correct Intel's copyright date as the changes checked-in at r11273 & r11272 a...erictian
2011-01-26fix word typoerictian
2011-01-26fix arm gcc build errorerictian
2011-01-12Fix an K9 issue in variable driver.gdong1
2010-12-311. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new re...gdong1
2010-12-24Remove ASSERT here for the zero attributes means deleting preexisting variable.gdong1
2010-12-22Fix a potential bug that SetVariable is invoked for NV variable prior to the ...gdong1
2010-12-15Update inappropriate comments.gdong1
2010-12-12Remove the unnecessary package from VariableSmmRuntimeDxe.inf.gdong1
2010-12-11Add typecast to remove warning with ICC.gdong1
2010-12-10MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchainjljusten
2010-12-10Add SMM Variable implementation.gdong1
2010-12-06DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten
2010-11-25Fix a bug in GetLangFromSupportedLangCodes()niruiyu
2010-11-18Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish
2010-04-24Update the copyright notice formathhtian
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian
2010-02-241. Correct File header to ## @filelgao4
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