Skip to content

Commit

Permalink
tests: drivers: build_all: Build Altera FPGA driver
Browse files Browse the repository at this point in the history
Altera FPGA driver should be built on a regular basis to ensure
that there are no regressions

Signed-off-by: Hardeep Sharma <hardeep.sharma@intel.com>
  • Loading branch information
hardeepsharma95 committed Apr 23, 2024
1 parent 6b4f612 commit 31dc1e8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/drivers/build_all/fpga/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@
* here to keep the bus specific dtsi files (i2c.dtsi, spi.dtsi, etc..)
* pristine
*/

&sip_smc {
status = "okay";
zephyr,num-clients = <2>;
};

&fpga0 {
status = "okay";
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright (c) 2024, Intel Corporation.
# SPDX-License-Identifier: Apache-2.0

# FPGA Bridge
CONFIG_ALTERA_AGILEX_BRIDGE_FPGA=y
CONFIG_ARM_SIP_SVC_DRIVER=y
CONFIG_ARM_SIP_SVC_SUBSYS=y
CONFIG_ARM_SIP_SVC_SUBSYS_SINGLY_OPEN=y
CONFIG_HEAP_MEM_POOL_SIZE=16384
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright (c) 2024, Intel Corporation.
# SPDX-License-Identifier: Apache-2.0

# FPGA Bridge
CONFIG_ALTERA_AGILEX_BRIDGE_FPGA=y
CONFIG_ARM_SIP_SVC_DRIVER=y
CONFIG_ARM_SIP_SVC_SUBSYS=y
CONFIG_ARM_SIP_SVC_SUBSYS_SINGLY_OPEN=y
CONFIG_HEAP_MEM_POOL_SIZE=16384

0 comments on commit 31dc1e8

Please sign in to comment.