8ecb041c87
Now that we have a backport from upstream with a proper fix for the
build on riscv32 *and* a proper implementationfor 64-bit time structs,
we can re-activate the build on riscv32.
This partially reverts commit c72be5dd2f
.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Alistair Francis <alistair.francis@wdc.com>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Cc: Mark Corbin <mark@dibsco.co.uk>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
605 B
Plaintext
17 lines
605 B
Plaintext
config BR2_PACKAGE_IBM_SW_TPM2
|
|
bool "ibm-sw-tpm2"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_STATIC_LIBS # ibm-sw-tpm2
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
|
|
help
|
|
This project is an implementation of the TCG TPM 2.0
|
|
specification. It is based on the TPM specification Parts 3
|
|
and 4 source code donated by Microsoft, with additional
|
|
files to complete the implementation.
|
|
|
|
https://sourceforge.net/projects/ibmswtpm2/
|
|
|
|
comment "ibm-sw-tpm2 needs a toolchain w/ threads, dynamic library"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|