linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce PAS based Secure Subsystem rproc driver
@ 2020-03-06 19:21 Rishabh Bhatnagar
  2020-03-06 19:21 ` [PATCH 1/2] remoteproc: qcom: Add PAS based SPSS PIL driver Rishabh Bhatnagar
  2020-03-06 19:21 ` [PATCH 2/2] dt-bindings: remoteproc: Add documentation for SPSS remoteproc Rishabh Bhatnagar
  0 siblings, 2 replies; 5+ messages in thread
From: Rishabh Bhatnagar @ 2020-03-06 19:21 UTC (permalink / raw)
  To: linux-remoteproc, linux-kernel, bjorn.andersson
  Cc: tsoni, psodagud, sidgup, Rishabh Bhatnagar

Qualcomm SOCs have a secure remote processor that provides secure
execution environment for processing sensitive data and also performs
cryptographic operations using protected keys stored in its secure
storage. This patch series introduces a Peripheral Authentication
based remoteproc driver that handles booting, shutdown and crash
scenarios for SPSS. Also this driver can handle late attach usecase
where remote  processor is already booted even before linux. This
patchset builds up on the skip firmware load patch
"remoteproc: add support to skip firmware load when recovery" which is
in review.

Rishabh Bhatnagar (2):
  remoteproc: qcom: Add PAS based SPSS PIL driver
  dt-bindings: remoteproc: Add documentation for SPSS remoteproc

 .../devicetree/bindings/remoteproc/qcom,spss.txt   | 114 +++++
 drivers/remoteproc/Kconfig                         |  17 +
 drivers/remoteproc/Makefile                        |   1 +
 drivers/remoteproc/qcom_spss.c                     | 500 +++++++++++++++++++++
 4 files changed, 632 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,spss.txt
 create mode 100644 drivers/remoteproc/qcom_spss.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2020-03-09 14:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 19:21 [PATCH 0/2] Introduce PAS based Secure Subsystem rproc driver Rishabh Bhatnagar
2020-03-06 19:21 ` [PATCH 1/2] remoteproc: qcom: Add PAS based SPSS PIL driver Rishabh Bhatnagar
2020-03-09  1:17   ` kbuild test robot
2020-03-06 19:21 ` [PATCH 2/2] dt-bindings: remoteproc: Add documentation for SPSS remoteproc Rishabh Bhatnagar
2020-03-09 14:56   ` Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).