OpenAMP / open-amp

The main OpenAMP library implementing RPMSG, Virtio, and Remoteproc for RTOS etc
https://www.openampproject.org/
Other
678 stars 278 forks source link

Virtio native support for lib openamp #494

Closed danmilea closed 10 months ago

danmilea commented 1 year ago

This patch-set introduces "native" virtio MMIO driver support in lib open-amp. The framework currently supports entropy, console and network virtio devices.

arnopo commented 9 months ago

@danmilea Regression found in Zephyr here: https://github.com/zephyrproject-rtos/open-amp/pull/17#issuecomment-1740812546 For the coming release I propose to remove VRING_ALIGNMENT and VRING_DECLARE that are unused yet.

danmilea commented 9 months ago

@arnopo I created a pull request to rename the offending macro.