From: Yanteng Si <si.yanteng@linux.dev>
To: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>, alexs@kernel.org, corbet@lwn.net
Cc: zhaoyuehui@cqsoftware.com.cn, zhangwei@cqsoftware.com.cn,
maoyuxian@cqsoftware.com.cn, linux-doc@vger.kernel.org
Subject: Re: [PATCH v3 7/7] docs/zh_CN: Add tpm tpm_ftpm_tee Chinese translation
Date: Fri, 24 Jan 2025 17:24:19 +0800 [thread overview]
Message-ID: <0ff0dd30-c401-43f8-aad2-e22b8c977dea@linux.dev> (raw)
In-Reply-To: <5de6312d2b9d23646eb306e74bae3f80ff28941d.1737603330.git.zhaoshuo@cqsoftware.com.cn>
在 2025/1/23 13:17, Shuo Zhao 写道:
> 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>
Thanks,
Yanteng
> ---
> .../translations/zh_CN/security/tpm/index.rst | 4 +--
> .../zh_CN/security/tpm/tpm_ftpm_tee.rst | 31 +++++++++++++++++++
> 2 files changed, 32 insertions(+), 3 deletions(-)
> create mode 100644 Documentation/translations/zh_CN/security/tpm/tpm_ftpm_tee.rst
>
> diff --git a/Documentation/translations/zh_CN/security/tpm/index.rst b/Documentation/translations/zh_CN/security/tpm/index.rst
> index bf95200ca586..707646590647 100644
> --- a/Documentation/translations/zh_CN/security/tpm/index.rst
> +++ b/Documentation/translations/zh_CN/security/tpm/index.rst
> @@ -17,6 +17,4 @@
> tpm_tis
> tpm_vtpm_proxy
> xen-tpmfront
> -
> -TODOLIST:
> -* tpm_ftpm_tee
> + tpm_ftpm_tee
> diff --git a/Documentation/translations/zh_CN/security/tpm/tpm_ftpm_tee.rst b/Documentation/translations/zh_CN/security/tpm/tpm_ftpm_tee.rst
> new file mode 100644
> index 000000000000..5901eee32563
> --- /dev/null
> +++ b/Documentation/translations/zh_CN/security/tpm/tpm_ftpm_tee.rst
> @@ -0,0 +1,31 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +.. include:: ../../disclaimer-zh_CN.rst
> +
> +:Original: Documentation/security/tpm/tpm_ftpm_tee.rst
> +
> +:翻译:
> + 赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
> +
> +===========
> +固件TPM驱动
> +===========
> +
> +本文档描述了固件可信平台模块(fTPM)设备驱动。
> +
> +介绍
> +====
> +
> +该驱动程序是用于ARM的TrustZone环境中实现的固件的适配器。该驱动
> +程序允许程序以与硬件TPM相同的方式与TPM进行交互。
> +
> +设计
> +====
> +
> +该驱动程序充当一个薄层,传递命令到固件实现的TPM并接收其响应。驱动
> +程序本身并不包含太多逻辑,更像是固件与内核/用户空间之间的一个管道。
> +
> +固件本身基于以下论文:
> +https://www.microsoft.com/en-us/research/wp-content/uploads/2017/06/ftpm1.pdf
> +
> +当驱动程序被加载时,它会向用户空间暴露 ``/dev/tpmX`` 字符设备,允许
> +用户空间通过该设备与固件TPM进行通信。
next prev parent reply other threads:[~2025-01-24 9:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 5:17 [PATCH v3 0/7] Add all Chinese translations in the tpm directory Shuo Zhao
2025-01-23 5:17 ` [PATCH v3 1/7] docs/zh_CN: Add tpm index Chinese translation Shuo Zhao
2025-01-24 6:58 ` Yanteng Si
2025-01-23 5:17 ` [PATCH v3 2/7] docs/zh_CN: Add tpm tpm_event_log " Shuo Zhao
2025-01-24 7:01 ` Yanteng Si
2025-01-23 5:17 ` [PATCH v3 3/7] docs/zh_CN: Add tpm tpm-security " Shuo Zhao
2025-01-24 9:19 ` Yanteng Si
2025-01-23 5:17 ` [PATCH v3 4/7] docs/zh_CN: Add tpm tpm_tis " Shuo Zhao
2025-01-24 9:20 ` Yanteng Si
2025-01-23 5:17 ` [PATCH v3 5/7] docs/zh_CN: Add tpm tpm_vtpm_proxy " Shuo Zhao
2025-01-24 9:21 ` Yanteng Si
2025-01-23 5:17 ` [PATCH v3 6/7] docs/zh_CN: Add tpm xen-tpmfront " Shuo Zhao
2025-01-24 9:23 ` Yanteng Si
2025-01-23 5:17 ` [PATCH v3 7/7] docs/zh_CN: Add tpm tpm_ftpm_tee " Shuo Zhao
2025-01-24 9:24 ` Yanteng Si [this message]
2025-02-04 16:54 ` [PATCH v3 0/7] Add all Chinese translations in the tpm directory Jonathan Corbet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0ff0dd30-c401-43f8-aad2-e22b8c977dea@linux.dev \
--to=si.yanteng@linux.dev \
--cc=alexs@kernel.org \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=maoyuxian@cqsoftware.com.cn \
--cc=zhangwei@cqsoftware.com.cn \
--cc=zhaoshuo@cqsoftware.com.cn \
--cc=zhaoyuehui@cqsoftware.com.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.