| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/ |
| H A D | 0003-dt-bindings-remoteproc-Add-Arm-remoteproc.patch | 4 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 D | 0001-remoteproc-Add-Arm-remoteproc-driver.patch | 4 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 D | 0002-arm64-dts-Add-corstone1000-external-system-device-no.patch | 31 + extsys0: remoteproc@1a010310 {
|
| /openbmc/u-boot/drivers/remoteproc/ |
| H A D | Kconfig | 9 # 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 D | rproc-uclass.c | 11 #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 D | Makefile | 7 obj-$(CONFIG_$(SPL_)REMOTEPROC) += rproc-uclass.o
|
| H A D | k3_rproc.c | 3 * Texas Instruments' K3 Remoteproc driver 12 #include <remoteproc.h> 227 dev_dbg(dev, "Remoteproc successfully probed\n"); in k3_rproc_probe()
|
| H A D | ti_power_proc.c | 11 #include <remoteproc.h>
|
| H A D | sandbox_testproc.c | 10 #include <remoteproc.h>
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | remoteproc-framework.txt | 27 - 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 D | 0051-corstone1000-purge-remoteproc-dts-node.patch | 4 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 D | 0047-corstone1000-dts-add-external-system-node.patch | 22 + extsys0: remoteproc@1a010310 {
|
| /openbmc/u-boot/doc/device-tree-bindings/remoteproc/ |
| H A D | remoteproc.txt | 5 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 D | k3-rproc.txt | 6 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 D | linux-arm-platforms.inc | 44 file://0001-remoteproc-Add-Arm-remoteproc-driver.patch \ 46 file://0003-dt-bindings-remoteproc-Add-Arm-remoteproc.patch \
|
| /openbmc/u-boot/include/ |
| H A D | remoteproc.h | 49 * @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 D | common.c | 13 #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 D | Makefile | 25 obj-$(CONFIG_$(SPL_)REMOTEPROC) += remoteproc/
|
| H A D | Kconfig | 89 source "drivers/remoteproc/Kconfig"
|
| /openbmc/u-boot/test/dm/ |
| H A D | remoteproc.c | 9 #include <remoteproc.h>
|
| H A D | Makefile | 40 obj-$(CONFIG_REMOTEPROC) += remoteproc.o
|
| /openbmc/u-boot/arch/sandbox/dts/ |
| H A D | test.dts | 569 remoteproc-name = "remoteproc-test-dev1"; 575 remoteproc-name = "remoteproc-test-dev2";
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_ids.h | 42 #define VIRTIO_ID_RPROC_SERIAL 11 /* virtio remoteproc serial link */
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/ |
| H A D | u-boot-corstone1000.inc | 70 '', 'file://0051-corstone1000-purge-remoteproc-dts-node.patch' , d)} \
|
| /openbmc/qemu/docs/interop/ |
| H A D | vhost-user.json | 34 # @rproc-serial: virtio remoteproc serial link
|