Home
last modified time | relevance | path

Searched full:remoteproc (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/
H A D0003-dt-bindings-remoteproc-Add-Arm-remoteproc.patch4 Subject: [PATCH 3/6] dt-bindings: remoteproc: Add Arm remoteproc
6 introduce the bindings for Arm remoteproc support.
11 .../bindings/remoteproc/arm,rproc.yaml | 69 +++++++++++++++++++
14 create mode 100644 Documentation/devicetree/bindings/remoteproc/arm,rproc.yaml
16 …git a/Documentation/devicetree/bindings/remoteproc/arm,rproc.yaml b/Documentation/devicetree/bindi…
20 +++ b/Documentation/devicetree/bindings/remoteproc/arm,rproc.yaml
25 +$id: http://devicetree.org/schemas/remoteproc/arm,rproc.yaml#
28 +title: Arm Remoteproc Devices
78 + extsys0: remoteproc@1a010310 {
85 + extsys1: remoteproc@1a010318 {
[all …]
H A D0001-remoteproc-Add-Arm-remoteproc-driver.patch4 Subject: [PATCH 1/6] remoteproc: Add Arm remoteproc driver
6 introduce remoteproc support for Arm remote processors
24 drivers/remoteproc/Kconfig | 18 ++
25 drivers/remoteproc/Makefile | 1 +
26 drivers/remoteproc/arm_rproc.c | 395 +++++++++++++++++++++++++++++++++
28 create mode 100644 drivers/remoteproc/arm_rproc.c
38 +ARM REMOTEPROC DRIVER
40 +L: linux-remoteproc@vger.kernel.org
42 +F: drivers/remoteproc/arm_rproc.c
47 diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
[all …]
H A D0002-arm64-dts-Add-corstone1000-external-system-device-no.patch31 + extsys0: remoteproc@1a010310 {
/openbmc/u-boot/drivers/remoteproc/
H A DKconfig9 # REMOTEPROC gets selected by drivers as needed
11 config REMOTEPROC config
18 select REMOTEPROC
26 bool "Support for TI's K3 based remoteproc driver"
27 select REMOTEPROC
32 Say 'y' here to add support for TI' K3 remoteproc driver.
36 select REMOTEPROC
45 select REMOTEPROC
H A Drproc-uclass.c11 #include <remoteproc.h>
128 "remoteproc-name", NULL); in rproc_pre_probe()
133 "remoteproc-internal-memory-mapped"); in rproc_pre_probe()
208 .name = "remoteproc",
216 /* Remoteproc subsystem access functions */
345 * Most of the checks and verification for remoteproc operations are more
H A DMakefile7 obj-$(CONFIG_$(SPL_)REMOTEPROC) += rproc-uclass.o
H A Dk3_rproc.c3 * Texas Instruments' K3 Remoteproc driver
12 #include <remoteproc.h>
227 dev_dbg(dev, "Remoteproc successfully probed\n"); in k3_rproc_probe()
H A Dti_power_proc.c11 #include <remoteproc.h>
H A Dsandbox_testproc.c10 #include <remoteproc.h>
/openbmc/u-boot/doc/driver-model/
H A Dremoteproc-framework.txt27 - drivers/remoteproc/rproc-uclass.c
28 - include/remoteproc.h
69 of the statemachine, remoteproc core does not intent to implement
111 using the remoteproc framework.
136 remoteproc driver specific needs (for example: SoC integration
138 documentation for specific remoteproc driver for further details.
155 remoteproc-name = "remoteproc-test-dev1";
161 remoteproc-name = "remoteproc-test-dev2";
168 the compatible string used here is specific to the remoteproc driver involved.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0051-corstone1000-purge-remoteproc-dts-node.patch4 Subject: [PATCH] corstone1000: purge remoteproc DTS node
6 Purge remoteproc DTS node
8 to Linux from U-Boot because the device tree binding for remoteproc
9 has not been upstreamed yet. Existence of remoteproc DTS node in Linux
28 + { .node_path = "/soc/remoteproc@1a010310" },
H A D0047-corstone1000-dts-add-external-system-node.patch22 + extsys0: remoteproc@1a010310 {
/openbmc/u-boot/doc/device-tree-bindings/remoteproc/
H A Dremoteproc.txt5 Remoteproc devices shall have compatible corresponding to thier
9 - remoteproc-name: a string, used if provided to describe the processor.
11 - remoteproc-internal-memory-mapped: a bool, indicates that the remote
H A Dk3-rproc.txt6 remoteproc driver should communicate to SYSFW with a specific sequence.
12 - reg: base address of the remoteproc timer.
16 remoteproc to start.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/
H A Dlinux-arm-platforms.inc44 file://0001-remoteproc-Add-Arm-remoteproc-driver.patch \
46 file://0003-dt-bindings-remoteproc-Add-Arm-remoteproc.patch \
/openbmc/u-boot/include/
H A Dremoteproc.h49 * @init: Initialize the remoteproc device invoked after probe (optional)
51 * @load: Load the remoteproc device using data provided(mandatory)
56 * @start: Start the remoteproc device (mandatory)
58 * @stop: Stop the remoteproc device (optional)
97 * rproc_is_initialized() - check to see if remoteproc devices are initialized
142 * as part of remoteproc framework - hook on to appropriate bus architecture to
/openbmc/u-boot/arch/arm/mach-k3/
H A Dcommon.c13 #include <remoteproc.h>
21 * It is assumed that remoteproc device 1 is the corresponding in jump_to_image_no_args()
/openbmc/u-boot/drivers/
H A DMakefile25 obj-$(CONFIG_$(SPL_)REMOTEPROC) += remoteproc/
H A DKconfig89 source "drivers/remoteproc/Kconfig"
/openbmc/u-boot/test/dm/
H A Dremoteproc.c9 #include <remoteproc.h>
H A DMakefile40 obj-$(CONFIG_REMOTEPROC) += remoteproc.o
/openbmc/u-boot/arch/sandbox/dts/
H A Dtest.dts569 remoteproc-name = "remoteproc-test-dev1";
575 remoteproc-name = "remoteproc-test-dev2";
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_ids.h42 #define VIRTIO_ID_RPROC_SERIAL 11 /* virtio remoteproc serial link */
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/
H A Du-boot-corstone1000.inc70 '', 'file://0051-corstone1000-purge-remoteproc-dts-node.patch' , d)} \
/openbmc/qemu/docs/interop/
H A Dvhost-user.json34 # @rproc-serial: virtio remoteproc serial link

12