All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3]fpga: Add encrypted Bitstream loading support
@ 2023-11-22  5:44 ` Nava kishore Manne
  0 siblings, 0 replies; 21+ messages in thread
From: Nava kishore Manne @ 2023-11-22  5:44 UTC (permalink / raw)
  To: mdf, hao.wu, yilun.xu, trix, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, michal.simek, mathieu.poirier, ben.levinsky,
	sai.krishna.potthuri, tanmay.shah, nava.kishore.manne,
	dhaval.r.shah, arnd, shubhrajyoti.datta, linux-fpga, devicetree,
	linux-kernel, linux-arm-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="y", Size: 1237 bytes --]

For user-key encrypted bitstream loading use case, users can encrypt
FPGA configuration Images with their own key.While decrypting the
configuration Image the user needs to provide the same key.To support
this use case with the existing FPGA manager framework is not possible
because it doesn’t have a mechanism to get the required inputs from
the user. So this patch series adds the required changes to the FPGA
manager framework to support user-key encrypted bitstream image loading
use case.

Please take a look at the changes and let us know if any improvements
are required.

Nava kishore Manne (3):
  dt-bindings: fpga: Add support for user-key encrypted bitstream
    loading
  drivers: fpga: Add user-key encrypted FPGA Image loading support
  fpga: zynqmp: Add encrypted Bitstream loading support

 .../devicetree/bindings/fpga/fpga-region.txt  | 32 +++++++
 drivers/fpga/fpga-mgr.c                       | 86 +++++++++++++++++--
 drivers/fpga/of-fpga-region.c                 | 10 +++
 drivers/fpga/zynqmp-fpga.c                    | 53 +++++++++++-
 include/linux/firmware/xlnx-zynqmp.h          |  2 +
 include/linux/fpga/fpga-mgr.h                 |  8 ++
 6 files changed, 181 insertions(+), 10 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-12-22 15:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22  5:44 [RFC PATCH 0/3]fpga: Add encrypted Bitstream loading support Nava kishore Manne
2023-11-22  5:44 ` Nava kishore Manne
2023-11-22  5:44 ` [RFC PATCH 1/3] dt-bindings: fpga: Add support for user-key encrypted bitstream loading Nava kishore Manne
2023-11-22  5:44   ` Nava kishore Manne
2023-11-22 16:50   ` Conor Dooley
2023-11-22 16:50     ` Conor Dooley
2023-11-24  6:35     ` Manne, Nava kishore
2023-11-24  6:35       ` Manne, Nava kishore
2023-11-24 12:48       ` Conor Dooley
2023-11-24 12:48         ` Conor Dooley
2023-11-24 15:46         ` Krzysztof Kozlowski
2023-11-24 15:46           ` Krzysztof Kozlowski
2023-12-22 15:30           ` Conor Dooley
2023-12-22 15:30             ` Conor Dooley
2023-11-22  5:44 ` [RFC PATCH 2/3] drivers: fpga: Add user-key encrypted FPGA Image loading support Nava kishore Manne
2023-11-22  5:44   ` Nava kishore Manne
2023-11-24 14:39   ` kernel test robot
2023-11-22  5:44 ` [RFC PATCH 3/3] fpga: zynqmp: Add encrypted Bitstream " Nava kishore Manne
2023-11-22  5:44   ` Nava kishore Manne
2023-11-24 15:49 ` [RFC PATCH 0/3]fpga: " Krzysztof Kozlowski
2023-11-24 15:49   ` Krzysztof Kozlowski

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.