mbox series

[0/2] Add MHU and RPMSG driver for cs1k

Message ID 20220922145956.56063-1-emekcan.aras@arm.com
Headers show
Series Add MHU and RPMSG driver for cs1k | expand

Message

Emekcan Aras Sept. 22, 2022, 2:59 p.m. UTC
From: Emekcan <emekcan.aras@arm.com>

The host uses MHUs to send/receive data from the external 
system in corstone1000. These commits add MHU mailbox device
tree bindings and rpmsg mailbox driver. The host can now use 
the driver under /dev/rpmsg0_ctrl0 to communicate with external 
system.

Emekcan (2):
  arm-bsp/u-boot: Add external system MHUs to u-boot device tree
  arm-bsp/kernel: Add rpmsg_arm_mailbox to corstone1000

 ...d-rpmsg-client-to-u-boot-device-tree.patch |  81 +++++++
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |   1 +
 ...03-Add-rpsmg-driver-for-corstone1000.patch | 222 ++++++++++++++++++
 .../linux/files/corstone1000/defconfig        |   7 +-
 .../linux/linux-arm-platforms.inc             |   1 +
 5 files changed, 311 insertions(+), 1 deletion(-)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0027-Add-mhu-and-rpmsg-client-to-u-boot-device-tree.patch
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0003-Add-rpsmg-driver-for-corstone1000.patch

Comments

Jon Mason Sept. 23, 2022, 3:30 p.m. UTC | #1
On Thu, 22 Sep 2022 15:59:54 +0100, emekcan.aras@arm.com wrote:
> The host uses MHUs to send/receive data from the external
> system in corstone1000. These commits add MHU mailbox device
> tree bindings and rpmsg mailbox driver. The host can now use
> the driver under /dev/rpmsg0_ctrl0 to communicate with external
> system.
> 
> Emekcan (2):
>   arm-bsp/u-boot: Add external system MHUs to u-boot device tree
>   arm-bsp/kernel: Add rpmsg_arm_mailbox to corstone1000
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/u-boot: Add external system MHUs to u-boot device tree
      commit: b573b29b766f231b6d3a21b21426738b2ce9d69a
[2/2] arm-bsp/kernel: Add rpmsg_arm_mailbox to corstone1000
      commit: be8890bb034cb7d850e975041baba04cca2fb93e

Best regards,
Jon Mason Sept. 28, 2022, 1:41 p.m. UTC | #2
On Thu, 22 Sep 2022 15:59:54 +0100, emekcan.aras@arm.com wrote:
> The host uses MHUs to send/receive data from the external
> system in corstone1000. These commits add MHU mailbox device
> tree bindings and rpmsg mailbox driver. The host can now use
> the driver under /dev/rpmsg0_ctrl0 to communicate with external
> system.
> 
> Emekcan (2):
>   arm-bsp/u-boot: Add external system MHUs to u-boot device tree
>   arm-bsp/kernel: Add rpmsg_arm_mailbox to corstone1000
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/u-boot: Add external system MHUs to u-boot device tree
      commit: b573b29b766f231b6d3a21b21426738b2ce9d69a
[2/2] arm-bsp/kernel: Add rpmsg_arm_mailbox to corstone1000
      commit: be8890bb034cb7d850e975041baba04cca2fb93e

Best regards,
Jon Mason Sept. 29, 2022, 6:56 p.m. UTC | #3
On Thu, 22 Sep 2022 15:59:54 +0100, emekcan.aras@arm.com wrote:
> The host uses MHUs to send/receive data from the external
> system in corstone1000. These commits add MHU mailbox device
> tree bindings and rpmsg mailbox driver. The host can now use
> the driver under /dev/rpmsg0_ctrl0 to communicate with external
> system.
> 
> Emekcan (2):
>   arm-bsp/u-boot: Add external system MHUs to u-boot device tree
>   arm-bsp/kernel: Add rpmsg_arm_mailbox to corstone1000
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/u-boot: Add external system MHUs to u-boot device tree
      commit: b573b29b766f231b6d3a21b21426738b2ce9d69a
[2/2] arm-bsp/kernel: Add rpmsg_arm_mailbox to corstone1000
      commit: be8890bb034cb7d850e975041baba04cca2fb93e

Best regards,