]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/RuntimeDxe
MdeModulePkg Variable: Handle ftw driver executes prior to variable driver
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe /
2015-12-30 Star ZengMdeModulePkg Variable: Handle ftw driver executes...
2015-12-29 Star ZengMdeModulePkg Variable: VarErrFlag need to be consistent...
2015-12-29 Star ZengMdeModulePkg Variable: ###VariableTotalSize need to...
2015-12-18 Andrew FishMdeModulePkg: Variable add missing VA_COPY
2015-12-15 Jordan JustenMdeModulePkg: Convert all .uni files to utf-8
2015-10-28 Star ZengMdeModulePkg Variable: Move CacheVariable->InDeletedTra...
2015-10-23 Derek LinMdeModulePkg Variable: Enhance variable performance...
2015-10-16 Star ZengMdeModulePkg VariableRuntimeDxe: Add the missing gEfiIm...
2015-08-25 Star ZengMdeModulePkg Variable: Consume the separated VarCheckLib
2015-08-17 Star ZengMdeModulePkg Variable: Handle variable Attributes misma...
2015-07-29 Michael D KinneyMdeModulePkg/Variable: Fix VS2015 warning about uniniti...
2015-07-27 Star ZengMdeModulePkg Variable: Read MonotonicCount by ReadUnali...
2015-07-26 Star ZengMdeModulePkg VariableDxe: Correct address pointers...
2015-07-07 Hao WuMdeModulePkg: Remove mZeroGuid definition in Universal...
2015-07-02 Star ZengMdeModulePkg: Fix EBC build failure
2015-07-02 Star ZengMdeModulePkg Variable: Minor enhancement to VarCheck
2015-07-01 Qiu ShuminMdeModulePkg/Universal/Variable: Use safe string functi...
2015-07-01 Star ZengMdeModulePkg Variable: Merge from Auth Variable driver...
2015-07-01 Star ZengMdeModulePkg: Add AuthVariableLib LibraryClass
2015-06-11 Star ZengMdeModulePkg Variable: Move VariableLock install into...
2015-06-08 Star ZengMdeModulePkg Variable: Add SysPrepOrder and SysPrep...
2015-05-19 Star ZengMdeModulePkg Variable: Prevent BS variable update in...
2015-04-10 Star ZengMdeModulePkg Variable: Enhance the code logic about...
2015-03-09 Star ZengMdeModulePkg Variable: Keep the behavior of Variable...
2015-02-05 Star ZengMdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.
2015-02-02 Yao, JiewenUse SmmMemLib to check communication buffer.
2015-02-02 Star ZengMdeModulePkg Variable: Introduce PcdReclaimVariableSpac...
2015-02-02 Star ZengMdeModulePkg Variable: Before EndOfDxe, just record...
2015-01-27 Star ZengMdeModulePkg Variable: Implement variable quota management.
2015-01-05 Star ZengMdeModulePkg Variable: Implement VarCheck PROTOCOL
2014-12-31 Dong GuoRemove the FV header assumption in variable driver.
2014-11-19 Star ZengMdeModulePkg Variable: Add missing warning annotation.
2014-10-31 Star ZengMdeModulePkg/SecurityPkg Variable: Add boundary check...
2014-09-03 Dong, GuoMdeModulePkg VariableRuntimeDxe: Bug fix and and refine...
2014-09-03 Gao, LimingMdeModulePkg: Convert non DOS format files to DOS forma...
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-07 Feng Tian1) Add type cast for better coding style.
2014-07-28 Eric DongUpdate code to support VS2013 tool chain.
2014-03-27 Dong GuoCalculate enough space for 2 variables (public key...
2014-03-25 Star ZengMdeModulePkg/SecurityPkg Variable: Calculate enough...
2014-03-20 Star ZengMdeModulePkg/SecurityPkg Variable: Return error status...
2014-01-22 Tian, HotFix CRLF format
2013-11-12 Star ZengMdeModulePkg and SecurityPkg Variable: Optimize the...
2013-11-04 Star ZengMdeModulePkg and SecurityPkg Variable: Enhance code...
2013-08-19 Star ZengMdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creati...
2013-08-16 Star ZengMdeModulePkg/SecurityPkg Variable: If a preexisting...
2013-07-11 Star ZengMdeModulePkg: Add the alignment check for FTW spare...
2013-07-03 Star ZengMdeModulePkg: Variable drivers robustly handle crashes...
2013-06-17 Laszlo ErsekThe list of locked variables is traversed at runtime...
2013-06-17 Ruiyu NiRevert the changes made in 14403 because it incorrectly...
2013-06-14 Laszlo ErsekThe list of locked variables is traversed at runtime...
2013-05-21 lzeng14Fix the TOCTOU issue of CommBufferSize itself for SMM...
2013-05-20 niruiyuRemove the complex buffer since the _LOCK_VARIABLE...
2013-05-17 niruiyuAdd EDKII_VARIABLE_LOCK_PROTOCOL and the implementation...
2013-05-07 lzeng141. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm...
2013-04-25 lzeng141. Use the check IsAddressValid() to prevent SMM commun...
2013-04-22 czhang46Fix potential overflow for SetVariable interface
2013-04-19 czhang46Fix a potential SMM memory dump issue. If pass communic...
2013-04-15 czhang46Fix SMM Variable driver stack GetVariable return INVALI...
2013-04-12 czhang46Update SMM variable DXE driver GetNextVariable interfac...
2013-04-08 lzeng14If DataSize or VariableNameSize is near MAX_ADDRESS...
2013-01-25 lzeng14Add NULL pointer check.
2013-01-18 lzeng141. Update the logic of UpdateVariable() for updating...
2013-01-15 lzeng14Fix the issue that RuntimeServiceQueryVariableInfo...
2013-01-08 lzeng14Add the TPL raise/restore code for VariableSmmRuntimeDx...
2013-01-04 lzeng141. Don't assume that flush the HOB variable to flash...
2012-12-12 lzeng14Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of...
2012-11-01 erictianMdeModulePkg: eliminate all implicit library dependenci...
2012-09-12 erictianMdeModulePkg/VariableSmm: Fix a VariableSmm bug when...
2012-08-06 lzeng14LastVariableOffset is wrongly set to 0 when FtwVariable...
2012-07-17 sfu5Return EFI_UNSUPPORTED if READY_TO_BOOT function is...
2012-07-17 sfu5Fix a buffer overflow bug in VariableSmm driver.
2012-07-13 czhang46Add SMRAM range check to variable SMM SMI handler.
2012-07-09 ydong10Include read data buffer in CommBufferSize when calcula...
2012-05-30 lzeng14According to UEFI spec 2.3.1a. hardware error record...
2012-05-30 lzeng14Return EFI_WRITE_PROTECTED when setting HwErrRecSupport...
2012-03-30 lzeng14If setting variable in Runtime and there has been a...
2011-12-13 niruiyuMissing declaration of the GUID gEfiSystemNvDataFvGuid.
2011-12-12 oliviermartinMdeModulePkg/Variable: Check if there is a NV Variable...
2011-10-19 niruiyuSupport Variable driver (EmuRuntimeDxe) to support...
2011-10-18 niruiyuFix GCC build failure.
2011-10-14 niruiyuChange Variable driver (Pei/RuntimeDxe) to support...
2011-04-27 erictianSolve a wrong pointer reference in QueryVariableInfo().
2011-02-28 gdong1Puts SMM variable common definitions in SmmVariableComm...
2011-02-12 erictiancorrect Intel's copyright date as the changes checked...
2011-01-26 erictianfix word typo
2011-01-26 erictianfix arm gcc build error
2011-01-12 gdong1Fix an K9 issue in variable driver.
2010-12-31 gdong11. Invoke InstallConfigurationTable () in OnReadyToBoot...
2010-12-24 gdong1Remove ASSERT here for the zero attributes means deleti...
2010-12-22 gdong1Fix a potential bug that SetVariable is invoked for...
2010-12-15 gdong1Update inappropriate comments.
2010-12-12 gdong1Remove the unnecessary package from VariableSmmRuntimeD...
2010-12-11 gdong1Add typecast to remove warning with ICC.
2010-12-10 jljustenMdeModulePkg VariableRuntimeDxe: Fix build for GCC44...
2010-12-10 gdong1Add SMM Variable implementation.
2010-12-06 jljustenDuetPkg, MdeModulePkg: Fix variable services hang with...
2010-11-25 niruiyuFix a bug in GetLangFromSupportedLangCodes()
2010-11-18 niruiyuFix AutoUpdateLangVariable() logic to handle the case...
next