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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1765534135.git.hang.suan.wang@altera.com>
Date: Fri, 12 Dec 2025 03:35:18 -0800
From: hangsuan.wang@...era.com
To: linux-kernel <linux-kernel@...r.kernel.org>,
	devicetree <devicetree@...r.kernel.org>,
	Rob Herring <robh@...nel.org>,
	Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>,
	Florian Fainelli <florian.fainelli@...adcom.com>,
	Thierry Reding <treding@...dia.com>,
	Lee Jones <lee@...nel.org>,
	Romain Gantois <romain.gantois@...tlin.com>,
	Andrea della Porta <andrea.porta@...e.com>,
	Andrei Simion <andrei.simion@...rochip.com>,
	Dinh Nguyen <dinguyen@...nel.org>,
	Mahesh Rao <mahesh.rao@...era.com>
Cc: Marek <marex@...x.de>,
	Simon <simon.k.r.goldschmidt@...il.com>,
	linux-drivers-review@...era.com,
	Muhammad Amirul Asyraf Mohamad Jamian <muhammad.amirul.asyraf.mohamad.jamian@...era.com>,
	Khairul Anuar Romli <khairul.anuar.romli@...era.com>
Subject: [PATCH 0/4] Add Device Tree binding and nodes for Agilex5/Agilex SOC FCS configuration.

From: "Wang, Hang Suan" <hang.suan.wang@...era.com>

This patch series introduces necessary Device Tree (DT) support for the
Soc/Hardware FPGA Crypto Service (fcs) functionality across the Altera
Agilex SoC families. This feature allows the kernel to identify, interact
and communicate with the high-speed FPGA hardware without interruption or
software overhead.

The series structured as follows:
Patch 1: Introduces the core YAML schema binding for a generic agilex5,
soc-fcs-config miscellaneous device.
Patch 2: Add fcs property to the existing stratix10-svc firmware binding.
Patch 3&4: Add the fcs nodes to the respective Agilex5 and Agilex DT files.

---
Notes:
This patch series is applied on socfpga maintainer's tree
https://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git/log/?h=socfpga_dts_for_v6.19

---
Wang, Hang Suan (4):
  dt-bindings: misc: agilex5-soc-fcs-config: Add binding
  dt-bindings: firmware: stratix10-svc: add fcs-config property
  arm64: dts: socfpga: agilex5: add fcs node
  arm64: dts: socfpga: agilex: add fcs node

 .../firmware/intel,stratix10-svc.yaml         |  4 +++
 .../misc/intel,agilex5-soc-fcs-config.yaml    | 32 +++++++++++++++++++
 MAINTAINERS                                   |  5 +++
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi |  4 +++
 .../arm64/boot/dts/intel/socfpga_agilex5.dtsi |  5 +++
 5 files changed, 50 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/intel,agilex5-soc-fcs-config.yaml

-- 
2.43.7


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ