Home
last modified time | relevance | path

Searched +full:arm32 +full:- +full:firmwaretpm (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/tpm/
Dmicrosoft,ftpm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microsoft firmware-based Trusted Platform Module (fTPM)
10 - Thirupathaiah Annapureddy <[email protected]>
11 - Sasha Levin <[email protected]>
20 Microsoft's firmware-based TPM 2.0 (fTPM) leverages ARM TrustZone to overcome
24 https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/
25 https://github.com/Microsoft/ms-tpm-20-ref/tree/main/Samples/ARM32-FirmwareTPM
32 - compatible
[all …]
/linux-6.14.4/drivers/char/tpm/
Dtpm_ftpm_tee.c1 // SPDX-License-Identifier: GPL-2.0
6 * https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/
9 * https://github.com/microsoft/ms-tpm-20-ref/tree/master/Samples/ARM32-FirmwareTPM/optee_ta/fTPM
23 * TA_FTPM_UUID: BC50D971-D4C9-42C4-82CB-343FB7F37896
27 …* https://github.com/microsoft/ms-tpm-20-ref/blob/master/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/i…
34 * ftpm_tee_tpm_op_recv() - retrieve fTPM response.
41 * On failure, -errno.
45 struct ftpm_tee_private *pvt_data = dev_get_drvdata(chip->dev.parent); in ftpm_tee_tpm_op_recv()
48 len = pvt_data->resp_len; in ftpm_tee_tpm_op_recv()
50 dev_err(&chip->dev, in ftpm_tee_tpm_op_recv()
[all …]