2021-03-27 15:29:04

by Tom Rix

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add self as reviewer to INTEL STRATIX10 FIRMWARE DRIVERS

From: Tom Rix <[email protected]>

The Intel stratix 10 is a fpga. I review fpga's. So I want to help
in this related subsystem.

Signed-off-by: Tom Rix <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 67b104202602..00828de0a7bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9266,6 +9266,7 @@ F: tools/power/x86/intel-speed-select/

INTEL STRATIX10 FIRMWARE DRIVERS
M: Richard Gong <[email protected]>
+R: Tom Rix <[email protected]>
L: [email protected]
S: Maintained
F: Documentation/ABI/testing/sysfs-devices-platform-stratix10-rsu
--
2.27.0


2021-03-29 11:22:32

by Richard Gong

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add self as reviewer to INTEL STRATIX10 FIRMWARE DRIVERS

Hi Tom,

On 3/27/21 10:19 AM, [email protected] wrote:
> From: Tom Rix <[email protected]>
>
> The Intel stratix 10 is a fpga. I review fpga's. So I want to help
> in this related subsystem.
>

Intel Stratix10 service layer driver is not a FPGA.

Intel FPGA SoC is composed of ARM Cortex hard processor system (HPS) and
Secure Device Manager (SDM). SDM is the hardware which does FPGA
configuration, remote system update (RSU), crypto service (FCS), warm
reset and other features.

To meet the whole system security needs and support virtual machine
requesting communication with SDM, only the secure world of software
(EL3) can interfaces with SDM. All software entities running on the
other exception level must channel through the EL3 software whenever it
needs service from SDM.

Intel Stratix 10 service layer driver, added into Opensource kernel
mainlines since version 5.0, interfaces with the service provides at EL1
(FPGA manager, RSU and FPGA crypto service drivers as today) and
managers secure monitor call (SMC) to communicate with the secure
monitor software at the secure world (EL3).

Regards,
Richard

> Signed-off-by: Tom Rix <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 67b104202602..00828de0a7bc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9266,6 +9266,7 @@ F: tools/power/x86/intel-speed-select/
>
> INTEL STRATIX10 FIRMWARE DRIVERS
> M: Richard Gong <[email protected]>
> +R: Tom Rix <[email protected] > L: [email protected]
> S: Maintained
> F: Documentation/ABI/testing/sysfs-devices-platform-stratix10-rsu
>