| Commit message (Expand) | Author | Age | Files | Lines |
* | SecurityPkg/DxeImageVerificationLib: Add DEBUG messages for image verificatio... | Cinnamon Shia | 2016-05-19 | 1 | -1/+18 |
* | SecurityPkg: Use PcdGet32() to access PcdPeiCoreMaxFvSupported | Liming Gao | 2016-05-17 | 2 | -10/+10 |
* | SecurityPkg: Remove non-ASCII character from TPM warning strings | Zhang, Chao B | 2016-05-16 | 1 | -1/+2 |
* | SecurityPkg OpalPasswordDxe: Error handling enhance when input password. | Eric Dong | 2016-05-12 | 1 | -23/+53 |
* | Security/OpalPasswordDxe: Enhance the logic in RouteConfig/ExtractConfig | Dandan Bi | 2016-05-11 | 1 | -0/+15 |
* | SecurityPkg: SecureBootConfigDxe: Add NULL pointer check | Zhang, Chao B | 2016-05-11 | 1 | -1/+1 |
* | SecurityPkg TcgStorageOpalLib: Check the capability before use. | Dong, Eric | 2016-05-09 | 1 | -22/+28 |
* | SecurityPkg: Cleanup unused structure definition | Jiaxin Wu | 2016-05-09 | 1 | -37/+0 |
* | SecurityPkg OpalPasswordSmm: Always execute BlockSid command. | Eric Dong | 2016-05-05 | 1 | -7/+7 |
* | SecurityPkg OpalPasswordSmm: Enhance BlockSid Logic. | Eric Dong | 2016-05-05 | 1 | -5/+10 |
* | SecurityPkg OpalPasswordDxe: Check BlockSid capability before send command. | Eric Dong | 2016-05-05 | 1 | -14/+11 |
* | SecurityPkg OpalPasswordDxe: Change BlockSid position. | Eric Dong | 2016-05-05 | 3 | -16/+16 |
* | SecurityPkg TcgStorageOpalLib: Check BlockSid capability. | Eric Dong | 2016-05-05 | 2 | -0/+12 |
* | SecurityPkg TcgStorageOpalLib: Update ComId for Block SID command. | Eric Dong | 2016-05-05 | 1 | -1/+1 |
* | SecurityPkg: SecureBootConfigDxe: Disable SecureBoot Enable/Disable in some case | Zhang, Chao B | 2016-05-05 | 1 | -1/+1 |
* | SecurityPkg OpalPasswordDxe: Install menu without device dependency. | Eric Dong | 2016-05-04 | 3 | -59/+6 |
* | SecurityPkg: SecureBootConfigDxe: Remove SecureBoot UI change for Customized ... | Zhang, Chao B | 2016-05-04 | 4 | -417/+32 |
* | SecurityPkg: AuthVariableLib: Remove Customized SecureBoot Mode transition. | Zhang, Chao B | 2016-05-04 | 5 | -1866/+237 |
* | SecurityPkg: Remove gEdkiiSecureBootModeGuid definition | Zhang, Chao B | 2016-05-04 | 2 | -6/+1 |
* | SecurityPkg: Update servers TCG ACPI Table template to TCG 1.2 | Samer El-Haj-Mahmoud | 2016-05-03 | 1 | -5/+6 |
* | SecurityPkg: Reduce DEBUG verbosity in Tcg2Dxe | Derek Lin | 2016-05-03 | 1 | -6/+7 |
* | SecurityPkg: Fix TPM 1.2 NV Storage Command Size byte order | Samer El-Haj-Mahmoud | 2016-05-03 | 1 | -4/+7 |
* | SecurityPkg: Fix bug in TPM 1.2 SelfTest | Samer El-Haj-Mahmoud | 2016-05-03 | 1 | -0/+2 |
* | SecurityPkg: Add DEBUG messages for TPM12Startup | Samer El-Haj-Mahmoud | 2016-05-03 | 1 | -0/+5 |
* | SecurityPkg: Add DEBUG messages for TPM2Startup | Samer El-Haj-Mahmoud | 2016-05-03 | 1 | -0/+4 |
* | SecurityPkg-Opal(2): Enhance AHCI Bar MMIO region check. | Eric Dong | 2016-04-29 | 4 | -4/+84 |
* | SecurityPkg-Opal(1): Use fixed SMM communication buffer in OPAL password lib. | Eric Dong | 2016-04-29 | 3 | -4/+34 |
* | SecuritPkg: DxeImageVerificationLib: Fix wrong verification logic in DBX & DBT | Zhang, Chao B | 2016-04-29 | 1 | -2/+9 |
* | SecurityPkg: AuthVariableLib & SecureBootConfigDxe: Fix SecureBootEnable & PK... | Zhang, Chao B | 2016-04-19 | 2 | -35/+26 |
* | SecurityPkg: Update protocol usage in module INF files. | Liming Gao | 2016-04-13 | 5 | -11/+11 |
* | SecurityPkg OpalPasswordDxe: Clean up debug message in OpalHii.c | Eric Dong | 2016-04-08 | 1 | -13/+0 |
* | SecurityPkg TcgStorageOpalLib: Fix wrong condition judgment. | Eric Dong | 2016-04-08 | 1 | -1/+1 |
* | SecurityPkg OpalPasswordDxe: Suppress option for special device. | Eric Dong | 2016-04-08 | 1 | -1/+15 |
* | 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 |