| Commit message (Expand) | Author | Age | Files | Lines |
* | Add description information for the GUID and Library class defined in DEC file | Dong Guo | 2014-01-28 | 1 | -15/+76 |
* | Update Module BaseName to avoid the same name. | Gao, Liming | 2014-01-24 | 4 | -8/+8 |
* | Fix PCD help information format and a typo. | Dong Guo | 2014-01-23 | 2 | -28/+28 |
* | Fix typo in PCD description in SecurityPkg. | jyao1 | 2014-01-13 | 1 | -4/+4 |
* | Upgrade package version to 0.93 | Dong Guo | 2014-01-10 | 2 | -4/+4 |
* | Return to BMM page if parse the file info failed. | Eric Dong | 2014-01-09 | 3 | -8/+15 |
* | Rollback the patch 15054. | Eric Dong | 2014-01-08 | 1 | -2/+6 |
* | Not update the status until parse the file info success. | Eric Dong | 2014-01-07 | 1 | -6/+2 |
* | Correct INF file to make module pass ICC compiler. | Liming Gao | 2013-12-11 | 1 | -2/+2 |
* | Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_O... | Fu Siyuan | 2013-12-02 | 2 | -6/+10 |
* | Upgrade TPM SSDT version from ACPI version 1 (ACPI 1.0 compatible) to version... | Dong Guo | 2013-11-29 | 2 | -2/+2 |
* | Makes DxeDeferImageLoadLib not depend on | Dong Guo | 2013-11-27 | 3 | -79/+145 |
* | Refine the Secure Boot UI driver to input the GUID and varstroe name when usi... | Fu Siyuan | 2013-11-25 | 1 | -2/+2 |
* | Fix coding style problem in RngDxe driver. | Long, Qin | 2013-11-21 | 3 | -142/+84 |
* | Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key tech... | Long, Qin | 2013-11-19 | 15 | -0/+2080 |
* | SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b... | Star Zeng | 2013-11-18 | 4 | -48/+40 |
* | MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM... | Star Zeng | 2013-11-12 | 3 | -85/+82 |
* | MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d... | Star Zeng | 2013-11-04 | 3 | -103/+104 |
* | Add TPM1.2 SaveState API. | jyao1 | 2013-10-21 | 2 | -1/+62 |
* | 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE... | Star Zeng | 2013-10-11 | 2 | -0/+7 |
* | Fix coding style issue. | Fu Siyuan | 2013-10-09 | 1 | -1/+1 |
* | TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.h | jyao1 | 2013-10-09 | 4 | -5/+10 |
* | Fix a bug about the “VendorKey” variable update logic. | Fu Siyuan | 2013-10-08 | 1 | -1/+1 |
* | Add missing comments for function parameters. | gdong1 | 2013-09-23 | 1 | -5/+7 |
* | Add TPM2 implementation. | jyao1 | 2013-09-18 | 98 | -49/+17387 |
* | Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C... | Star Zeng | 2013-09-16 | 6 | -8/+31 |
* | Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx... | Fu Siyuan | 2013-09-12 | 1 | -1/+6 |
* | Update the chaining requirements with regards to the Platform Key. | Fu Siyuan | 2013-09-12 | 1 | -7/+26 |
* | Add “VendorKeys” variable for indicating out of band key modification. | Fu Siyuan | 2013-09-12 | 6 | -5/+136 |
* | Enhance TPM driver to protect TPM physical presence flags. | Dong Guo | 2013-09-03 | 4 | -25/+120 |
* | 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file. | Fu Siyuan | 2013-08-28 | 2 | -3/+14 |
* | Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att... | Fu Siyuan | 2013-08-22 | 2 | -22/+48 |
* | MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl... | Star Zeng | 2013-08-19 | 2 | -13/+128 |
* | MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit... | Star Zeng | 2013-08-16 | 1 | -0/+10 |
* | Change EFI_TCG_EVENT_HOB_GUID value to avoid the duplicated GUID value with E... | Shumin Qiu | 2013-08-09 | 2 | -4/+4 |
* | Checks the length of the file name to avoid illegal access. | Gary Ching-Pang Lin | 2013-08-08 | 1 | -3/+18 |
* | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni | 2013-07-26 | 8 | -1562/+24 |
* | SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF... | Star Zeng | 2013-07-11 | 2 | -1/+13 |
* | SecurityPkg: Variable drivers robustly handle crashes during Reclaim(). | Star Zeng | 2013-07-03 | 7 | -199/+515 |
* | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 2013-06-17 | 1 | -0/+23 |
* | Revert the changes made in 14403 because it incorrectly changed the EOL. | Ruiyu Ni | 2013-06-17 | 1 | -504/+481 |
* | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 2013-06-14 | 1 | -481/+504 |
* | Fix overflow issue in TcgProtocol | Chao Zhang | 2013-06-06 | 1 | -3/+10 |
* | Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input. | lzeng14 | 2013-05-21 | 1 | -4/+7 |
* | Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d... | niruiyu | 2013-05-20 | 8 | -22/+356 |
* | Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i... | sfu5 | 2013-05-17 | 3 | -65/+2 |
* | Pop up error message when user tries to enroll an invalid certificate file in... | sfu5 | 2013-05-17 | 1 | -6/+33 |
* | Update Code to pass EBC compiler. | lgao4 | 2013-05-13 | 1 | -13/+17 |
* | 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h... | lzeng14 | 2013-05-07 | 2 | -58/+86 |
* | Fix memory overflow & VariableSize check issue for SetVariable append write. | czhang46 | 2013-05-02 | 3 | -30/+73 |