Age | Commit message (Expand) | Author | Files | Lines |
2016-05-03 | SecurityPkg: Fix bug in TPM 1.2 SelfTest | Samer El-Haj-Mahmoud | 1 | -0/+2 |
2016-05-03 | SecurityPkg: Add DEBUG messages for TPM12Startup | Samer El-Haj-Mahmoud | 1 | -0/+5 |
2016-05-03 | SecurityPkg: Add DEBUG messages for TPM2Startup | Samer El-Haj-Mahmoud | 1 | -0/+4 |
2016-04-29 | SecurityPkg-Opal(2): Enhance AHCI Bar MMIO region check. | Eric Dong | 4 | -4/+84 |
2016-04-29 | SecurityPkg-Opal(1): Use fixed SMM communication buffer in OPAL password lib. | Eric Dong | 3 | -4/+34 |
2016-04-29 | SecuritPkg: DxeImageVerificationLib: Fix wrong verification logic in DBX & DBT | Zhang, Chao B | 1 | -2/+9 |
2016-04-19 | SecurityPkg: AuthVariableLib & SecureBootConfigDxe: Fix SecureBootEnable & PK... | Zhang, Chao B | 2 | -35/+26 |
2016-04-13 | SecurityPkg: Update protocol usage in module INF files. | Liming Gao | 5 | -11/+11 |
2016-04-08 | SecurityPkg OpalPasswordDxe: Clean up debug message in OpalHii.c | Eric Dong | 1 | -13/+0 |
2016-04-08 | SecurityPkg TcgStorageOpalLib: Fix wrong condition judgment. | Eric Dong | 1 | -1/+1 |
2016-04-08 | SecurityPkg OpalPasswordDxe: Suppress option for special device. | Eric Dong | 1 | -1/+15 |
2016-04-06 | SecurityPkg OpalPasswordSupportLib: Add comments for the used protocol in inf... | Eric Dong | 1 | -1/+1 |
2016-04-06 | SecurityPkg OpalPasswordSupportLib: Remove the hard code debug build option. | Eric Dong | 1 | -3/+0 |
2016-04-06 | SecurityPkg OpalPasswordSupportLib: Fixed gcc build failure. | Eric Dong | 1 | -0/+1 |
2016-04-06 | SecurityPkg TcgStorageOpalLib: Fixed gcc build failure. | Eric Dong | 2 | -4/+5 |
2016-04-06 | SecurityPkg OpalPasswordDxe: Check the pointer before use it. | Eric Dong | 1 | -10/+11 |
2016-04-06 | SecurityPkg TcgStorageOpalLib: Remove the hard code debug build option. | Eric Dong | 1 | -3/+0 |
2016-04-06 | SecurityPkg OpalPasswordDxe: Remove the hard code debug build option. | Eric Dong | 1 | -3/+0 |
2016-04-06 | SecurityPkg OpalPasswordSmm: Remove the hard code build option. | Eric Dong | 1 | -3/+0 |
2016-03-31 | SecurityPkg: Tcg2Dxe: Fix undersized TempBuf | Zhang, Chao B | 1 | -1/+1 |
2016-03-29 | SecurityPkg: Enable Opal password solution build. | Eric Dong | 1 | -4/+25 |
2016-03-29 | SecurityPkg: OpalPasswordSmm: Add Opal password Smm driver. | Eric Dong | 10 | -0/+7466 |
2016-03-29 | SecurityPkg: OpalPasswordDxe: Add Opal password dxe driver. | Eric Dong | 12 | -0/+4675 |
2016-03-29 | SecurityPkg: OpalPasswordSupportLib: Add Opal password support library. | Eric Dong | 6 | -0/+1196 |
2016-03-29 | SecurityPkg: TcgStorageOpalLib: Add TCG storage opal library. | Eric Dong | 4 | -0/+3447 |
2016-03-29 | SecurityPkg: TcgStorageCoreLib: Add TCG storage core library. | Eric Dong | 4 | -0/+3905 |
2016-03-24 | SecurityPkg/SecureBootConfigDxe: Remove type casting from the ChooseFile hand... | Gary Lin | 1 | -5/+5 |
2016-03-24 | SecurityPkg/SecureBootConfigDxe: Declare EFIAPI for the ChooseFile handlers | Gary Lin | 2 | -0/+10 |
2016-03-11 | SecurityPkg: Clear LocalAuthSession content after use. | Jiewen Yao | 1 | -2/+6 |
2016-03-11 | SecurityPkg: Add Tpm2 prefix to lib to avoid conflict. | Jiewen Yao | 1 | -9/+9 |
2016-03-11 | SecurityPkg: Fix Tcg2 SubmitRequestToPreOSFunction() fail in second times. | Jiewen Yao | 2 | -4/+6 |
2016-03-11 | SecurityPkg: SecureBootConfigDxe: Update coding style | Zhang, Chao B | 1 | -1/+2 |
2016-03-04 | SecurityPkg/SecureBootConfigDxe: Handle allocation failure gracefully | Dandan Bi | 1 | -9/+21 |
2016-02-29 | SecurityPkg: Tcg2Smm: Change TPM2.0 MMIO range attribute | Zhang, Chao B | 1 | -1/+2 |
2016-02-26 | SecurityPkg: Use FileExplorerLib in SecureBootConfigDxe | Dandan Bi | 6 | -1225/+333 |
2016-02-26 | SecurityPkg: Add FileExplorerLib.inf to the dsc file | Dandan Bi | 1 | -0/+1 |
2016-02-22 | SecurityPkg: TcgConfigDxe: Move TPM state string update to CallBack function | Zhang, Chao B | 3 | -26/+40 |
2016-02-02 | SecurityPkg: AuthVariableLib: Add new cert database for volatile time based A... | Chao Zhang | 5 | -58/+146 |
2016-01-27 | SecurityPkg: Correct data copy in Tpm2NvReadPublic. | Yao, Jiewen | 1 | -2/+2 |
2016-01-27 | SecurityPkg: Add TPM PTP detection in Tpm12SubmitCommand. | Yao, Jiewen | 1 | -41/+58 |
2016-01-27 | SecurityPkg: SecureBootConfigDxe: Fix potential NULL pointer dereference | Chao Zhang | 1 | -4/+5 |
2016-01-26 | SecurityPkg: Add TPM PTP support in TCG2 Config. | Yao, Jiewen | 6 | -27/+299 |
2016-01-26 | SecurityPkg: Add TPM PTP detection in TPM12 device lib. | Yao, Jiewen | 1 | -159/+122 |
2016-01-26 | SecurityPkg: Add TPM PTP support in TCG2 SMM. | Yao, Jiewen | 4 | -4/+71 |
2016-01-26 | SecurityPkg: Add TPM PTP support in TPM2 device lib. | Yao, Jiewen | 7 | -184/+579 |
2016-01-22 | SecurityPkg: Update TCG PPI "1.3" for TCG2. | Yao, Jiewen | 1 | -2/+2 |
2016-01-21 | SecurityPkg/TcgDxe: Use updated Tpm12CommandLib APIs | Michael Kinney | 5 | -634/+94 |
2016-01-21 | SecurityPkg/TcgPei: Use updated Tpm12CommandLib APIs | Michael Kinney | 4 | -477/+61 |
2016-01-21 | SecurityPkg/Tpm12CommandLib: Add TPM 1.2 commands used by TCG modules | Michael Kinney | 8 | -188/+442 |
2016-01-21 | SecurityPkg/Tpm12CommandLib.h: Add TPM 1.2 commands used by TCG modules | Michael Kinney | 1 | -1/+85 |