| Commit message (Expand) | Author | Age | Files | Lines |
* | SecurityPkg OpalPasswordSupportLib: Add comments for the used protocol in inf... | Eric Dong | 2016-04-06 | 1 | -1/+1 |
* | SecurityPkg OpalPasswordSupportLib: Remove the hard code debug build option. | Eric Dong | 2016-04-06 | 1 | -3/+0 |
* | SecurityPkg OpalPasswordSupportLib: Fixed gcc build failure. | Eric Dong | 2016-04-06 | 1 | -0/+1 |
* | SecurityPkg TcgStorageOpalLib: Fixed gcc build failure. | Eric Dong | 2016-04-06 | 2 | -4/+5 |
* | SecurityPkg OpalPasswordDxe: Check the pointer before use it. | Eric Dong | 2016-04-06 | 1 | -10/+11 |
* | SecurityPkg TcgStorageOpalLib: Remove the hard code debug build option. | Eric Dong | 2016-04-06 | 1 | -3/+0 |
* | SecurityPkg OpalPasswordDxe: Remove the hard code debug build option. | Eric Dong | 2016-04-06 | 1 | -3/+0 |
* | SecurityPkg OpalPasswordSmm: Remove the hard code build option. | Eric Dong | 2016-04-06 | 1 | -3/+0 |
* | SecurityPkg: Tcg2Dxe: Fix undersized TempBuf | Zhang, Chao B | 2016-03-31 | 1 | -1/+1 |
* | SecurityPkg: Enable Opal password solution build. | Eric Dong | 2016-03-29 | 1 | -4/+25 |
* | SecurityPkg: OpalPasswordSmm: Add Opal password Smm driver. | Eric Dong | 2016-03-29 | 10 | -0/+7466 |
* | SecurityPkg: OpalPasswordDxe: Add Opal password dxe driver. | Eric Dong | 2016-03-29 | 12 | -0/+4675 |
* | SecurityPkg: OpalPasswordSupportLib: Add Opal password support library. | Eric Dong | 2016-03-29 | 6 | -0/+1196 |
* | SecurityPkg: TcgStorageOpalLib: Add TCG storage opal library. | Eric Dong | 2016-03-29 | 4 | -0/+3447 |
* | SecurityPkg: TcgStorageCoreLib: Add TCG storage core library. | Eric Dong | 2016-03-29 | 4 | -0/+3905 |
* | 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 |