Searched +full:arm32 +full:- +full:firmwaretpm (Results 1 – 2 of 2) sorted by relevance
1 # 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 overcome24 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-FirmwareTPM32 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.06 * 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/fTPM23 * TA_FTPM_UUID: BC50D971-D4C9-42C4-82CB-343FB7F3789627 …* 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 memory43 * On failure, -errno48 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 …]