[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220914144137.605279-1-wen.ping.teh@intel.com>
Date: Wed, 14 Sep 2022 22:41:37 +0800
From: wen.ping.teh@...el.com
To: herbert@...dor.apana.org.au, davem@...emloft.net,
catalin.marinas@....com, will@...nel.org,
bjorn.andersson@...aro.org, shawnguo@...nel.org,
krzysztof.kozlowski+dt@...aro.org, dmitry.baryshkov@...aro.org
Cc: dinguyen@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org,
Teh Wen Ping <wen.ping.teh@...el.com>
Subject: [PATCH 0/2] crypto: intel-fcs: Add crypto service driver for Intel SoCFPGA
From: Teh Wen Ping <wen.ping.teh@...el.com>
This patch introduces a crypto service driver for Intel SoCFPGA
family. The FPGA Crypto Service (FCS) includes a large set of security
features that are provided by the Secure Device Manager(SDM) in FPGA.
The driver provide IOCTL interface for user to call the crypto services
and send them to SDM's mailbox.
Teh Wen Ping (2):
crypto: intel-fcs: crypto service driver for Intel SoCFPGA family
arm64: defconfig: add CRYPTO_DEV_INTEL_FCS
arch/arm64/configs/defconfig | 1 +
drivers/crypto/Kconfig | 11 +
drivers/crypto/Makefile | 1 +
drivers/crypto/intel_fcs.c | 726 +++++++++++++++++++++++++++
include/uapi/linux/intel_fcs-ioctl.h | 211 ++++++++
5 files changed, 950 insertions(+)
create mode 100644 drivers/crypto/intel_fcs.c
create mode 100644 include/uapi/linux/intel_fcs-ioctl.h
--
2.25.1
Powered by blists - more mailing lists