devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Enable Service layer driver for Agilex5
@ 2025-11-06 23:35 Khairul Anuar Romli
  2025-11-06 23:35 ` [PATCH v6 1/2] dt-bindings: firmware: svc: Add IOMMU support " Khairul Anuar Romli
  2025-11-06 23:35 ` [PATCH v6 2/2] arm64: dts: intel: Add Agilex5 SVC node with memory region Khairul Anuar Romli
  0 siblings, 2 replies; 6+ messages in thread
From: Khairul Anuar Romli @ 2025-11-06 23:35 UTC (permalink / raw)
  To: Dinh Nguyen, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Mahesh Rao, linux-kernel, devicetree, Khairul Anuar Romli

This patch series introduces support for the Agilex5 service layer driver
(SVC) in the Linux kernel. The changes span across device tree bindings,
platform DTS files, and the Stratix10 SVC firmware driver.

These changes are necessary to enable firmware communication on Agilex5
SoCs via the SVC interface, similar to existing support for Stratix10 and
Agilex platforms.

Agilex5 introduces the ability for the TBU to operate in non-secure mode,
making it accessible to Linux through the IOMMU framework. This key
difference enables improved memory management in non-secure environments.
As a result, this series extends the SVC driver and device tree bindings
to support IOMMU integration for Agilex5.
---
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

Changes in v6:
	- Reinstate AllOf so that the future addition will not have not
	  require re-indentation.
	- Add svc node below cpu node in DT.
Changes in v5:
	- Use contains enum instead of const
Changes in v4:
	- Refactor the logical check without using AllOf.
Changes in v3:
	- Remove driver changes in driver as it is fully compatible
	- Add iommu entry and rewrite the git commit message to describe
	  why the changes is required.
Changes in v2:
	- Add driver changes for Agilex5-svc compatible
---
Khairul Anuar Romli (2):
  dt-bindings: firmware: svc: Add IOMMU support for Agilex5
  arm64: dts: intel: Add Agilex5 SVC node with memory region

 .../bindings/firmware/intel,stratix10-svc.yaml    | 15 +++++++++++++++
 arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi    |  9 +++++++++
 2 files changed, 24 insertions(+)

-- 
2.43.7


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

end of thread, other threads:[~2025-11-07 11:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 23:35 [PATCH v6 0/2] Enable Service layer driver for Agilex5 Khairul Anuar Romli
2025-11-06 23:35 ` [PATCH v6 1/2] dt-bindings: firmware: svc: Add IOMMU support " Khairul Anuar Romli
2025-11-07  7:35   ` Krzysztof Kozlowski
2025-11-07  7:49     ` Romli, Khairul Anuar
2025-11-07 11:44   ` Dinh Nguyen
2025-11-06 23:35 ` [PATCH v6 2/2] arm64: dts: intel: Add Agilex5 SVC node with memory region Khairul Anuar Romli

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).