index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Universal
/
Variable
/
RuntimeDxe
/
Variable.c
Age
Commit message (
Expand
)
Author
2015-12-30
MdeModulePkg Variable: Handle ftw driver executes prior to variable driver
Star Zeng
2015-12-29
MdeModulePkg Variable: VarErrFlag need to be consistent in NV flash and cache
Star Zeng
2015-12-29
MdeModulePkg Variable: ###VariableTotalSize need to be initialized to 0 first
Star Zeng
2015-12-18
MdeModulePkg: Variable add missing VA_COPY
Andrew Fish
2015-10-28
MdeModulePkg Variable: Move CacheVariable->InDeletedTransitionPtr NULL pointe...
Star Zeng
2015-10-23
MdeModulePkg Variable: Enhance variable performance by reading from existed m...
Derek Lin
2015-08-25
MdeModulePkg Variable: Consume the separated VarCheckLib
Star Zeng
2015-08-17
MdeModulePkg Variable: Handle variable Attributes mismatch case
Star Zeng
2015-07-29
MdeModulePkg/Variable: Fix VS2015 warning about uninitialized local var.
Michael D Kinney
2015-07-02
MdeModulePkg: Fix EBC build failure
Star Zeng
2015-07-01
MdeModulePkg/Universal/Variable: Use safe string functions to refine code.
Qiu Shumin
2015-07-01
MdeModulePkg Variable: Merge from Auth Variable driver in SecurityPkg
Star Zeng
2015-04-10
MdeModulePkg Variable: Enhance the code logic about VariableLock
Star Zeng
2015-02-02
MdeModulePkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxe
Star Zeng
2015-02-02
MdeModulePkg Variable: Before EndOfDxe, just record the current boot VarError...
Star Zeng
2015-01-27
MdeModulePkg Variable: Implement variable quota management.
Star Zeng
2015-01-05
MdeModulePkg Variable: Implement VarCheck PROTOCOL
Star Zeng
2014-12-31
Remove the FV header assumption in variable driver.
Dong Guo
2014-11-19
MdeModulePkg Variable: Add missing warning annotation.
Star Zeng
2014-10-31
MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria...
Star Zeng
2014-08-07
1) Add type cast for better coding style.
Feng Tian
2014-07-28
Update code to support VS2013 tool chain.
Eric Dong
2014-03-27
Calculate enough space for 2 variables (public key and variable data) instead...
Dong Guo
2014-03-25
MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...
Star Zeng
2014-03-20
MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...
Star Zeng
2013-11-12
MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...
Star Zeng
2013-11-04
MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...
Star Zeng
2013-08-19
MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...
Star Zeng
2013-08-16
MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...
Star Zeng
2013-07-03
MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().
Star Zeng
2013-05-17
Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...
niruiyu
2013-04-22
Fix potential overflow for SetVariable interface
czhang46
2013-04-08
If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...
lzeng14
2013-01-25
Add NULL pointer check.
lzeng14
2013-01-18
1. Update the logic of UpdateVariable() for updating variable from:
lzeng14
2013-01-04
1. Don't assume that flush the HOB variable to flash must be successful.
lzeng14
2012-08-06
LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...
lzeng14
2012-05-30
According to UEFI spec 2.3.1a. hardware error record variable should use the ...
lzeng14
2012-05-30
Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...
lzeng14
2012-03-30
If setting variable in Runtime and there has been a same GUID and name variab...
lzeng14
2011-12-12
MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...
oliviermartin
2011-10-19
Support Variable driver (EmuRuntimeDxe) to support the default variable data ...
niruiyu
2011-10-18
Fix GCC build failure.
niruiyu
2011-10-14
Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...
niruiyu
2011-04-27
Solve a wrong pointer reference in QueryVariableInfo().
erictian
2011-01-26
fix word typo
erictian
2011-01-12
Fix an K9 issue in variable driver.
gdong1
2010-12-31
1. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new re...
gdong1
2010-12-24
Remove ASSERT here for the zero attributes means deleting preexisting variable.
gdong1
2010-12-22
Fix a potential bug that SetVariable is invoked for NV variable prior to the ...
gdong1
[next]