mbox series

[0/3] arm-bsp/corstone1000: add external system control support

Message ID 20240426152014.356666-1-abdellatif.elkhlifi@arm.com
Headers show
Series arm-bsp/corstone1000: add external system control support | expand

Message

Abdellatif El Khlifi April 26, 2024, 3:20 p.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

add support for controlling  the external system core using Linux remoteproc subsystem

Abdellatif El Khlifi (3):
  arm-bsp/external-system: costone1000: install the firmware in the
    filesystem
  arm-bsp/u-boot: corstone1000: add external system DTS node
  arm-bsp/linux-yocto: corstone1000: add external system control support

 kas/corstone1000-image-configuration.yml      |   3 +
 .../external-system/external-system_0.1.0.bb  |  13 +-
 .../u-boot/u-boot-corstone1000.inc            |   5 +-
 ...efi-corstone1000-fwu-update-RPC-ABI.patch} |   0
 ...e1000-Change-MMCOMM-buffer-location.patch} |   0
 ...one1000-dts-add-external-system-node.patch |  34 ++
 ...remoteproc-Add-Arm-remoteproc-driver.patch | 488 ++++++++++++++++++
 ...rstone1000-external-system-device-no.patch |  42 ++
 ...ndings-remoteproc-Add-Arm-remoteproc.patch | 105 ++++
 .../linux/files/corstone1000/extsys.cfg       |   2 +
 .../linux/linux-arm-platforms.inc             |   7 +
 11 files changed, 693 insertions(+), 6 deletions(-)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0044-efi-corstone1000-fwu-update-RPC-ABI.patch => 0045-efi-corstone1000-fwu-update-RPC-ABI.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0045-Corstone1000-Change-MMCOMM-buffer-location.patch => 0046-Corstone1000-Change-MMCOMM-buffer-location.patch} (100%)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0047-corstone1000-dts-add-external-system-node.patch
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0001-remoteproc-Add-Arm-remoteproc-driver.patch
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0002-arm64-dts-Add-corstone1000-external-system-device-no.patch
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0003-dt-bindings-remoteproc-Add-Arm-remoteproc.patch
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/extsys.cfg

Comments

Jon Mason April 30, 2024, 3:21 a.m. UTC | #1
On Fri, 26 Apr 2024 16:20:11 +0100, abdellatif.elkhlifi@arm.com wrote:
> From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
> 
> add support for controlling  the external system core using Linux remoteproc subsystem
> 
> Abdellatif El Khlifi (3):
>   arm-bsp/external-system: costone1000: install the firmware in the
>     filesystem
>   arm-bsp/u-boot: corstone1000: add external system DTS node
>   arm-bsp/linux-yocto: corstone1000: add external system control support
> 
> [...]

Applied, thanks!

[1/3] arm-bsp/external-system: costone1000: install the firmware in the filesystem
      commit: 26d48f7322256c53ab74b8162efa868cfe9417c7
[2/3] arm-bsp/u-boot: corstone1000: add external system DTS node
      commit: 41a848cc93c66d7fe37ca67ebe850f0138fa112c
[3/3] arm-bsp/linux-yocto: corstone1000: add external system control support
      commit: 31de2fada25a4ac702764c25f0f2ea1410ed8bfa

Best regards,