All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/3] Enable TDX measurement to RTMR register
@ 2022-07-13  2:06 Lu Ken
  2022-07-13  2:06 ` [PATCH V4 1/3] efi/tpm.c: Refine the status of log event Lu Ken
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Lu Ken @ 2022-07-13  2:06 UTC (permalink / raw)
  To: grub-devel; +Cc: dkiper, min.m.xu, Lu Ken

Intel Trust Domain Extensions(Intel TDX) refers to an Intel technology
that extends Virtual Machine Extensions(VMX) and Multi-Key Total Memory
Encryption(MK-TME) with a new kind of virtual machine guest called a
Trust Domain(TD)[1]. A TD runs in a CPU mode that protects the confidentiality
of its memory contents and its CPU state from any other software, including
the hosting Virtual Machine Monitor (VMM).

Trust Domain Virtual Firmware (TDVF) is required to provide TD services to
the TD guest OS.[2] Its reference code is available at https://github.com/tianocore/edk2-staging/tree/TDVF.

To support TD measurement/attestation, TDs provide 4 RTMR registers like
TPM/TPM2 PCR as below:
- RTMR[0] is for TDVF configuration
- RTMR[1] is for the TD OS loader and kernel
- RTMR[2] is for the OS application
- RTMR[3] is reserved for special usage only

This patch adds TD Measurement protocol support along with TPM/TPM2 protocol.

References:
[1] https://software.intel.com/content/dam/develop/external/us/en/documents/tdx-whitepaper-v4.pdf
[2] https://software.intel.com/content/dam/develop/external/us/en/documents/tdx-virtual-firmware-design-guide-rev-1.pdf

Lu Ken (3):
  efi/tpm.c: Refine the status of log event
  efi/tpm.c: Uses grub_strcpy() to replace grub_memcpy()
  efi/tpm.c: Enable EFI_CC_MEASUREMENT_PROTOCOL

 grub-core/commands/efi/tpm.c |  64 ++++++++++++--
 include/grub/efi/cc.h        | 158 +++++++++++++++++++++++++++++++++++
 2 files changed, 215 insertions(+), 7 deletions(-)
 create mode 100644 include/grub/efi/cc.h

--
2.31.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-20  2:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13  2:06 [PATCH V4 0/3] Enable TDX measurement to RTMR register Lu Ken
2022-07-13  2:06 ` [PATCH V4 1/3] efi/tpm.c: Refine the status of log event Lu Ken
2022-07-13  2:06 ` [PATCH V4 2/3] efi/tpm.c: Uses grub_strcpy() to replace grub_memcpy() Lu Ken
2022-07-13  2:06 ` [PATCH V4 3/3] efi/tpm.c: Enable EFI_CC_MEASUREMENT_PROTOCOL Lu Ken
2022-07-19 13:52 ` [PATCH V4 0/3] Enable TDX measurement to RTMR register Daniel Kiper
2022-07-20  2:52   ` Lu, Ken

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.