Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/tpm/
H A 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 <thiruan@microsoft.com>
11 - Sasha Levin <sashal@kernel.org>
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/drivers/char/tpm/
H A 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_send() - send TPM commands through the TEE shared memory
43 * On failure, -errno
48 struct ftpm_tee_private *pvt_data = dev_get_drvdata(chip->dev.parent); in ftpm_tee_tpm_op_send()
55 struct tee_shm *shm = pvt_data->shm; in ftpm_tee_tpm_op_send()
58 dev_err(&chip->dev, in ftpm_tee_tpm_op_send()
[all …]