| Commit message (Expand) | Author | Age | Files | Lines |
* | SecurityPkg/SecureBootConfigDxe: Remove type casting from the ChooseFile hand... | Gary Lin | 2016-03-24 | 1 | -5/+5 |
* | SecurityPkg/SecureBootConfigDxe: Declare EFIAPI for the ChooseFile handlers | Gary Lin | 2016-03-24 | 2 | -0/+10 |
* | SecurityPkg: Clear LocalAuthSession content after use. | Jiewen Yao | 2016-03-11 | 1 | -2/+6 |
* | SecurityPkg: Add Tpm2 prefix to lib to avoid conflict. | Jiewen Yao | 2016-03-11 | 1 | -9/+9 |
* | SecurityPkg: Fix Tcg2 SubmitRequestToPreOSFunction() fail in second times. | Jiewen Yao | 2016-03-11 | 2 | -4/+6 |
* | SecurityPkg: SecureBootConfigDxe: Update coding style | Zhang, Chao B | 2016-03-11 | 1 | -1/+2 |
* | SecurityPkg/SecureBootConfigDxe: Handle allocation failure gracefully | Dandan Bi | 2016-03-04 | 1 | -9/+21 |
* | SecurityPkg: Tcg2Smm: Change TPM2.0 MMIO range attribute | Zhang, Chao B | 2016-02-29 | 1 | -1/+2 |
* | SecurityPkg: Use FileExplorerLib in SecureBootConfigDxe | Dandan Bi | 2016-02-26 | 6 | -1225/+333 |
* | SecurityPkg: Add FileExplorerLib.inf to the dsc file | Dandan Bi | 2016-02-26 | 1 | -0/+1 |
* | SecurityPkg: TcgConfigDxe: Move TPM state string update to CallBack function | Zhang, Chao B | 2016-02-22 | 3 | -26/+40 |
* | SecurityPkg: AuthVariableLib: Add new cert database for volatile time based A... | Chao Zhang | 2016-02-02 | 5 | -58/+146 |
* | SecurityPkg: Correct data copy in Tpm2NvReadPublic. | Yao, Jiewen | 2016-01-27 | 1 | -2/+2 |
* | SecurityPkg: Add TPM PTP detection in Tpm12SubmitCommand. | Yao, Jiewen | 2016-01-27 | 1 | -41/+58 |
* | SecurityPkg: SecureBootConfigDxe: Fix potential NULL pointer dereference | Chao Zhang | 2016-01-27 | 1 | -4/+5 |
* | SecurityPkg: Add TPM PTP support in TCG2 Config. | Yao, Jiewen | 2016-01-26 | 6 | -27/+299 |
* | SecurityPkg: Add TPM PTP detection in TPM12 device lib. | Yao, Jiewen | 2016-01-26 | 1 | -159/+122 |
* | SecurityPkg: Add TPM PTP support in TCG2 SMM. | Yao, Jiewen | 2016-01-26 | 4 | -4/+71 |
* | SecurityPkg: Add TPM PTP support in TPM2 device lib. | Yao, Jiewen | 2016-01-26 | 7 | -184/+579 |
* | SecurityPkg: Update TCG PPI "1.3" for TCG2. | Yao, Jiewen | 2016-01-22 | 1 | -2/+2 |
* | SecurityPkg/TcgDxe: Use updated Tpm12CommandLib APIs | Michael Kinney | 2016-01-21 | 5 | -634/+94 |
* | SecurityPkg/TcgPei: Use updated Tpm12CommandLib APIs | Michael Kinney | 2016-01-21 | 4 | -477/+61 |
* | SecurityPkg/Tpm12CommandLib: Add TPM 1.2 commands used by TCG modules | Michael Kinney | 2016-01-21 | 8 | -188/+442 |
* | SecurityPkg/Tpm12CommandLib.h: Add TPM 1.2 commands used by TCG modules | Michael Kinney | 2016-01-21 | 1 | -1/+85 |
* | SecurityPkg/Tcg2Config: Remove use of IoLib | Michael Kinney | 2016-01-21 | 2 | -32/+6 |
* | SecurityPkg/TrEEConfig: Remove use of IoLib | Michael Kinney | 2016-01-21 | 2 | -32/+6 |
* | SecurityPkg/TcgConfigDxe: Replace TpmCommLib with Tpm12DeviceLib | Michael Kinney | 2016-01-21 | 3 | -6/+6 |
* | SecurityPkg/TcgDxe: Replace TpmCommLib with Tpm12DeviceLib | Michael Kinney | 2016-01-21 | 5 | -191/+82 |
* | SecurityPkg/TcgPei: Replace TpmCommLib with Tpm12DeviceLib | Michael Kinney | 2016-01-21 | 5 | -262/+88 |
* | SecurityPkg: Mark MorLock module deprecated. | Yao, Jiewen | 2016-01-19 | 1 | -1/+4 |
* | SecurityPkg: Add NOOPT target in SecurityPkg.dsc | Hao Wu | 2016-01-19 | 1 | -2/+2 |
* | SecurityPkg: Update final event log calculation. | Yao, Jiewen | 2016-01-18 | 1 | -38/+84 |
* | SecurityPkg: Correct NumberOfPCRBanks calculation. | Yao, Jiewen | 2016-01-18 | 1 | -7/+10 |
* | SecurityPkg: Replace TREE macro with TCG2. | Yao, Jiewen | 2016-01-18 | 1 | -2/+2 |
* | SecurityPkg: SecureBootConfigDxe: Fix string typo | Chao Zhang | 2016-01-15 | 2 | -5/+5 |
* | SecurityPkg: SecureBootConfigDxe: Enhance secure boot string update logic | Chao Zhang | 2016-01-15 | 1 | -42/+57 |
* | SecurityPkg: SecureBootConfigDxe: Change KEY_TRANS_SECURE_BOOT_MODE value | Chao Zhang | 2016-01-15 | 1 | -2/+2 |
* | SecurityPkg: TcgDxe,Tcg2Dxe,TrEEDxe: New PCD for TCG event log and TCG2 final... | Chao Zhang | 2016-01-12 | 8 | -29/+44 |
* | SecurityPkg: Clear AuthSession content after use. | Yao, Jiewen | 2016-01-11 | 6 | -122/+333 |
* | SecurityPkg: Add Tpm2Startup return code check. | Yao, Jiewen | 2016-01-11 | 1 | -4/+25 |
* | SecurityPkg: MOR drivers use Tcg2Protocol instead of TrEE. | Yao, Jiewen | 2016-01-11 | 2 | -2/+2 |
* | SecurityPkg : Tpm2DeviceLibDTpm : Rename TisTpmCommand to avoid name collision | Samer El-Haj-Mahmoud | 2016-01-08 | 1 | -3/+3 |
* | SecurityPkg/Tcg: Fix debug messages | Michael Kinney | 2016-01-07 | 3 | -18/+18 |
* | SecurityPkg Tcg2Pei: Fix a typo in function description | Hao Wu | 2016-01-06 | 1 | -1/+1 |
* | SecurityPkg AuthVariableLib: Correct comment/error log about CleanCertsFromDb | Star Zeng | 2015-12-29 | 2 | -10/+8 |
* | SecurityPkg: SecureBootConfigDxe: Remove useless code in VFR | Chao Zhang | 2015-12-22 | 1 | -61/+11 |
* | DxeTpmMeasureBootLib: Change global variable name to avoid name conflict. | Eric Dong | 2015-12-18 | 1 | -5/+5 |
* | SecurityPkg: Correct Pcd Usage PcdTpm2HashMask in Tcg2Pei | Liming Gao | 2015-12-17 | 1 | -1/+3 |
* | SecurityPkg: Correct Pcd Usage PcdTcg2HashAlgorithmBitmap | Liming Gao | 2015-12-17 | 2 | -2/+6 |
* | SecurityPkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 101 | -0/+0 |