Branch: refs/heads/main Home: https://github.com/OpenAMP/openamp-system-reference Commit: c2c89575efbfa3428fa825dc0e06957fc7cce409 https://github.com/OpenAMP/openamp-system-reference/commit/c2c89575efbfa3428... Author: Felipe Neves felipe.neves@linaro.org Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths: M examples/zephyr/README.md A examples/zephyr/dual_qemu_ivshmem/.gitignore A examples/zephyr/dual_qemu_ivshmem/README.rst A examples/zephyr/dual_qemu_ivshmem/host/CMakeLists.txt A examples/zephyr/dual_qemu_ivshmem/host/app.overlay A examples/zephyr/dual_qemu_ivshmem/host/boards/pcie_ivshmem.dtsi A examples/zephyr/dual_qemu_ivshmem/host/boards/qemu_cortex_a53.conf A examples/zephyr/dual_qemu_ivshmem/host/prj.conf A examples/zephyr/dual_qemu_ivshmem/host/src/main.c A examples/zephyr/dual_qemu_ivshmem/remote/CMakeLists.txt A examples/zephyr/dual_qemu_ivshmem/remote/app.overlay A examples/zephyr/dual_qemu_ivshmem/remote/boards/pcie_ivshmem.dtsi A examples/zephyr/dual_qemu_ivshmem/remote/boards/qemu_cortex_a53.conf A examples/zephyr/dual_qemu_ivshmem/remote/prj.conf A examples/zephyr/dual_qemu_ivshmem/remote/src/main.c A examples/zephyr/dual_qemu_ivshmem/rpmsg_ivshmem_backend/rpmsg_ivshmem_backend.c A examples/zephyr/dual_qemu_ivshmem/rpmsg_ivshmem_backend/rpmsg_ivshmem_backend.h
Log Message: ----------- examples: dual_qemu_ivshmem: add RPMsg over IVSHMEM sample code.
The additions include a backend to glue the Zephyr IVSHMEM device driver into the openAMP code making it usable to send data between two QEMU instances using the RPMsg protocol.
Also a custom shell command in the host side application is provided to send string messages for a number of times.
Signed-off-by: Felipe Neves felipe.neves@linaro.org
Commit: 9c752508112513cf44892a45fdfc2007d37ad591 https://github.com/OpenAMP/openamp-system-reference/commit/9c752508112513cf4... Author: Felipe Neves felipe.neves@linaro.org Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths: M west.yml
Log Message: ----------- west: update zephyr revsion to v3.4-branch
This revision contains the IVSHMEM infrastructure needed to make the RPMsg over it to work.
Signed-off-by: Felipe Neves felipe.neves@linaro.org
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/6a612fae306c...9...
openamp-rp@lists.openampproject.org