| commit | b0ec01c1a0b10a54e4b7d4924044d9b986b8fd39 | [log] [tgz] |
|---|---|---|
| author | Matthew Ellis <Matthew.Ellis@arm.com> | Fri Oct 17 13:54:09 2025 +0100 |
| committer | Matthew Ellis <Matthew.Ellis@arm.com> | Thu Dec 04 16:11:59 2025 +0000 |
| tree | 35cd1c4103866eb1fa760c2b0756426d31f27b51 | |
| parent | d47d26d45d21170eb6e58093548743f6ccead637 [diff] |
feat: add transport to API Allow platform SPI driver to be provided. Signed-off-by: Matthew Ellis <Matthew.Ellis@arm.com> Change-Id: Ia6a1a13f09e4f45df2385371cfcd4fe150935ab2
TCG2-compliant TPM library based on the TCG PC Client Platform TPM Profile for TPM 2.0 Specification v1.06.
This library provides a lightweight C interface for interacting with TPM 2.0 devices, specifically targeting platforms compliant with the TCG2 specification.
cmake -B build cmake --build build
CC=aarch64-linux-gnu-gcc cmake -B build -DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY cmake --build build
This project is licensed under the BSD 3-Clause License. See the LICENSE file for more information.