Julian Hall | 1b0c520 | 2022-04-08 10:12:36 +0100 | [diff] [blame^] | 1 | Tools & Demo Applications |
| 2 | ========================= |
| 3 | The following deployments are concerned with building tools and demo applications. |
| 4 | |
| 5 | platform-inspect |
| 6 | ---------------- |
| 7 | The *platform-inspect* tool may be run from a Linux terminal to inspect and |
| 8 | report information about platform firmware. Functionality is currently limited |
| 9 | to retrieving a firmware attestation report and printing its contents. |
| 10 | |
| 11 | .. list-table:: |
| 12 | :widths: 1 2 |
| 13 | :header-rows: 0 |
| 14 | |
| 15 | * - Supported Environments |
| 16 | - * | *linux-pc* |
| 17 | * | *arm-linux* |
| 18 | * - Used for |
| 19 | - * | Obtaining information about platform firmware |
| 20 | |
| 21 | ts-demo |
| 22 | ------- |
| 23 | *ts-demo* is a simple application that uses the Crypto service to perform some |
| 24 | typical sign, verify and encrypt operations. It is intended to be used as an |
| 25 | example of how trusted services can be used by userspace applications. |
| 26 | |
| 27 | .. list-table:: |
| 28 | :widths: 1 2 |
| 29 | :header-rows: 0 |
| 30 | |
| 31 | * - Supported Environments |
| 32 | - * | *linux-pc* |
| 33 | * | *arm-linux* |
| 34 | * - Used for |
| 35 | - * | Provides an example for how to use trusted services |
| 36 | |
| 37 | -------------- |
| 38 | |
| 39 | *Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.* |
| 40 | |
| 41 | SPDX-License-Identifier: BSD-3-Clause |