Hello all,

This series adds support for the Microchip Inter-Processor
Communication (IPC) remoteproc platform driver.

Microchip RISC-V SoCs typically contain one or more clusters. Clusters
can operate in Asymmetric Multi-Processing (AMP) mode, where individual
cores or groups of cores run as independent software contexts.

The configuration is flexible, as the set of cores or clusters that can
be controlled as remote processors may vary, and memory regions used
for firmware as well as mailbox assignments depend on the system
design.

Communication with remote cores or clusters is abstracted using ecalls
to the platform's Supervisor Binary Interface (SBI) firmware, through
which the state of remote cores or clusters are controlled.

Changes in v3:
- dt-bindings:
  - Improve commit message and property descriptions as per feedback.
  - Add cpu property and update memory region descriptions.
  - Implement conditional to handle required properties
  - Implement conditionals on vring memory regions

- mchp_remoteproc driver:
  - Drop "ipc_sbi" from Makefile and rename driver file
    to mchp_remoteproc.c
  - Add support for using remote cluster CPU ID for life
    cycle management via SBI interface
  - Improve documentation for early and late boot use cases
  - Improve resource table mapping and error handling
- Link to v2: 
https://lore.kernel.org/r/[email protected]/

Changes in v2:
 - simplify memory region handling with memory-region-names
 - rename compatible to "microchip,ipc-sbi-remoteproc"
 - rephrase dt binding commit  subject, message and description property
 - drop microchip,auto-boot and microchip,skip-ready-wait properties
 - fix memory-region constraints and add memory-region-names
 - fix binding example and add examples for all use cases
 - Link to v1: 
https://lore.kernel.org/r/[email protected]/

Thanks,
Valentina

Valentina Fernandez (2):
  dt-bindings: remoteproc: add Microchip IPC remoteproc
  remoteproc: add support for Microchip IPC remoteproc platform driver

 .../microchip,ipc-sbi-remoteproc.yaml         | 131 ++++
 drivers/remoteproc/Kconfig                    |  12 +
 drivers/remoteproc/Makefile                   |   1 +
 drivers/remoteproc/mchp_remoteproc.c          | 613 ++++++++++++++++++
 4 files changed, 757 insertions(+)
 create mode 100644 
Documentation/devicetree/bindings/remoteproc/microchip,ipc-sbi-remoteproc.yaml
 create mode 100644 drivers/remoteproc/mchp_remoteproc.c

-- 
2.34.1


Reply via email to