2013-01-17 10:53:51 +08:00
|
|
|
menu "Remoteproc drivers"
|
2011-12-14 19:01:59 +08:00
|
|
|
|
2011-10-20 22:52:46 +08:00
|
|
|
config REMOTEPROC
|
2016-10-18 17:39:08 +08:00
|
|
|
tristate "Support for Remote Processor subsystem"
|
2012-09-14 02:03:58 +08:00
|
|
|
depends on HAS_DMA
|
2013-04-07 19:06:07 +08:00
|
|
|
select CRC32
|
2013-03-29 09:41:43 +08:00
|
|
|
select FW_LOADER
|
2012-09-30 16:25:34 +08:00
|
|
|
select VIRTIO
|
2016-12-19 17:22:50 +08:00
|
|
|
help
|
|
|
|
Support for remote processors (such as DSP coprocessors). These
|
|
|
|
are mainly used on embedded systems.
|
2011-10-21 00:53:35 +08:00
|
|
|
|
2016-10-18 17:39:08 +08:00
|
|
|
if REMOTEPROC
|
|
|
|
|
2011-10-21 00:53:35 +08:00
|
|
|
config OMAP_REMOTEPROC
|
|
|
|
tristate "OMAP remoteproc support"
|
2012-09-14 02:03:58 +08:00
|
|
|
depends on HAS_DMA
|
2013-02-18 19:06:52 +08:00
|
|
|
depends on ARCH_OMAP4 || SOC_OMAP5
|
2012-02-28 19:04:33 +08:00
|
|
|
depends on OMAP_IOMMU
|
2013-03-13 06:55:29 +08:00
|
|
|
select MAILBOX
|
|
|
|
select OMAP2PLUS_MBOX
|
2016-09-02 06:27:59 +08:00
|
|
|
select RPMSG_VIRTIO
|
2011-10-21 00:53:35 +08:00
|
|
|
help
|
|
|
|
Say y here to support OMAP's remote processors (dual M3
|
|
|
|
and DSP on OMAP4) via the remote processor framework.
|
|
|
|
|
|
|
|
Currently only supported on OMAP4.
|
|
|
|
|
2016-12-19 17:22:50 +08:00
|
|
|
Usually you want to say Y here, in order to enable multimedia
|
2011-10-21 00:53:35 +08:00
|
|
|
use-cases to run on your platform (multimedia codecs are
|
|
|
|
offloaded to remote DSP processors using this framework).
|
|
|
|
|
2016-12-19 17:22:50 +08:00
|
|
|
It's safe to say N here if you're not interested in multimedia
|
2011-10-21 00:53:35 +08:00
|
|
|
offloading or just want a bare minimum kernel.
|
2011-12-14 19:01:59 +08:00
|
|
|
|
2015-05-23 04:45:30 +08:00
|
|
|
config WKUP_M3_RPROC
|
|
|
|
tristate "AMx3xx Wakeup M3 remoteproc support"
|
|
|
|
depends on SOC_AM33XX || SOC_AM43XX
|
|
|
|
help
|
|
|
|
Say y here to support Wakeup M3 remote processor on TI AM33xx
|
|
|
|
and AM43xx family of SoCs.
|
|
|
|
|
|
|
|
Required for Suspend-to-RAM on AM33xx and AM43xx SoCs. Also needed
|
|
|
|
for deep CPUIdle states on AM33xx SoCs. Allows for loading of the
|
|
|
|
firmware onto these remote processors.
|
|
|
|
If unsure say N.
|
|
|
|
|
2013-04-10 05:20:21 +08:00
|
|
|
config DA8XX_REMOTEPROC
|
|
|
|
tristate "DA8xx/OMAP-L13x remoteproc support"
|
|
|
|
depends on ARCH_DAVINCI_DA8XX
|
2017-05-19 06:08:59 +08:00
|
|
|
depends on DMA_CMA
|
2016-09-02 06:27:59 +08:00
|
|
|
select RPMSG_VIRTIO
|
2013-04-10 05:20:21 +08:00
|
|
|
help
|
|
|
|
Say y here to support DA8xx/OMAP-L13x remote processors via the
|
|
|
|
remote processor framework.
|
|
|
|
|
|
|
|
You want to say y here in order to enable AMP
|
|
|
|
use-cases to run on your platform (multimedia codecs are
|
|
|
|
offloaded to remote DSP processors using this framework).
|
|
|
|
|
|
|
|
This module controls the name of the firmware file that gets
|
|
|
|
loaded on the DSP. This file must reside in the /lib/firmware
|
|
|
|
directory. It can be specified via the module parameter
|
|
|
|
da8xx_fw_name=<filename>, and if not specified will default to
|
|
|
|
"rproc-dsp-fw".
|
|
|
|
|
|
|
|
It's safe to say n here if you're not interested in multimedia
|
|
|
|
offloading.
|
|
|
|
|
remoteproc/keystone: Add a remoteproc driver for Keystone 2 DSPs
The Texas Instrument's Keystone 2 family of SoCs has 1 or more
TMS320C66x DSP Core Subsystems (C66x CorePacs). Each subsystem has
a C66x Fixed/Floating-Point DSP Core, with 32KB of L1P and L1D SRAMs,
that can be configured and partitioned as either RAM and/or Cache,
and 1 MB of L2 SRAM. The CorePac also includes an Internal DMA (IDMA),
External Memory Controller (EMC), Extended Memory Controller (XMC)
with a Memory Protection and Address Extension (MPAX) unit, a Bandwidth
Management (BWM) unit, an Interrupt Controller (INTC) and a Powerdown
Controller (PDC).
A new remoteproc module is added to perform the device management of
these DSP devices. The driver expects the firmware names to be of the
form "keystone-dsp<X>-fw", where X is the corresponding DSP number, and
uses the standard remoteproc core ELF loader. The support is limited
to images only using the DSP internal memories at the moment. This
remoteproc driver is also designed to work with virtio, and uses the
IPC Generation registers for performing the virtio signalling and
getting notified of exceptions.
The driver currently supports the 66AK2H/66AK2K, 66AK2L and 66AK2E
SoCs.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2017-06-14 07:45:12 +08:00
|
|
|
config KEYSTONE_REMOTEPROC
|
|
|
|
tristate "Keystone Remoteproc support"
|
|
|
|
depends on ARCH_KEYSTONE
|
|
|
|
select RPMSG_VIRTIO
|
|
|
|
help
|
|
|
|
Say Y here here to support Keystone remote processors (DSP)
|
|
|
|
via the remote processor framework.
|
|
|
|
|
|
|
|
It's safe to say N here if you're not interested in the Keystone
|
|
|
|
DSPs or just want to use a bare minimum kernel.
|
|
|
|
|
2016-08-23 13:57:44 +08:00
|
|
|
config QCOM_ADSP_PIL
|
|
|
|
tristate "Qualcomm ADSP Peripheral Image Loader"
|
|
|
|
depends on OF && ARCH_QCOM
|
|
|
|
depends on QCOM_SMEM
|
2017-03-28 13:26:34 +08:00
|
|
|
depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
|
2016-08-23 13:57:44 +08:00
|
|
|
select MFD_SYSCON
|
|
|
|
select QCOM_MDT_LOADER
|
2017-01-27 18:28:32 +08:00
|
|
|
select QCOM_RPROC_COMMON
|
2016-12-09 19:47:02 +08:00
|
|
|
select QCOM_SCM
|
2016-08-23 13:57:44 +08:00
|
|
|
help
|
|
|
|
Say y here to support the TrustZone based Peripherial Image Loader
|
|
|
|
for the Qualcomm ADSP remote processors.
|
|
|
|
|
2017-01-27 18:28:32 +08:00
|
|
|
config QCOM_RPROC_COMMON
|
|
|
|
tristate
|
|
|
|
|
2016-06-21 05:28:41 +08:00
|
|
|
config QCOM_Q6V5_PIL
|
|
|
|
tristate "Qualcomm Hexagon V5 Peripherial Image Loader"
|
|
|
|
depends on OF && ARCH_QCOM
|
|
|
|
depends on QCOM_SMEM
|
2017-03-28 13:26:34 +08:00
|
|
|
depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
|
2016-06-21 05:28:41 +08:00
|
|
|
select MFD_SYSCON
|
2017-01-27 18:28:32 +08:00
|
|
|
select QCOM_RPROC_COMMON
|
2016-12-09 19:47:02 +08:00
|
|
|
select QCOM_SCM
|
2016-06-21 05:28:41 +08:00
|
|
|
help
|
|
|
|
Say y here to support the Qualcomm Peripherial Image Loader for the
|
|
|
|
Hexagon V5 based remote processors.
|
|
|
|
|
2016-08-13 09:18:59 +08:00
|
|
|
config QCOM_WCNSS_PIL
|
|
|
|
tristate "Qualcomm WCNSS Peripheral Image Loader"
|
|
|
|
depends on OF && ARCH_QCOM
|
2017-03-28 13:26:34 +08:00
|
|
|
depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
|
2016-08-13 09:18:59 +08:00
|
|
|
depends on QCOM_SMEM
|
|
|
|
select QCOM_MDT_LOADER
|
2017-01-27 18:28:32 +08:00
|
|
|
select QCOM_RPROC_COMMON
|
2016-08-13 09:18:59 +08:00
|
|
|
select QCOM_SCM
|
|
|
|
help
|
|
|
|
Say y here to support the Peripheral Image Loader for the Qualcomm
|
|
|
|
Wireless Connectivity Subsystem.
|
|
|
|
|
2016-01-12 20:46:18 +08:00
|
|
|
config ST_REMOTEPROC
|
|
|
|
tristate "ST remoteproc support"
|
|
|
|
depends on ARCH_STI
|
2017-01-31 20:35:54 +08:00
|
|
|
select MAILBOX
|
|
|
|
select STI_MBOX
|
|
|
|
select RPMSG_VIRTIO
|
2016-01-12 20:46:18 +08:00
|
|
|
help
|
|
|
|
Say y here to support ST's adjunct processors via the remote
|
|
|
|
processor framework.
|
|
|
|
This can be either built-in or a loadable module.
|
|
|
|
|
2016-10-18 17:39:06 +08:00
|
|
|
config ST_SLIM_REMOTEPROC
|
|
|
|
tristate
|
2016-10-18 17:39:08 +08:00
|
|
|
|
|
|
|
endif # REMOTEPROC
|
2016-10-18 17:39:06 +08:00
|
|
|
|
2011-12-14 19:01:59 +08:00
|
|
|
endmenu
|