]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/Pei/Variable.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / Pei / Variable.c
2022-05-19 Michael KubackiMdeModulePkg/Variable: Consume Variable Flash Info
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE...
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2020-04-07 Michael KubackiMdeModulePkg VariablePei: Return GetVariable() attr...
2019-11-04 Shenglei ZhangMdeModulePkg/Variable/Pei: Update the condition in...
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2019-01-24 Star ZengMdeModulePkg VariablePei: Don't check BOOT_IN_RECOVERY_MODE
2018-09-28 Star ZengMdeModulePkg Variable: Fix comment typo 'end' to 'start'
2018-07-03 Star ZengMdeModulePkg Variable: Add/Correct GetHobVariableStore...
2018-07-02 Star ZengMdeModulePkg Variable: Make sure no more than one Varia...
2018-07-02 Star ZengMdeModulePkg Variable: Abstract GetHobVariableStore...
2017-06-22 Star ZengMdeModulePkg: Minor update to the Data parameter for...
2016-05-15 Star ZengMdeModulePkg Variable: return error for empty str Varia...
2015-07-01 Star ZengMdeModulePkg VariablePei: Merge from VariablePei in...
2014-11-19 Star ZengMdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build...
2014-10-31 Star ZengMdeModulePkg/SecurityPkg Variable: Add boundary check...
2013-07-03 Star ZengMdeModulePkg: Variable drivers robustly handle crashes...
2013-01-25 lzeng14Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITIO...
2011-12-12 oliviermartinMdeModulePkg/Variable: Check if there is a NV Variable...
2011-11-14 niruiyuFix a typo in the comments
2011-10-14 niruiyuFix the clang compilation failure to handle all the...
2011-10-14 niruiyuChange Variable driver (Pei/RuntimeDxe) to support...
2011-06-07 sfu5Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_...
2011-03-14 erictianjudge recovery mode at ReadOnlyVariable2Ppi interface...
2011-03-14 erictianif it's in recovery mode, variable region is unreliable...
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...