package/tpm2-tss: rename tpm2-tss libraries in the help text
Since tpm2-tss version 2.0.0, tpm2 libraries have been renamed. libsapi renamed to libtss2-sys5f0ab55d4e
libtcti-device renamed to libtss2-tcti-device libtcti-socket renamed to libtss2-tcti-mssimb8584accbd
Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitfb9c137660
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b3399de9e6
commit
8854e0f9b0
@ -17,7 +17,7 @@ config BR2_PACKAGE_TPM2_TSS
|
||||
variants may be useful for integration into event-driven
|
||||
programming environments. Both the synchronous and
|
||||
asynchronous API are exposed through a single library:
|
||||
libsapi.
|
||||
libtss2-sys.
|
||||
|
||||
* TPM Command Transmission Interface (TCTI) that is described
|
||||
in the same specification. This API provides a standard
|
||||
@ -26,10 +26,10 @@ config BR2_PACKAGE_TPM2_TSS
|
||||
implementing the TCTI API will be implemented as a way to
|
||||
abstract various platform specific IPC mechanisms. Currently
|
||||
this repository provides two TCTI implementations:
|
||||
libtcti-device and libtcti-socket. The prior should be used
|
||||
for direct access to the TPM through the Linux kernel
|
||||
driver. The later implements the protocol exposed by the
|
||||
Microsoft software TPM2 simulator.
|
||||
libtss2-tcti-device and libtss2-tcti-mssim. The prior should
|
||||
be used for direct access to the TPM through the Linux
|
||||
kernel driver. The later implements the protocol exposed by
|
||||
the Microsoft software TPM2 simulator.
|
||||
|
||||
https://github.com/tpm2-software/tpm2-tss
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user