The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [RFC PATCH 0/9] x86: Trenchboot Secure Launch DRTM for AMD SKINIT (Linux)
@ 2024-12-12 13:34 Sergii Dmytruk
  2024-12-12 13:34 ` [RFC PATCH 1/9] Documentation/x86: update Secure Launch for AMD SKINIT Sergii Dmytruk
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Sergii Dmytruk @ 2024-12-12 13:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: trenchboot-devel

NOTE: this patch set follows up on Intel TXT DRTM patches that are
currently under review in their 11th version [0]; therefore, it is not
standalone!

The publication of the patches at this point pursues several goals:
 - Make anyone tracking upstream aware of the maturity of the support
   for AMD SKINIT.
 - Collect early feedback on the SKINIT implementation.
 - Finally, demonstrate the extensibility of Secure Launch for
   incorporating additional platforms.

As the RFC suggest, this series is temporal and will be updated based on
changes made to the initial Secure Launch series. Review comments are
greatly welcomed and will be worked/addressed, but we would caution that
changes to the Secure Launch series will take precedence over review
comments. Once the Secure Launch series is merged, this series will
transition from RFC to a formally submitted series.

-----

The patches extend Secure Launch for legacy and UEFI boots with support
for AMD CPUs and their DRTM in two flavours: SKINIT on its own and SKINIT
with DRTM service running in PSP/ASP.

The code is adjusted to detect CPU type and handle AMD differently.
DRTM-specific differences include:
 - lack of registers to pass data from bootloader to DLME, resulting in passing
   some information via boot parameters
 - a different SLRT entry
 - re-enabling GIF
 - not sending #INIT to APs
 - special handling for TPM event logs to make them "compatible" with TXT logs

-----

[0]: https://lkml.org/lkml/2024/9/13/1396

-----

Jagannathan Raman (1):
  psp: Perform kernel portion of DRTM procedures

Michał Żygowski (1):
  x86: Implement AMD support for Secure Launch

Ross Philipson (6):
  x86: AMD changes for Secure Launch Resource Table header file
  x86: Secure Launch main header file AMD support
  x86: Split up Secure Launch setup and finalize functions
  x86: Prepare CPUs for post SKINIT launch
  x86/slmodule: Support AMD SKINIT
  x86: AMD changes for EFI stub DRTM launch support

Sergii Dmytruk (1):
  Documentation/x86: update Secure Launch for AMD SKINIT

 .../secure_launch_details.rst                 |  83 ++++-
 .../secure_launch_overview.rst                |  64 ++--
 arch/x86/Kconfig                              |   9 +-
 arch/x86/boot/compressed/sl_main.c            | 285 ++++++++++++++----
 arch/x86/boot/compressed/sl_stub.S            |  41 ++-
 arch/x86/include/asm/svm.h                    |   2 +
 arch/x86/include/uapi/asm/setup_data.h        |   3 +-
 arch/x86/kernel/Makefile                      |   1 +
 arch/x86/kernel/setup.c                       |   2 +-
 arch/x86/kernel/sl-psp.c                      | 239 +++++++++++++++
 arch/x86/kernel/slaunch.c                     | 193 ++++++++++--
 arch/x86/kernel/slmodule.c                    | 158 ++++++++--
 arch/x86/kernel/smpboot.c                     |  15 +-
 arch/x86/kernel/traps.c                       |   4 +
 drivers/firmware/efi/libstub/x86-stub.c       |  23 +-
 drivers/iommu/amd/init.c                      |  12 +
 include/linux/slaunch.h                       |  83 ++++-
 include/linux/slr_table.h                     |  15 +
 18 files changed, 1064 insertions(+), 168 deletions(-)
 create mode 100644 arch/x86/kernel/sl-psp.c


base-commit: a74134ba0f244cb8d5d5605699aeca7712631e89
prerequisite-patch-id: d68300fcecfeaf27332858195e334a1802dcf591
-- 
2.47.1


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

end of thread, other threads:[~2024-12-12 14:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 13:34 [RFC PATCH 0/9] x86: Trenchboot Secure Launch DRTM for AMD SKINIT (Linux) Sergii Dmytruk
2024-12-12 13:34 ` [RFC PATCH 1/9] Documentation/x86: update Secure Launch for AMD SKINIT Sergii Dmytruk
2024-12-12 13:35 ` [RFC PATCH 2/9] x86: AMD changes for Secure Launch Resource Table header file Sergii Dmytruk
2024-12-12 13:35 ` [RFC PATCH 3/9] x86: Secure Launch main header file AMD support Sergii Dmytruk
2024-12-12 13:35 ` [RFC PATCH 4/9] x86: Split up Secure Launch setup and finalize functions Sergii Dmytruk
2024-12-12 13:35 ` [RFC PATCH 5/9] x86: Implement AMD support for Secure Launch Sergii Dmytruk
2024-12-12 13:35 ` [RFC PATCH 6/9] x86: Prepare CPUs for post SKINIT launch Sergii Dmytruk
2024-12-12 13:35 ` [RFC PATCH 7/9] x86/slmodule: Support AMD SKINIT Sergii Dmytruk
2024-12-12 13:35 ` [RFC PATCH 8/9] x86: AMD changes for EFI stub DRTM launch support Sergii Dmytruk
2024-12-12 13:35 ` [RFC PATCH 9/9] psp: Perform kernel portion of DRTM procedures Sergii Dmytruk

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