lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 14 Mar 2022 18:26:44 +0800
From:   tien.sung.ang@...el.com
To:     Dinh Nguyen <dinguyen@...nel.org>
Cc:     linux-kernel@...r.kernel.org,
        Ang Tien Sung <tien.sung.ang@...el.com>
Subject: [PATCH 0/3] firmware: stratix10-svc: Add new FCS support

From: Ang Tien Sung <tien.sung.ang@...el.com>

Hi,
Beginning with Stratix10 and Agilex, a new fpga crypto services shall be
supported. This is a first of many patches to add new cryto
functionalities in the form of new commands to the firmware svc driver.
The new crytpo services are provided by the Secure device manager(SDM).
The firmware SVC driver receives the commands from the client drivers
and sends this command via SMC calls to the Arm trusted firmware(ATF) or
U-boot firmware at EL3. The firmware interrupt service handlers than,
processes the new commands and send them the SDM's mailbox. 
To support asynchronos commands, we have introduced a
INTEL_SIP_SMP_SERVICE_COMPLETED command to poll the completion of the
crypto operations. This polling commands are essential for the rest of
the FCS commands. All new FCS commands shall have a prefix of
INTEL_SIP_SMC_FCS_XXXXX.
There shall also be a new FCS client device driver called intel_fcs 
that will be added. The SVC firmware driver registers the new FCS client
driver and allocates a new channel for this device driver. This brings
the total supported client drivers to 3 (RSU, FPGA and FCS)
We have tested this functionality by regression testing within Intel's
test framework. 

Ang Tien Sung (3):
  firmware: stratix10-svc: extend svc to support FCS features
  firmware: stratix10-svc: add new polling command for FCS
  firmware: stratix10-svc: add new FCS commands

 drivers/firmware/stratix10-svc.c              | 160 ++++++++++++++++--
 include/linux/firmware/intel/stratix10-smc.h  | 137 ++++++++++++++-
 .../firmware/intel/stratix10-svc-client.h     |  50 +++++-
 3 files changed, 325 insertions(+), 22 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ