summaryrefslogtreecommitdiff
path: root/SecurityPkg/Library/DxeTpmMeasureBootLib
AgeCommit message (Expand)AuthorFilesLines
2021-12-07SecurityPkg: Apply uncrustify changesMichael Kubacki1-152/+168
2021-12-07SecurityPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-12-07SecurityPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+2
2020-04-22SecurityPkg/TPM: measure UEFI images without associated device paths againGuomin Jiang1-10/+10
2020-02-10SecurityPkg: Fix few typosAntoine Coeur1-1/+1
2020-02-10SecurityPkg: Fix incorrect return value when File is NULLPhilippe Mathieu-Daudé1-1/+8
2019-10-23SecurityPkg: Fix spelling errorsSean Brogan1-2/+2
2019-04-09SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney3-19/+3
2018-09-20SecurityPkg: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel1-21/+6
2018-06-29SecurityPkg: Removing ipf which is no longer supported from edk2.chenc21-2/+2
2018-06-28SecurityPkg: Clean up source filesLiming Gao3-59/+59
2017-03-06SecurityPkg: Refine type cast for pointer subtractionHao Wu1-5/+5
2016-08-31SecurityPkg: Use IsZeroGuid API for zero GUID checkingHao Wu2-5/+3
2016-07-14SecurityPkg DxeTpmMeasureBootLib: Add comments in TcgMeasurePeImage()Liming Gao1-1/+4
2015-12-18DxeTpmMeasureBootLib: Change global variable name to avoid name conflict.Eric Dong1-5/+5
2015-12-15SecurityPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-07-07SecurityPkg: Remove mZeroGuid definition in DxeTpmMeasureBootLibHao Wu2-4/+5
2015-01-12Handle TPM device error and avoid deadloop in BDS.Yao, Jiewen1-2/+2
2014-09-03SecurityPkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo1-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo1-9/+13
2014-03-28Check the input file pointer before use it.Eric Dong1-2/+4
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2-18/+10
2013-04-18Update code not to block application/driver load when event log is full.gdong11-1/+9
2012-09-28Rename Trusted Hob to Measured FV hob and add Guided Hob layout structureczhang462-13/+11
2012-09-12Fix compile errorczhang461-1/+1
2012-09-11Enable TPM measurement lib to measure all PE image from a FV unmeasured by Tc...czhang462-19/+84
2012-08-29Add check for DevicePathNode. lgao41-0/+1
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao41-23/+14
2012-06-12Add comment for modules which have external input.jyao12-1/+31
2012-06-08Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu51-1/+14
2012-06-01Enhance GPT measurement to be able to handle different partition entry size.gdong11-6/+6
2012-04-28 Enhances PE image hash algorithm in DxeImageVerificationLib and DxeTpmMeasur...tye11-80/+137
2012-04-26Patch include:ydong101-2/+2
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong101-0/+33
2012-02-27Remove ASSERT to let DXE core return gracefully when loading an invalid image.gdong11-3/+1
2011-09-02Add security package to repository.gdong12-0/+884