| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg: Minor update to the Data parameter for PEI GetVariable() | Star Zeng | 2017-06-22 | 2 | -5/+7 |
* | MdeModulePkg Variable: return error for empty str VariableName to GetVariable | Star Zeng | 2016-05-15 | 1 | -1/+5 |
* | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 2 | -0/+0 |
* | MdeModulePkg VariablePei: Merge from VariablePei in SecurityPkg | Star Zeng | 2015-07-01 | 4 | -83/+182 |
* | MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure. | Star Zeng | 2014-11-19 | 1 | -0/+4 |
* | MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria... | Star Zeng | 2014-10-31 | 1 | -2/+20 |
* | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 2 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 1 | -11/+16 |
* | MdeModulePkg: Variable drivers robustly handle crashes during Reclaim(). | Star Zeng | 2013-07-03 | 3 | -116/+359 |
* | Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered... | lzeng14 | 2013-01-25 | 1 | -10/+49 |
* | MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t... | oliviermartin | 2011-12-12 | 3 | -0/+11 |
* | Fix a typo in the comments | niruiyu | 2011-11-14 | 1 | -1/+1 |
* | Fix the clang compilation failure to handle all the values in a case statemen... | niruiyu | 2011-10-14 | 1 | -0/+4 |
* | Change Variable driver (Pei/RuntimeDxe) to support the default variable data ... | niruiyu | 2011-10-14 | 2 | -167/+258 |
* | Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d... | sfu5 | 2011-06-07 | 3 | -32/+4 |
* | judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF... | erictian | 2011-03-14 | 3 | -185/+45 |
* | if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria... | erictian | 2011-03-14 | 3 | -8/+177 |
* | Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G.... | andrewfish | 2010-07-22 | 2 | -2/+7 |
* | fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va... | erictian | 2010-05-20 | 1 | -1/+1 |
* | Update the copyright notice format | hhtian | 2010-04-24 | 3 | -6/+6 |
* | Refine parameter description according to PI 1.2 errata A. | xli24 | 2010-02-26 | 1 | -1/+2 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 1 | -5/+5 |
* | Fix some coding style issues in MdeModulePkg. | rsun3 | 2010-01-15 | 1 | -2/+2 |
* | Fix parameter name in function header. | xli24 | 2009-11-17 | 1 | -1/+1 |
* | Following 3 updates are for spec update published in PI 1.2. | xli24 | 2009-11-17 | 1 | -2/+2 |
* | add assertion to pass K8 check. | eric_tian | 2009-06-29 | 1 | -0/+1 |
* | refine VariablePei driver to unify the algorithm of access VariableIndexTable... | eric_tian | 2009-06-23 | 5 | -163/+45 |
* | Fix tracker 202216:linux runtime test issue. | eric_tian | 2009-03-19 | 1 | -1/+1 |
* | 1. delete Include/Guid/VariableInfo.h | eric_tian | 2009-02-27 | 3 | -3/+10 |
* | Adjust code to fix potential array out-bound issues. | qhuang8 | 2009-02-11 | 3 | -6/+8 |
* | The caller of FindVariable() function ensure VariableName != NULL && VendorGu... | eric_tian | 2009-02-02 | 1 | -1/+1 |
* | Coding style checked | jji4 | 2009-01-15 | 1 | -1/+1 |
* | Add INF extension Information | lgao4 | 2009-01-09 | 1 | -11/+0 |
* | INF extension reviewed | jji4 | 2009-01-09 | 1 | -1/+7 |
* | INF extension reviewed | jji4 | 2009-01-08 | 1 | -3/+2 |
* | As variable area is not reliable in recovery path, then we should not produce... | eric_tian | 2009-01-05 | 1 | -4/+16 |
* | Typo corrected | jji4 | 2008-12-30 | 1 | -1/+1 |
* | remedy the ppi comment. This module is always used to produced gEfiPeiReadOnl... | eric_tian | 2008-12-22 | 1 | -1/+1 |
* | code scrub on VariableRuntime Dxe driver | eric_tian | 2008-12-12 | 1 | -11/+11 |
* | INF head checked | jji4 | 2008-12-11 | 2 | -5/+5 |
* | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy | 2008-12-03 | 1 | -3/+0 |
* | Code Scrub: | jji4 | 2008-11-13 | 1 | -1/+1 |
* | Code Scrub: | jji4 | 2008-11-12 | 5 | -329/+251 |
* | Use #include "XXX.h" for module internal header files. | qhuang8 | 2008-10-31 | 2 | -2/+2 |
* | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 | 2008-10-30 | 1 | -6/+2 |
* | Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE... | qwang12 | 2008-10-17 | 1 | -3/+3 |
* | remove the unused msa files in MdeModulePkg. | lgao4 | 2008-08-25 | 1 | -76/+0 |
* | Add comments and DoxyGen format for these files. | lgao4 | 2008-04-09 | 4 | -32/+19 |
* | [Description] | eric_tian | 2008-03-18 | 1 | -3/+3 |