]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/Pei/Variable.c
Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G. For...
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / Pei / Variable.c
2010-07-22 andrewfishAdd 64-bit versions of FLASH Base addressess as it...
2010-05-20 erictianfix a bug that FindVariable() may set GoneThrough flag...
2010-04-24 hhtianUpdate the copyright notice format
2010-02-26 xli24Refine parameter description according to PI 1.2 errata A.
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2009-11-17 xli24Fix parameter name in function header.
2009-11-17 xli24Following 3 updates are for spec update published in...
2009-06-29 eric_tianadd assertion to pass K8 check.
2009-06-23 eric_tianrefine VariablePei driver to unify the algorithm of...
2009-03-19 eric_tianFix tracker 202216:linux runtime test issue.
2009-02-27 eric_tian1. delete Include/Guid/VariableInfo.h
2009-02-11 qhuang8Adjust code to fix potential array out-bound issues.
2009-02-02 eric_tianThe caller of FindVariable() function ensure VariableNa...
2009-01-15 jji4Coding style checked
2009-01-05 eric_tianAs variable area is not reliable in recovery path,...
2008-12-12 eric_tiancode scrub on VariableRuntime Dxe driver
2008-12-11 jji4INF head checked
2008-11-13 jji4Code Scrub:
2008-11-12 jji4Code Scrub:
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-17 qwang12Base on PI spec, GetPeiServicesTablePointer is updated...
2008-04-09 lgao4Add comments and DoxyGen format for these files.
2008-03-18 eric_tian[Description]
2008-02-04 gtianAdd the check- in missed file
2008-01-14 yshang11) Replace MACRO with C functions.
2008-01-11 yshang1Change C functions, xxxSizeOfVariable(), to MACRO,...
2008-01-10 yshang1Align the header of variable from 1 to 4, which can...
2007-12-20 klu2Remove 'Framework' word in comments
2007-09-04 qwang12Merge the PI enabling works from the branch
2007-07-19 yshang1Move VariablePei/VariableDxe/EmuVarible to /Variable...