Home
last modified time | relevance | path

Searched +full:stratix10 +full:- +full:svc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt1 Intel Service Layer Driver for Stratix10 SoC
3 Intel Stratix10 SoC is composed of a 64 bit quad-core ARM Cortex A53 hard
15 Intel Stratix10 service layer driver, running at privileged exception level
22 -------------------
23 The svc node has the following mandatory properties, must be located under
26 - compatible: "intel,stratix10-svc" or "intel,agilex-svc"
27 - method: smc or hvc
28 smc - Secure Monitor Call
29 hvc - Hypervisor Call
30 - memory-region:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dintel-stratix10-soc-fpga-mgr.txt1 Intel Stratix10 SoC FPGA Manager
5 firmware/svc node.
7 - compatible : should contain "intel,stratix10-soc-fpga-mgr" or
8 "intel,agilex-soc-fpga-mgr"
13 svc {
14 fpga_mgr: fpga-mgr {
15 compatible = "intel,stratix10-soc-fpga-mgr";
/freebsd/sys/arm64/intel/
H A Dstratix10-svc.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
8 * Technology) under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the
58 #include <arm64/intel/intel-smc.h>
59 #include <arm64/intel/stratix10-svc.h>
85 ret = sc->callfn(a0, a1, a2, 0, 0, 0, 0, 0, &res); in s10_data_claim()
109 switch (msg->command) { in s10_svc_send()
112 a1 = msg->flags; in s10_svc_send()
116 a1 = (uint64_t)msg->payload; in s10_svc_send()
117 a2 = (uint64_t)msg->payload_length; in s10_svc_send()
[all …]
H A Dstratix10-soc-fpga-mgr.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2019-2024 Ruslan Bukin <br@bsdpad.com>
8 * Technology) under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the
57 #include <arm64/intel/stratix10-svc.h>
84 sc = dev->si_drv1; in fpga_open()
86 sx_xlock(&sc->sx); in fpga_open()
87 if (sc->opened) { in fpga_open()
88 sx_xunlock(&sc->sx); in fpga_open()
92 err = s10_svc_allocate_memory(sc->s10_svc_dev, in fpga_open()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/altera/
H A Dsocfpga_stratix10.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/clock/stratix10-clock.h>
12 compatible = "altr,socfpga-stratix10";
13 #address-cells = <2>;
14 #size-cells = <2>;
16 reserved-memory {
17 #address-cells = <2>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/intel/
H A Dsocfpga_agilex.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
10 #include <dt-bindings/clock/agilex-clock.h>
13 compatible = "intel,socfpga-agilex";
14 #address-cells = <2>;
15 #size-cells = <2>;
17 reserved-memory {
[all …]
/freebsd/sys/conf/
H A Dfiles.arm6458 arm64/arm64/locore.S standard no-obj
71 compile-with "${NORMAL_C:N-mbranch-protection*} -mbranch-protection=bti"
87 compile-with "${NOSAN_C}"
131 compile-with "${NOSAN_C} -fpie" \
132 no-obj
135 compile-with "${NOSAN_C} -fpie" \
136 no-obj
139 …compile-with "${SYSTEM_LD_BASECMD} -o ${.TARGET} ${.ALLSRC} --defsym=_start='0x0' --defsym=text_st…
140 no-obj no-implicit-rule
143 compile-with "${OBJCOPY} --strip-debug ${.ALLSRC} ${.TARGET}" \
[all …]