X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FTpm2DeviceLibDTpm%2FTpm2Tis.c;h=1276aea9c237827e5d86652235bef0b1236776d2;hb=c2967d35d84fce6caf6691d2d892d20e8c273601;hp=b7dd57df8dd0ca121755c34ec73711c907e0bf17;hpb=6aaac3838e5b408b67178d350d3fcc41e4bf3162;p=mirror_edk2.git diff --git a/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c index b7dd57df8d..1276aea9c2 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c +++ b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c @@ -370,7 +370,7 @@ TisPcRequestUseTpm ( **/ EFI_STATUS -TisTpmCommand ( +Tpm2TisTpmCommand ( IN TIS_PC_REGISTERS_PTR TisReg, IN UINT8 *BufferIn, IN UINT32 SizeIn, @@ -478,7 +478,7 @@ TisTpmCommand ( } } DEBUG_CODE ( - DEBUG ((EFI_D_VERBOSE, "TisTpmCommand ReceiveHeader - ")); + DEBUG ((EFI_D_VERBOSE, "Tpm2TisTpmCommand ReceiveHeader - ")); for (Index = 0; Index < sizeof (TPM2_RESPONSE_HEADER); Index++) { DEBUG ((EFI_D_VERBOSE, "%02x ", BufferOut[Index])); } @@ -553,7 +553,7 @@ DTpm2SubmitCommand ( IN UINT8 *OutputParameterBlock ) { - return TisTpmCommand ( + return Tpm2TisTpmCommand ( (TIS_PC_REGISTERS_PTR) (UINTN) PcdGet64 (PcdTpmBaseAddress), InputParameterBlock, InputParameterBlockSize,