Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs/zh_CN: Add tpm tpm_ftpm_tee Chinese translation

Translate .../security/tpm/tpm_ftpm_tee.rst into Chinese.

Update the translation through commit e8bd417aab0c
("tpm/tpm_ftpm_tee: Document fTPM TEE driver")

Reviewed-by: Alex Shi <alexs@kernel.org>
Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
Reviewed-by: Yanteng Si <si.yanteng@linux.dev>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/5de6312d2b9d23646eb306e74bae3f80ff28941d.1737603330.git.zhaoshuo@cqsoftware.com.cn

authored by

Shuo Zhao and committed by
Jonathan Corbet
03069bf1 22ab45a8

+32 -3
+1 -3
Documentation/translations/zh_CN/security/tpm/index.rst
··· 17 17 tpm_tis 18 18 tpm_vtpm_proxy 19 19 xen-tpmfront 20 - 21 - TODOLIST: 22 - * tpm_ftpm_tee 20 + tpm_ftpm_tee
+31
Documentation/translations/zh_CN/security/tpm/tpm_ftpm_tee.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + .. include:: ../../disclaimer-zh_CN.rst 3 + 4 + :Original: Documentation/security/tpm/tpm_ftpm_tee.rst 5 + 6 + :翻译: 7 + 赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn> 8 + 9 + =========== 10 + 固件TPM驱动 11 + =========== 12 + 13 + 本文档描述了固件可信平台模块(fTPM)设备驱动。 14 + 15 + 介绍 16 + ==== 17 + 18 + 该驱动程序是用于ARM的TrustZone环境中实现的固件的适配器。该驱动 19 + 程序允许程序以与硬件TPM相同的方式与TPM进行交互。 20 + 21 + 设计 22 + ==== 23 + 24 + 该驱动程序充当一个薄层,传递命令到固件实现的TPM并接收其响应。驱动 25 + 程序本身并不包含太多逻辑,更像是固件与内核/用户空间之间的一个管道。 26 + 27 + 固件本身基于以下论文: 28 + https://www.microsoft.com/en-us/research/wp-content/uploads/2017/06/ftpm1.pdf 29 + 30 + 当驱动程序被加载时,它会向用户空间暴露 ``/dev/tpmX`` 字符设备,允许 31 + 用户空间通过该设备与固件TPM进行通信。