From: chench246 <chench246@gmail.com>
To: grub-devel@gnu.org
Cc: khaliidcaliy@gmail.com, sudhakar@linux.ibm.com,
chench246 <chench246@gmail.com>
Subject: [RFC PATCH v3 0/2] efi/tpcm: Add Trusted Platform Control Module
Date: Wed, 2 Jul 2025 17:42:31 +0800 [thread overview]
Message-ID: <20250702094233.37633-1-chench246@gmail.com> (raw)
In-Reply-To: <20250628080936.1876-1-khaliidcaliy@gmail.com>
Hi all,
This v3 addresses comments from Khaalid and Sudhakar on the
previous v2 series.
Changes v2 -> v3
* By Khaalid:
- Modify the year information in the copyright to 2025
* By Sudhakar:
- Standardize the patch format
Thanks again for your reviews!
Regards
Hao
chench246 (2):
efi/tpcm: Add UEFI interface for TPCM module
efi/tpcm: Add complete support of TPCM module
grub-core/Makefile.core.def | 7 ++
grub-core/commands/efi/tpcm.c | 163 ++++++++++++++++++++++++++++++++++
grub-core/commands/tpcm.c | 100 +++++++++++++++++++++
include/grub/efi/tpcm.h | 61 +++++++++++++
include/grub/err.h | 3 +-
5 files changed, 333 insertions(+), 1 deletion(-)
create mode 100755 grub-core/commands/efi/tpcm.c
create mode 100755 grub-core/commands/tpcm.c
create mode 100644 include/grub/efi/tpcm.h
--
2.17.1
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
next prev parent reply other threads:[~2025-07-02 9:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-28 8:09 [RFC PATCH v2 0/2] efi/tpcm: Add Trusted Platform Control Khalid Ali
2025-07-02 9:42 ` chench246 [this message]
2025-07-02 9:42 ` [PATCH v3 1/2] efi/tpcm: Add UEFI interface for TPCM module chench246
2025-07-02 9:46 ` [PATCH v3 2/2] efi/tpcm: Add complete support of " chench246
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=20250702094233.37633-1-chench246@gmail.com \
--to=chench246@gmail.com \
--cc=grub-devel@gnu.org \
--cc=khaliidcaliy@gmail.com \
--cc=sudhakar@linux.ibm.com \
/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.