| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directl... | Chao Zhang | 2014-10-31 | 2 | -25/+51 |
* | MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria... | Star Zeng | 2014-10-31 | 2 | -30/+48 |
* | Add comments to clarify mPubKeyStore buffer MemCopy. There is no memory overf... | Chao, Zhang | 2014-10-22 | 4 | -0/+30 |
* | Clean up the code. Action statement should not have text two opcode. | Eric Dong | 2014-10-21 | 4 | -6/+1 |
* | Add PubKey index check before touching PubKey cache. Internal PubKey Variable... | Chao, Zhang | 2014-10-21 | 1 | -2/+4 |
* | Roll back the dependency change in MOR driver. | Dong, Guo | 2014-09-26 | 1 | -1/+2 |
* | SecurityPkg VariableRuntimeDxe: Bug fix and and refine debug message. | Dong, Guo | 2014-09-03 | 1 | -2/+2 |
* | SecurityPkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 51 | -0/+0 |
* | Update SecurityPkg package version to 0.94. | Dong, Guo | 2014-09-02 | 2 | -2/+2 |
* | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 5 | -0/+0 |
* | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 2 | -0/+0 |
* | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 1 | -107/+153 |
* | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 72 | -0/+0 |
* | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 48 | -449/+880 |
* | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen | 2014-08-25 | 1 | -0/+14 |
* | Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe... | Dong, Guo | 2014-08-22 | 2 | -4/+0 |
* | Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe... | Dong, Guo | 2014-08-20 | 4 | -8/+22 |
* | 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and Pcd... | Dong, Guo | 2014-08-15 | 6 | -21/+41 |
* | Contributed-under: TianoCore Contribution Agreement 1.0 | Michael Kinney | 2014-08-14 | 8 | -0/+925 |
* | Correct StrnCat length calculation. | jyao1 | 2014-08-12 | 2 | -52/+52 |
* | Clean up code. | jyao1 | 2014-08-07 | 3 | -9/+9 |
* | Update code to support VS2013 tool chain. | Eric Dong | 2014-07-28 | 6 | -5/+18 |
* | SecurityPkg HashLibBaseCryptoRouterDxe/Tpm2DeviceLibRouterPei: Fixed GCC buil... | Star Zeng | 2014-07-02 | 2 | -4/+4 |
* | Refine code to make it more safely. | Eric Dong | 2014-06-25 | 2 | -7/+11 |
* | Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE. | Dong, Guo | 2014-06-25 | 1 | -2/+49 |
* | Fix build issues with Xcode in CryptoPkg and SecurityPkg. | Andrew Fish | 2014-06-16 | 2 | -1/+4 |
* | Config Access Protocol return value not follow spec, update code to follow it. | Eric Dong | 2014-04-28 | 1 | -3/+12 |
* | MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o... | Star Zeng | 2014-04-15 | 3 | -0/+25 |
* | Add missing parameter comment in AddPubKeyInStore() | Dong Guo | 2014-04-01 | 1 | -0/+1 |
* | Remove unused [PcdsDynamic, PcdsDynamicEx] section. | Dong Guo | 2014-03-31 | 1 | -1/+0 |
* | Check the input file pointer before use it. | Eric Dong | 2014-03-28 | 2 | -4/+8 |
* | SecurityPkg Variable: Add NULL pointer check. | Star Zeng | 2014-03-28 | 1 | -0/+1 |
* | Remove hide TPM support. | Dong Guo | 2014-03-27 | 13 | -121/+15 |
* | Calculate enough space for 2 variables (public key and variable data) instead... | Dong Guo | 2014-03-27 | 3 | -43/+83 |
* | MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an... | Star Zeng | 2014-03-25 | 4 | -56/+327 |
* | Comment PwdCredential driver. | Dong Guo | 2014-03-23 | 1 | -1/+1 |
* | Fix current TPM device string missing. Use efivarstore instead of varstor, re... | Jiewen Yao | 2014-03-21 | 8 | -177/+151 |
* | Force UID modules build error to warn user that currently it is just a sample. | Dong Guo | 2014-03-21 | 4 | -7/+22 |
* | MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency... | Star Zeng | 2014-03-20 | 1 | -12/+25 |
* | Fix the return value bug when updating public key database variable failure. | Dong Guo | 2014-03-19 | 3 | -8/+15 |
* | Add comments for PcdHideTpmSupport. | Dong Guo | 2014-03-17 | 1 | -0/+1 |
* | Remove unnecessary dependency in variable driver. | Dong Guo | 2014-03-17 | 1 | -1/+1 |
* | Fix the return status when physical presence variable and MemoryOverwriteRequ... | Dong Guo | 2014-03-17 | 5 | -62/+83 |
* | Remove unused variable attribute flag. | jyao1 | 2014-03-07 | 2 | -2/+2 |
* | Add description information for the GUID and Library class defined in DEC file | Dong Guo | 2014-01-28 | 1 | -15/+76 |
* | Update Module BaseName to avoid the same name. | Gao, Liming | 2014-01-24 | 4 | -8/+8 |
* | Fix PCD help information format and a typo. | Dong Guo | 2014-01-23 | 2 | -28/+28 |
* | Fix typo in PCD description in SecurityPkg. | jyao1 | 2014-01-13 | 1 | -4/+4 |
* | Upgrade package version to 0.93 | Dong Guo | 2014-01-10 | 2 | -4/+4 |
* | Return to BMM page if parse the file info failed. | Eric Dong | 2014-01-09 | 3 | -8/+15 |