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
/
Pei
/
Variable.c
Age
Commit message (
Expand
)
Author
2010-07-22
Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....
andrewfish
2010-05-20
fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va...
erictian
2010-04-24
Update the copyright notice format
hhtian
2010-02-26
Refine parameter description according to PI 1.2 errata A.
xli24
2010-01-15
Fix some coding style issues in MdeModulePkg.
rsun3
2009-11-17
Fix parameter name in function header.
xli24
2009-11-17
Following 3 updates are for spec update published in PI 1.2.
xli24
2009-06-29
add assertion to pass K8 check.
eric_tian
2009-06-23
refine VariablePei driver to unify the algorithm of access VariableIndexTable...
eric_tian
2009-03-19
Fix tracker 202216:linux runtime test issue.
eric_tian
2009-02-27
1. delete Include/Guid/VariableInfo.h
eric_tian
2009-02-11
Adjust code to fix potential array out-bound issues.
qhuang8
2009-02-02
The caller of FindVariable() function ensure VariableName != NULL && VendorGu...
eric_tian
2009-01-15
Coding style checked
jji4
2009-01-05
As variable area is not reliable in recovery path, then we should not produce...
eric_tian
2008-12-12
code scrub on VariableRuntime Dxe driver
eric_tian
2008-12-11
INF head checked
jji4
2008-11-13
Code Scrub:
jji4
2008-11-12
Code Scrub:
jji4
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-10-17
Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...
qwang12
2008-04-09
Add comments and DoxyGen format for these files.
lgao4
2008-03-18
[Description]
eric_tian
2008-02-04
Add the check- in missed file
gtian
2008-01-14
1) Replace MACRO with C functions.
yshang1
2008-01-11
Change C functions, xxxSizeOfVariable(), to MACRO, which can avoid the ICC co...
yshang1
2008-01-10
Align the header of variable from 1 to 4, which can avoid the size of variabl...
yshang1
2007-12-20
Remove 'Framework' word in comments
klu2
2007-09-04
Merge the PI enabling works from the branch
qwang12
2007-07-19
Move VariablePei/VariableDxe/EmuVarible to /Variable folder of MdeModulePkg.
yshang1