[PATCH 00/10] remoteproc: imx_rproc: support iMX8M and early boot

From: Peng Fan
Date: Fri Jul 24 2020 - 03:43:37 EST


This patchset is to support i.MX8MQ/M coproc booted before linux.
Since i.MX8MQ/M was not supported, several patches are needed
to first support the platform, then support early boot case.

I intended to included i.MX8QM/QXP, but that would introduce a large
patchset, so not included. But the clk/syscon optional patch for
i.MX8QM/QXP was still kept here to avoid rebase error.

Peng Fan (10):
dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M
remoteproc: imx_rproc: correct err message
remoteproc: imx: use devm_ioremap
remoteproc: imx_rproc: make syscon optional
remoteproc: imx_rproc: make clk optional
remoteproc: imx_rproc: add load hook
remoteproc: imx_rproc: add i.MX specific parse fw hook
remoteproc: imx_rproc: support i.MX8MQ/M
remoteproc: imx_proc: enable virtio/mailbox
remoteproc: imx_rproc: support coproc booting before Linux

.../devicetree/bindings/remoteproc/imx-rproc.txt | 3 +
drivers/remoteproc/imx_rproc.c | 409 ++++++++++++++++++++-
2 files changed, 401 insertions(+), 11 deletions(-)

--
2.16.4