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