Home
last modified time | relevance | path

Searched +full:num +full:- +full:clients (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-3.5.0/dts/bindings/sip_svc/
Dintel,agilex-socfpga-sip-smc.yaml3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "intel,socfpga-agilex-sip-smc"
19 zephyr,num-clients:
23 Number of allowed clients that can communicate with lower layer.
/Zephyr-Core-3.5.0/samples/subsys/sip_svc/boards/
Dintel_socfpga_agilex5_socdk.overlay2 * SPDX-License-Identifier: Apache-2.0
10 zephyr,num-clients = <1>;
Dintel_socfpga_agilex_socdk.overlay2 * SPDX-License-Identifier: Apache-2.0
10 zephyr,num-clients = <1>;
/Zephyr-Core-3.5.0/tests/subsys/sip_svc/boards/
Dintel_socfpga_agilex5_socdk.overlay2 * SPDX-License-Identifier: Apache-2.0
10 zephyr,num-clients = <16>;
Dintel_socfpga_agilex_socdk.overlay2 * SPDX-License-Identifier: Apache-2.0
10 zephyr,num-clients = <16>;
/Zephyr-Core-3.5.0/samples/subsys/shell/shell_module/boards/
Dintel_socfpga_agilex_socdk.overlay3 * SPDX-License-Identifier: Apache-2.0
14 zephyr,num-clients = <2>;
Dintel_socfpga_agilex5_socdk.overlay3 * SPDX-License-Identifier: Apache-2.0
32 zephyr,num-clients = <2>;
/Zephyr-Core-3.5.0/dts/arm64/intel/
Dintel_socfpga_agilex.dtsi2 * SPDX-License-Identifier: Apache-2.0
4 * Copyright (C) 2021-2022, Intel Corporation
8 #include <arm64/armv8-a.dtsi>
9 #include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
10 #include <zephyr/dt-bindings/clock/intel_socfpga_clock.h>
15 #address-cells = <1>;
16 #size-cells= <0>;
20 compatible = "arm,cortex-a53";
25 compatible = "arm,cortex-a53";
31 compatible = "arm,cortex-a53";
[all …]
Dintel_socfpga_agilex5.dtsi2 * SPDX-License-Identifier: Apache-2.0
8 #include <arm64/armv8-a.dtsi>
9 #include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
10 #include <zephyr/dt-bindings/reset/intel_socfpga_reset.h>
15 #address-cells = <1>;
16 #size-cells= <0>;
20 compatible = "arm,cortex-a55";
21 enable-method = "psci";
27 compatible = "arm,cortex-a55";
28 enable-method = "psci";
[all …]
/Zephyr-Core-3.5.0/drivers/sip_svc/
Dsip_smc_intel_socfpga.c2 * Copyright (c) 2022-2023, Intel Corporation.
4 * SPDX-License-Identifier: Apache-2.0
94 SMC_PLAT_PROTO_HEADER_SET_TRANS_ID(request->a1, trans_id); in intel_sip_smc_plat_update_trans_id()
97 if ((void *)request->a2 != NULL) { in intel_sip_smc_plat_update_trans_id()
98 data = (uint32_t *)request->a2; in intel_sip_smc_plat_update_trans_id()
112 if (request->a2) { in intel_sip_smc_plat_free_async_memory()
113 k_free((void *)request->a2); in intel_sip_smc_plat_free_async_memory()
141 if (((long)res->a0) <= SMC_STATUS_OKAY) { in intel_sip_smc_plat_async_res_res()
147 LOG_INF("There is no valid polling response %ld", (long)res->a0); in intel_sip_smc_plat_async_res_res()
148 return -EINPROGRESS; in intel_sip_smc_plat_async_res_res()
[all …]
/Zephyr-Core-3.5.0/samples/subsys/ipc/openamp_rsc_table/src/
Dmain_remote.c4 * SPDX-License-Identifier: Apache-2.0
112 msg->data = data; in rpmsg_recv_tty_callback()
113 msg->len = len; in rpmsg_recv_tty_callback()
156 return -1; in platform_init()
162 return -1; in platform_init()
168 return -1; in platform_init()
172 metal_io_init(&device->regions[0], (void *)SHM_START_ADDR, &shm_physmap, in platform_init()
173 SHM_SIZE, -1, 0, NULL); in platform_init()
178 return -1; in platform_init()
185 metal_io_init(&device->regions[1], rsc_table, in platform_init()
[all …]
/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dsmp_protocol.rst31 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
33 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
35 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
37 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
38 | Group ID | Sequence Num | Command ID |
39 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
42 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
46 both the "Little-endian" and "Big-endian" frames but in reality the
48 "Big-endian".
59 +-------------------+---------------------------------------------------+
[all …]
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py2 # SPDX-License-Identifier: BSD-3-Clause
10 The top-level entry point of the library is the DT class. DT.__init__() takes a
29 "Exception raised for devicetree-related errors"
33 Represents a node in the devicetree ('node-name { ... };').
61 stored in big-endian format.
89 Node constructor. Not meant to be called directly by clients.
112 def name(self) -> str:
116 # Converted to a property to discourage renaming -- that has to be done
121 def unit_addr(self) -> str:
128 def path(self) -> str:
[all …]
Dedtlib.py3 # SPDX-License-Identifier: BSD-3-Clause
17 but a binding can also come from a 'child-binding:' key in the binding for the
23 The top-level entry points for the library are the EDT and Binding classes.
31 # --------------------
43 # clients. This keeps the header generation script simple.
47 # - Consider using @property for APIs that don't need parameters. It makes
48 # functions look like attributes, which is less awkward in clients, and makes
51 # - Think about the data type of the thing you're exposing. Exposing something
55 # - Avoid get_*() prefixes on functions. Name them after the thing they return
60 # - Don't expose dtlib stuff directly.
[all …]
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dshell.rst30 sub-commands. Every time the device boots up, make sure to call ``mesh init`` before any of the
43 The simplest way to provision the device is through self-provisioning. To do this the user must
49 devices, as long as they're assigned non-overlapping unicast addresses. Alternatively, to provision
51 ``mesh prov pb-adv on`` or ``mesh prov pb-gatt on``. The beacons can be picked up by an external
68 ``mesh prov local`` command above), we can perform self-configuration through any of the
73 uart:~$ mesh models cfg get-comp
89 uart:~$ mesh test net-send 82020100
120 .. list-table:: Parameter formats
122 :header-rows: 1
124 * - Type
[all …]
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.5.rst38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_
[all …]
Drelease-notes-2.0.rst12 * The kernel now supports both 32- and 64-bit architectures.
17 * We added support for :ref:`Point-to-Point Protocol (PPP) <ppp>`. PPP is a
20 * We added support for UpdateHub, an end-to-end solution for large scale
21 over-the-air device updates.
22 * We added support for ARM Cortex-R Architecture (Experimental).
32 * Fixes CVE-2019-9506: The Bluetooth BR/EDR specification up to and
35 negotiation. This allows practical brute-force attacks (aka "KNOB")
42 * New kernel API for per-thread disabling of Floating Point Services for
43 ARC, ARM Cortex-M, and x86 architectures.
45 * Additional support for compatibility with 64-bit architectures.
[all …]
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_bap.c1 /* btp_bap.c - Bluetooth BAP Tester */
6 * SPDX-License-Identifier: Apache-2.0
108 #define ISO_DATA_THREAD_PRIORITY -7
127 LOG_DBG("%s: type 0x%02x value_len %u", str, data->type, data->data_len); in print_cb()
128 LOG_HEXDUMP_DBG(data->data, data->data_len, ""); in print_cb()
135 LOG_DBG("codec_cfg 0x%02x cid 0x%04x vid 0x%04x count %u", codec_cfg->id, codec_cfg->cid, in print_codec_cfg()
136 codec_cfg->vid, codec_cfg->data_len); in print_codec_cfg()
138 if (codec_cfg->id == BT_HCI_CODING_FORMAT_LC3) { in print_codec_cfg()
142 /* LC3 uses the generic LTV format - other codecs might do as well */ in print_codec_cfg()
144 bt_audio_data_parse(codec_cfg->data, codec_cfg->data_len, print_cb, "data"); in print_codec_cfg()
[all …]