All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
To: intel-xe@lists.freedesktop.org
Subject: [Intel-xe] [PATCH 0/2] HuC authentication via GSC
Date: Tue, 28 Nov 2023 17:17:17 -0800	[thread overview]
Message-ID: <20231129011721.2793482-1-daniele.ceraolospurio@intel.com> (raw)

Starting on MTL, in addition to the authentication via GuC, we need to
perform a second HuC authentication via GSC. This second authentication
is required to allow the HuC to process protected content and is
performed by sending a dedicated PXP command to the GSC firmware.

Daniele Ceraolo Spurio (2):
  drm/xe/huc: Prepare for 2-step HuC authentication
  drm/xe/huc: HuC authentication via GSC

 drivers/gpu/drm/xe/abi/gsc_pxp_commands_abi.h |  59 ++++++
 drivers/gpu/drm/xe/regs/xe_gsc_regs.h         |   2 +
 drivers/gpu/drm/xe/xe_gsc.c                   |  14 +-
 drivers/gpu/drm/xe/xe_huc.c                   | 184 ++++++++++++++++--
 drivers/gpu/drm/xe/xe_huc.h                   |   9 +-
 drivers/gpu/drm/xe/xe_huc_types.h             |   5 +
 drivers/gpu/drm/xe/xe_uc.c                    |   2 +-
 drivers/gpu/drm/xe/xe_uc_fw.c                 |   2 +
 drivers/gpu/drm/xe/xe_uc_fw_types.h           |   3 +
 9 files changed, 263 insertions(+), 17 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/abi/gsc_pxp_commands_abi.h

-- 
2.41.0


             reply	other threads:[~2023-11-29  1:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-29  1:17 Daniele Ceraolo Spurio [this message]
2023-11-29  1:17 ` [Intel-xe] [PATCH 1/2] drm/xe/huc: Prepare for 2-step HuC authentication Daniele Ceraolo Spurio
2023-11-30 22:17   ` Balasubrawmanian, Vivaik
2023-11-29  1:17 ` [Intel-xe] [PATCH 2/2] drm/xe/huc: HuC authentication via GSC Daniele Ceraolo Spurio
2023-11-29 20:05   ` Balasubrawmanian, Vivaik
2023-11-29  3:27 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-11-29  3:28 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-11-29  3:29 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-11-29  3:36 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-11-29  3:38 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-11-29  3:39 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-11-29  4:13 ` [Intel-xe] ✓ CI.BAT: " Patchwork

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=20231129011721.2793482-1-daniele.ceraolospurio@intel.com \
    --to=daniele.ceraolospurio@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    /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.