1a7576ce9e
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>
6 lines
195 B
CMake
6 lines
195 B
CMake
# Copyright (c) 2023 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
zephyr_library_sources_ifdef(CONFIG_ARM_SIP_SVC_HAS_INTEL_SDM_MAILBOX_FIFO sip_smc_intel_socfpga.c)
|