Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
52 lines
1.5 KiB
ReStructuredText
52 lines
1.5 KiB
ReStructuredText
Other Firmware Interfaces
|
||
=========================
|
||
|
||
DMI Interfaces
|
||
--------------
|
||
|
||
.. kernel-doc:: drivers/firmware/dmi_scan.c
|
||
:export:
|
||
|
||
EDD Interfaces
|
||
--------------
|
||
|
||
.. kernel-doc:: drivers/firmware/edd.c
|
||
:internal:
|
||
|
||
Generic System Framebuffers Interface
|
||
-------------------------------------
|
||
|
||
.. kernel-doc:: drivers/firmware/sysfb.c
|
||
:export:
|
||
|
||
Intel Stratix10 SoC Service Layer
|
||
---------------------------------
|
||
Some features of the Intel Stratix10 SoC require a level of privilege
|
||
higher than the kernel is granted. Such secure features include
|
||
FPGA programming. In terms of the ARMv8 architecture, the kernel runs
|
||
at Exception Level 1 (EL1), access to the features requires
|
||
Exception Level 3 (EL3).
|
||
|
||
The Intel Stratix10 SoC service layer provides an in kernel API for
|
||
drivers to request access to the secure features. The requests are queued
|
||
and processed one by one. ARM’s SMCCC is used to pass the execution
|
||
of the requests on to a secure monitor (EL3).
|
||
|
||
.. kernel-doc:: include/linux/firmware/intel/stratix10-svc-client.h
|
||
:functions: stratix10_svc_command_code
|
||
|
||
.. kernel-doc:: include/linux/firmware/intel/stratix10-svc-client.h
|
||
:functions: stratix10_svc_client_msg
|
||
|
||
.. kernel-doc:: include/linux/firmware/intel/stratix10-svc-client.h
|
||
:functions: stratix10_svc_command_config_type
|
||
|
||
.. kernel-doc:: include/linux/firmware/intel/stratix10-svc-client.h
|
||
:functions: stratix10_svc_cb_data
|
||
|
||
.. kernel-doc:: include/linux/firmware/intel/stratix10-svc-client.h
|
||
:functions: stratix10_svc_client
|
||
|
||
.. kernel-doc:: drivers/firmware/stratix10-svc.c
|
||
:export:
|