drivers: sip_svc: Add driver for SiP Supervisory call

Add driver for communicating with EL3/EL2 layer using smc/hvc call
for Silicon vendor Provided services for INTEL AGILEX SOC FPGA.

Signed-off-by: Mahesh Rao <mahesh.rao@intel.com>
This commit is contained in:
Mahesh Rao 2023-03-24 16:17:55 +00:00 committed by Anas Nashif
commit 1a7576ce9e
10 changed files with 943 additions and 0 deletions

View file

@ -79,5 +79,6 @@ source "drivers/w1/Kconfig"
source "drivers/watchdog/Kconfig"
source "drivers/wifi/Kconfig"
source "drivers/xen/Kconfig"
source "drivers/sip_svc/Kconfig"
endmenu