mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v3 0/3] remoteproc for barebox
@ 2019-09-23  9:55 Oleksij Rempel
  2019-09-23  9:55 ` [PATCH v3 1/3] elf: add missing elf32_shdr Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Oleksij Rempel @ 2019-09-23  9:55 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

changes v3:
- rebase against latest barebox version
- remove [PATCH v2 1/4] add syscon_regmap_lookup_by_phandle() support

Oleksij Rempel (3):
  elf: add missing elf32_shdr
  of: base: don't try to read cells_name property if no cells_name set
  port reduced version of remoteproc framework from linux

 drivers/Kconfig                            |   1 +
 drivers/Makefile                           |   1 +
 drivers/of/base.c                          |   3 +-
 drivers/remoteproc/Kconfig                 |  26 ++
 drivers/remoteproc/Makefile                |   7 +
 drivers/remoteproc/imx_rproc.c             | 402 +++++++++++++++++++++
 drivers/remoteproc/remoteproc_core.c       | 166 +++++++++
 drivers/remoteproc/remoteproc_elf_loader.c |  88 +++++
 drivers/remoteproc/remoteproc_internal.h   |  30 ++
 include/elf.h                              |   2 +-
 include/linux/remoteproc.h                 |  51 +++
 11 files changed, 775 insertions(+), 2 deletions(-)
 create mode 100644 drivers/remoteproc/Kconfig
 create mode 100644 drivers/remoteproc/Makefile
 create mode 100644 drivers/remoteproc/imx_rproc.c
 create mode 100644 drivers/remoteproc/remoteproc_core.c
 create mode 100644 drivers/remoteproc/remoteproc_elf_loader.c
 create mode 100644 drivers/remoteproc/remoteproc_internal.h
 create mode 100644 include/linux/remoteproc.h

-- 
2.23.0


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

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

end of thread, other threads:[~2019-09-26  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23  9:55 [PATCH v3 0/3] remoteproc for barebox Oleksij Rempel
2019-09-23  9:55 ` [PATCH v3 1/3] elf: add missing elf32_shdr Oleksij Rempel
2019-09-23  9:55 ` [PATCH v3 2/3] of: base: don't try to read cells_name property if no cells_name set Oleksij Rempel
2019-09-23  9:55 ` [PATCH v3 3/3] port reduced version of remoteproc framework from linux Oleksij Rempel
2019-09-26  6:43 ` [PATCH v3 0/3] remoteproc for barebox Sascha Hauer

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