summaryrefslogtreecommitdiff
path: root/SecurityPkg
AgeCommit message (Expand)AuthorFilesLines
2026-05-08MdePkg,SecurityPkg: Fix Spelling Errors in TCG/TPM DefinitionsOliver Smith-Denny4-5/+5
2026-05-06SecurityPkg/SecureBootVariableLib: Cleanup debug print readabilityBenjamin Doron1-6/+6
2026-04-29SecurityPkg: Remove duplicate file name in INF fileQihang Gao1-1/+0
2026-04-07SecurityPkg: Tcg2AcpiFfa: Polish revision checks for TPM2 tableKun Qin1-6/+8
2026-04-07SecurityPkg: Tcg2AcpiFfa: Fix endianness of partition IDKun Qin1-20/+20
2026-04-07SecurityPkg: Tcg2AcpiFfa: Remove Tcg2PhysicalPresenceLib from dependenciesKun Qin1-1/+0
2026-03-17SecurityPkg: Refactor performance to use new PERF_FUNCTION_* measurementsSherry Fan2-8/+4
2026-03-13SecurityPkg/Tcg2Smm: harden NVS/SMI state initialization200004191-4/+11
2026-03-10SecurityPkg: AuthVariableLib: Handle empty signature listsKun Qin1-1/+1
2026-03-02SecurityPkg: align UNI file headers with UNI Spec standardAlexander Gryanko5-36/+36
2026-03-02SecurityPkg: Make TPM2_Startup() return an errorBret Barkelew1-0/+3
2026-03-02SecurityPkg: Check for Tpm2GetCapabilitySupportedAndActivePcrs()Bret Barkelew1-1/+5
2026-03-02SecurityPkg: Add Debug Message to show the TPM2 PCR bank infoBret Barkelew1-0/+1
2026-02-24SecurityPkg: Replace include guards with #pragma onceMichael Kubacki87-348/+87
2026-01-21SecurityPkg/Library/SecureBootVariableLib/UnitTest: Cmocka use issuesMichael D Kinney1-91/+91
2026-01-21SecurityPkg: Fix VS2022 NOOPT IA32 use of intrinsicsMichael D Kinney1-1/+1
2026-01-19SecurityPkg: Fix Tcg2SubmitCommand in most casesLiqi Qi1-32/+15
2026-01-08SecurityPkg/Tcg2Config: use ArmFfaGetPartitionInfo() in Tcg2ConfigFfaPeimLevi Yun1-40/+3
2026-01-08SecurityPkg/Library: use ArmFfaGetPartitionInfo() in Tpm2ServiceFfaLibLevi Yun1-55/+11
2025-12-23SecurityPkg/Library/SecureBootVariableLib/UnitTest: Fix CLANGMichael D Kinney1-0/+2
2025-12-11SecurityPkg: Fix Tcg2SubmitCommand in TPM field upgrade scenarioLiqi Qi1-11/+59
2025-12-10SecurityPkg: Correct misspelled variable namelijunwei3-9/+9
2025-11-29SecurityPkg/HashLibTpm2: Fix unused variable usageMike Beaton1-3/+1
2025-11-24SecurityPkg: Replace VariableLock with VariablePolicySathya Ravichandran4-25/+39
2025-11-22SecurityPkg: Update libspdm to 3.7.0Mike Beaton1-0/+0
2025-11-22SecurityPkg: Remove unused variableMike Beaton1-9/+1
2025-11-22SecurityPkg: fix various typosPhilipp Schuster1-2/+2
2025-11-21SecurityPkg/SpdmSecurityLib: Fix incompatible pointer typesOliver Steffen1-2/+2
2025-10-30SecurityPkg: Remove DXE_SAL_DRIVERSathya Ravichandran2-2/+2
2025-10-27SecurityPkg: Trace and return status are handled.Arun Subramanian Baskaran1-1/+5
2025-10-17SecurityPkg/BuildOptions : Add CLANGPDB DLINK_FLAGS flags to build optionsDeepak5x Singh1-2/+3
2025-10-14SecurityPkg: Tcg2StandaloneMmArm: Enable TPM FFA Instance to Register PPIKun Qin2-9/+18
2025-10-14SecurityPkg: Tcg2AcpiFfa: Correct TPM Instance ValidationKun Qin2-3/+9
2025-10-02SecurityPkg: rename PeilessSecMeasureNullLibLeif Lindholm3-3/+3
2025-09-30SecurityPkg/Library: introduce PeilessSecMeasureLibLevi Yun7-0/+490
2025-09-30SecurityPkg/Library: introduce HashLibTpm2PeilessSecLevi Yun4-0/+673
2025-09-26SecurityPkg: Drop ARM32 SupportOliver Smith-Denny5-68/+10
2025-09-25SecurityPkg/Tpm2DeviceLibDTpm: Remove global variable for command codePhil Noh4-11/+24
2025-09-18SecurityPkg: Tpm2DeviceLibFfa: Recognize CRB Interface Version 2Kun Qin1-1/+2
2025-09-18SecurityPkg: Tpm2DeviceLibDTpm: Recognize CRB Interface Version 2Kun Qin1-1/+2
2025-09-08Global: fix ArmFfaLibRun() caller couldn't get ret-argsLevi Yun2-7/+7
2025-08-30SecurityPkg/FvReportPei: Improve CheckStoredHashFv() descriptionMichael Kubacki1-4/+25
2025-08-23SecurityPkg/Tpm2CommandLib: Update not found RC for Public NV ReadMichael Kubacki1-0/+1
2025-08-12Revert "SecurityPkg: CodeQL Fixes."Michael D Kinney23-311/+67
2025-08-07SecurityPkg/Tcg/OpalPasswordDxe: Fix logic for RemoveDevice()Hunter Chang1-1/+3
2025-08-07SecurityPkg: Added basic DxeImageVerificationLib testsAlexander Gryanko5-0/+322
2025-07-24SecurityPkg/Tcg2Config: add Tcg2ConfigFfaPeiLevi Yun3-0/+255
2025-07-24SecurityPkg/Library: Tpm2DeviceSecLibFfa for PeilessSecLevi Yun3-0/+114
2025-07-24SecurityPkg/Library: separate logics geting TPM2 information with FF-ALevi Yun6-44/+162
2025-07-24SecurityPkg: CodeQL Fixes.Michael Kubacki23-67/+311