Age | Commit message (Expand) | Author | Files | Lines |
2014-09-03 | SecurityPkg VariableRuntimeDxe: Bug fix and and refine debug message. | Dong, Guo | 1 | -2/+2 |
2014-09-03 | SecurityPkg: Convert non DOS format files to DOS format | Gao, Liming | 51 | -0/+0 |
2014-09-02 | Update SecurityPkg package version to 0.94. | Dong, Guo | 2 | -2/+2 |
2014-08-28 | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 5 | -0/+0 |
2014-08-28 | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2 | -0/+0 |
2014-08-28 | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 1 | -107/+153 |
2014-08-28 | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 72 | -0/+0 |
2014-08-28 | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 48 | -449/+880 |
2014-08-25 | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen | 1 | -0/+14 |
2014-08-22 | Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe... | Dong, Guo | 2 | -4/+0 |
2014-08-20 | Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe... | Dong, Guo | 4 | -8/+22 |
2014-08-15 | 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and Pcd... | Dong, Guo | 6 | -21/+41 |
2014-08-14 | Contributed-under: TianoCore Contribution Agreement 1.0 | Michael Kinney | 8 | -0/+925 |
2014-08-12 | Correct StrnCat length calculation. | jyao1 | 2 | -52/+52 |
2014-08-07 | Clean up code. | jyao1 | 3 | -9/+9 |
2014-07-28 | Update code to support VS2013 tool chain. | Eric Dong | 6 | -5/+18 |
2014-07-02 | SecurityPkg HashLibBaseCryptoRouterDxe/Tpm2DeviceLibRouterPei: Fixed GCC buil... | Star Zeng | 2 | -4/+4 |
2014-06-25 | Refine code to make it more safely. | Eric Dong | 2 | -7/+11 |
2014-06-25 | Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE. | Dong, Guo | 1 | -2/+49 |
2014-06-16 | Fix build issues with Xcode in CryptoPkg and SecurityPkg. | Andrew Fish | 2 | -1/+4 |
2014-04-28 | Config Access Protocol return value not follow spec, update code to follow it. | Eric Dong | 1 | -3/+12 |
2014-04-15 | MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o... | Star Zeng | 3 | -0/+25 |
2014-04-01 | Add missing parameter comment in AddPubKeyInStore() | Dong Guo | 1 | -0/+1 |
2014-03-31 | Remove unused [PcdsDynamic, PcdsDynamicEx] section. | Dong Guo | 1 | -1/+0 |
2014-03-28 | Check the input file pointer before use it. | Eric Dong | 2 | -4/+8 |
2014-03-28 | SecurityPkg Variable: Add NULL pointer check. | Star Zeng | 1 | -0/+1 |
2014-03-27 | Remove hide TPM support. | Dong Guo | 13 | -121/+15 |
2014-03-27 | Calculate enough space for 2 variables (public key and variable data) instead... | Dong Guo | 3 | -43/+83 |
2014-03-25 | MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an... | Star Zeng | 4 | -56/+327 |
2014-03-23 | Comment PwdCredential driver. | Dong Guo | 1 | -1/+1 |
2014-03-21 | Fix current TPM device string missing. Use efivarstore instead of varstor, re... | Jiewen Yao | 8 | -177/+151 |
2014-03-21 | Force UID modules build error to warn user that currently it is just a sample. | Dong Guo | 4 | -7/+22 |
2014-03-20 | MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency... | Star Zeng | 1 | -12/+25 |
2014-03-19 | Fix the return value bug when updating public key database variable failure. | Dong Guo | 3 | -8/+15 |
2014-03-17 | Add comments for PcdHideTpmSupport. | Dong Guo | 1 | -0/+1 |
2014-03-17 | Remove unnecessary dependency in variable driver. | Dong Guo | 1 | -1/+1 |
2014-03-17 | Fix the return status when physical presence variable and MemoryOverwriteRequ... | Dong Guo | 5 | -62/+83 |
2014-03-07 | Remove unused variable attribute flag. | jyao1 | 2 | -2/+2 |
2014-01-28 | Add description information for the GUID and Library class defined in DEC file | Dong Guo | 1 | -15/+76 |
2014-01-24 | Update Module BaseName to avoid the same name. | Gao, Liming | 4 | -8/+8 |
2014-01-23 | Fix PCD help information format and a typo. | Dong Guo | 2 | -28/+28 |
2014-01-13 | Fix typo in PCD description in SecurityPkg. | jyao1 | 1 | -4/+4 |
2014-01-10 | Upgrade package version to 0.93 | Dong Guo | 2 | -4/+4 |
2014-01-09 | Return to BMM page if parse the file info failed. | Eric Dong | 3 | -8/+15 |
2014-01-08 | Rollback the patch 15054. | Eric Dong | 1 | -2/+6 |
2014-01-07 | Not update the status until parse the file info success. | Eric Dong | 1 | -6/+2 |
2013-12-11 | Correct INF file to make module pass ICC compiler. | Liming Gao | 1 | -2/+2 |
2013-12-02 | Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_O... | Fu Siyuan | 2 | -6/+10 |
2013-11-29 | Upgrade TPM SSDT version from ACPI version 1 (ACPI 1.0 compatible) to version... | Dong Guo | 2 | -2/+2 |
2013-11-27 | Makes DxeDeferImageLoadLib not depend on | Dong Guo | 3 | -79/+145 |