summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
Commit message (Expand)AuthorAgeFilesLines
* Return to BMM page if parse the file info failed.Eric Dong2014-01-093-8/+15
* Rollback the patch 15054.Eric Dong2014-01-081-2/+6
* Not update the status until parse the file info success.Eric Dong2014-01-071-6/+2
* Correct INF file to make module pass ICC compiler.Liming Gao2013-12-111-2/+2
* Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_O...Fu Siyuan2013-12-022-6/+10
* Upgrade TPM SSDT version from ACPI version 1 (ACPI 1.0 compatible) to version...Dong Guo2013-11-292-2/+2
* Makes DxeDeferImageLoadLib not depend on Dong Guo2013-11-273-79/+145
* Refine the Secure Boot UI driver to input the GUID and varstroe name when usi...Fu Siyuan2013-11-251-2/+2
* Fix coding style problem in RngDxe driver.Long, Qin2013-11-213-142/+84
* Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key tech...Long, Qin2013-11-1915-0/+2080
* SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b...Star Zeng2013-11-184-48/+40
* MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...Star Zeng2013-11-123-85/+82
* MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng2013-11-043-103/+104
* Add TPM1.2 SaveState API.jyao12013-10-212-1/+62
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-112-0/+7
* Fix coding style issue.Fu Siyuan2013-10-091-1/+1
* TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.hjyao12013-10-094-5/+10
* Fix a bug about the “VendorKey” variable update logic.Fu Siyuan2013-10-081-1/+1
* Add missing comments for function parameters.gdong12013-09-231-5/+7
* Add TPM2 implementation.jyao12013-09-1898-49/+17387
* Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng2013-09-166-8/+31
* Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx...Fu Siyuan2013-09-121-1/+6
* Update the chaining requirements with regards to the Platform Key.Fu Siyuan2013-09-121-7/+26
* Add “VendorKeys” variable for indicating out of band key modification.Fu Siyuan2013-09-126-5/+136
* Enhance TPM driver to protect TPM physical presence flags.Dong Guo2013-09-034-25/+120
* 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file.Fu Siyuan2013-08-282-3/+14
* Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att...Fu Siyuan2013-08-222-22/+48
* MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2013-08-192-13/+128
* MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng2013-08-161-0/+10
* Change EFI_TCG_EVENT_HOB_GUID value to avoid the duplicated GUID value with E...Shumin Qiu2013-08-092-4/+4
* Checks the length of the file name to avoid illegal access.Gary Ching-Pang Lin2013-08-081-3/+18
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-268-1562/+24
* SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF...Star Zeng2013-07-112-1/+13
* SecurityPkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-037-199/+515
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-171-0/+23
* Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni2013-06-171-504/+481
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-141-481/+504
* Fix overflow issue in TcgProtocolChao Zhang2013-06-061-3/+10
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-4/+7
* Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu2013-05-208-22/+356
* Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu52013-05-173-65/+2
* Pop up error message when user tries to enroll an invalid certificate file in...sfu52013-05-171-6/+33
* Update Code to pass EBC compiler.lgao42013-05-131-13/+17
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-072-58/+86
* Fix memory overflow & VariableSize check issue for SetVariable append write.czhang462013-05-023-30/+73
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-252-18/+110
* Check for NULL pointer before free it.sfu52013-04-251-3/+5
* Fix potential overflow for SetVariable interfaceczhang462013-04-223-10/+28
* Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang462013-04-191-0/+13
* Update code not to block application/driver load when event log is full.gdong12013-04-181-1/+9