lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 16 Aug 2018 00:06:23 -0700
From:   Wendy Liang <wendy.liang@...inx.com>
To:     <ohad@...ery.com>, <bjorn.andersson@...aro.org>,
        <michal.simek@...inx.com>, <robh+dt@...nel.org>,
        <mark.rutland@....com>, <rajan.vaja@...inx.com>,
        <jollys@...inx.com>
CC:     <linux-remoteproc@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        Wendy Liang <jliang@...inx.com>
Subject: [PATCH 0/7] Add Xilinx ZynqMP R5 remoteproc driver

There are Cortex-R5 processors on Xilinx ZynqMP UltraScale+
MPSoC.
This patch is to add an Xilinx ZynqMP R5 remoteproc driver to
enable Linux kernel to bringup R5, and enable communication
between Linux kernel and R5.

This patch series is based on top of Xilinx firmware patch set:
https://patchwork.kernel.org/cover/10555405/

Wendy Liang (7):
  firmware: xlnx-zynqmp: Add RPU ioctl enums
  firmware: xlnx-zynqmp: Add request ack enums
  firmware: xilinx-zynqmp: Add request access capability macro
  firmware: xlnx-zynqmp: Add request/release node
  firmware: xlnx-zynqmp: Add shutdown/wakeup request
  remoteproc: Add Xilinx ZynqMP R5 remoteproc
  Documentation: devicetree: Add Xilinx R5 rproc binding

 .../remoteproc/xlnx,zynqmp-r5-remoteproc.txt       |  81 +++
 drivers/firmware/xilinx/zynqmp.c                   |  65 ++
 drivers/remoteproc/Kconfig                         |   9 +
 drivers/remoteproc/Makefile                        |   1 +
 drivers/remoteproc/zynqmp_r5_remoteproc.c          | 692 +++++++++++++++++++++
 include/linux/firmware/xlnx-zynqmp.h               |  43 ++
 6 files changed, 891 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/xlnx,zynqmp-r5-remoteproc.txt
 create mode 100644 drivers/remoteproc/zynqmp_r5_remoteproc.c

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ