mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add measurement and event log support for CC platforms
@ 2024-02-15  3:00 Kuppuswamy Sathyanarayanan
  2024-02-15  3:00 ` [PATCH v2 1/2] efi/libstub: Add Confidential Computing (CC) measurement support Kuppuswamy Sathyanarayanan
  2024-02-15  3:00 ` [PATCH v2 2/2] efi/libstub: Add get_event_log() support for CC platforms Kuppuswamy Sathyanarayanan
  0 siblings, 2 replies; 13+ messages in thread
From: Kuppuswamy Sathyanarayanan @ 2024-02-15  3:00 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: Ilias Apalodimas, linux-kernel, linux-efi

In a Confidential Computing (CC) environment, not all platforms
implement TPM support. Instead, it may support measurement and event
logging based upon the hardware Trusted Execution Environment (TEE)
capability. For such cases, UEFI specification [1] defines an
alternative measurement protocol and interfaces. This patch set
enables this support in EFI bootstub.

https://uefi.org/specs/UEFI/2.10/38_Confidential_Computing.html#efi-cc-measurement-protocol [1]

Changes since v1:

* Add missing tagged event data.
* Add support for get_event_log().

Kuppuswamy Sathyanarayanan (2):
  efi/libstub: Add Confidential Computing (CC) measurement support
  efi/libstub: Add get_event_log() support for CC platforms

 .../firmware/efi/libstub/efi-stub-helper.c    | 127 ++++++++++++++----
 drivers/firmware/efi/libstub/efi-stub.c       |   2 +-
 drivers/firmware/efi/libstub/efistub.h        |  78 ++++++++++-
 drivers/firmware/efi/libstub/tpm.c            |  78 +++++++----
 drivers/firmware/efi/libstub/x86-stub.c       |   2 +-
 include/linux/efi.h                           |   4 +
 6 files changed, 235 insertions(+), 56 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-03-04 10:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15  3:00 [PATCH v2 0/2] Add measurement and event log support for CC platforms Kuppuswamy Sathyanarayanan
2024-02-15  3:00 ` [PATCH v2 1/2] efi/libstub: Add Confidential Computing (CC) measurement support Kuppuswamy Sathyanarayanan
2024-02-19  6:38   ` Ilias Apalodimas
2024-02-24  7:37     ` Kuppuswamy Sathyanarayanan
2024-02-27 13:22       ` Ilias Apalodimas
2024-03-04 10:41         ` Ard Biesheuvel
2024-02-15  3:00 ` [PATCH v2 2/2] efi/libstub: Add get_event_log() support for CC platforms Kuppuswamy Sathyanarayanan
2024-02-19  7:03   ` Ilias Apalodimas
2024-02-19  7:34     ` Kuppuswamy Sathyanarayanan
2024-02-23 13:24       ` Ilias Apalodimas
2024-02-24  7:31         ` Kuppuswamy Sathyanarayanan
2024-02-27 13:19           ` Ilias Apalodimas
2024-02-29  3:23             ` Kuppuswamy Sathyanarayanan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome