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
/
IntelFrameworkModulePkg
/
Universal
/
VariablePei
/
Variable.c
Age
Commit message (
Expand
)
Author
2009-02-02
The caller of FindVariable() function ensure VariableName != NULL && VendorGu...
eric_tian
2009-01-05
As variable area is not reliable in recovery path, then we should not produce...
eric_tian
2008-11-27
Update PEIM entry point to follow PEIM entry point.
lgao4
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-22
Fix missing include header file and fix typo in comment.
klu2
2008-04-14
Coding style modification.
klu2
2008-03-19
Modify all file header to follow doxygen format
klu2
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-09-04
First round of PI enabling work:
qwang12
2007-08-23
Fix building issue for Intel Compiler
klu2
2007-08-13
Add VariablePei into IntelFrameworkModulePkg
klu2