mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] remoteproc: Add i.MX8M Cortex-M[47] support
@ 2020-10-05  9:53 Sascha Hauer
  2020-10-05  9:53 ` [PATCH 1/7] remoteproc: imx: Fix off-by-one error Sascha Hauer
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Sascha Hauer @ 2020-10-05  9:53 UTC (permalink / raw)
  To: Barebox List

The i.MX8M SoCs have a Cortex-M4 or a Cortex-M7 coprocessor equipped.
This series adds support for them to the existing i.MX remoteproc
driver.

Sascha Hauer (7):
  remoteproc: imx: Fix off-by-one error
  remoteproc: imx: Change SoC order in code
  remoteproc: imx: use function hooks in SoC data
  remoteproc: imx: Add i.MX8M support
  clk: i.MX8MQ: Add Cortex-M4 clk
  ARM: dts: i.MX8MQ: Add Cortex-M4 Coprocessor node
  ARM: dts: i.MX8MP: Add Cortex-M7 Coprocessor node

 arch/arm/dts/imx8mp-evk.dts    |   1 +
 arch/arm/dts/imx8mp.dtsi       |   9 ++
 arch/arm/dts/imx8mq.dtsi       |   8 ++
 drivers/clk/imx/clk-imx8mq.c   |   5 +
 drivers/remoteproc/imx_rproc.c | 251 ++++++++++++++++++++++++++-------
 5 files changed, 220 insertions(+), 54 deletions(-)
 create mode 100644 arch/arm/dts/imx8mp.dtsi

-- 
2.28.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-10-07  7:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05  9:53 [PATCH 0/7] remoteproc: Add i.MX8M Cortex-M[47] support Sascha Hauer
2020-10-05  9:53 ` [PATCH 1/7] remoteproc: imx: Fix off-by-one error Sascha Hauer
2020-10-05 12:23   ` Lucas Stach
2020-10-07  7:06     ` Sascha Hauer
2020-10-05  9:53 ` [PATCH 2/7] remoteproc: imx: Change SoC order in code Sascha Hauer
2020-10-05  9:53 ` [PATCH 3/7] remoteproc: imx: use function hooks in SoC data Sascha Hauer
2020-10-05  9:53 ` [PATCH 4/7] remoteproc: imx: Add i.MX8M support Sascha Hauer
2020-10-05  9:53 ` [PATCH 5/7] clk: i.MX8MQ: Add Cortex-M4 clk Sascha Hauer
2020-10-05  9:53 ` [PATCH 6/7] ARM: dts: i.MX8MQ: Add Cortex-M4 Coprocessor node Sascha Hauer
2020-10-05 12:05   ` Rouven Czerwinski
2020-10-07  7:07     ` Sascha Hauer
2020-10-05  9:53 ` [PATCH 7/7] ARM: dts: i.MX8MP: Add Cortex-M7 " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox