Branch: refs/heads/virtio-exp-v2025.04 Home: https://github.com/OpenAMP/open-amp Commit: 5ec5c10f741becf7d2840ee64ca2d86912784074 https://github.com/OpenAMP/open-amp/commit/5ec5c10f741becf7d2840ee64ca2d8691... Author: Dan Milea dan.milea@windriver.com Date: 2025-05-15 (Thu, 15 May 2025)
Changed paths: A lib/include/openamp/virtio_rng_drv.h M lib/virtio_mmio/CMakeLists.txt A lib/virtio_mmio/virtio_rng_drv.c
Log Message: ----------- virtio-mmio: entropy device
Added virtio entropy device support.
Signed-off-by: Dan Milea dan.milea@windriver.com
Commit: 60faf773e8411b35eebff6a1e44c1ad701d49086 https://github.com/OpenAMP/open-amp/commit/60faf773e8411b35eebff6a1e44c1ad70... Author: Dan Milea dan.milea@windriver.com Date: 2025-05-15 (Thu, 15 May 2025)
Changed paths: A lib/include/openamp/virtio_net_drv.h M lib/virtio_mmio/CMakeLists.txt A lib/virtio_mmio/virtio_net_drv.c
Log Message: ----------- virtio-mmio: network device
Added virtio network device support.
Signed-off-by: Dan Milea dan.milea@windriver.com
Commit: b0d05292876b2b2bd96a98bd408f46ca503a1f81 https://github.com/OpenAMP/open-amp/commit/b0d05292876b2b2bd96a98bd408f46ca5... Author: Dan Milea dan.milea@windriver.com Date: 2025-05-15 (Thu, 15 May 2025)
Changed paths: A lib/include/openamp/virtio_serial_drv.h M lib/virtio_mmio/CMakeLists.txt A lib/virtio_mmio/virtio_serial_drv.c
Log Message: ----------- virtio-mmio: console device
Added virtio console device support.
Signed-off-by: Dan Milea dan.milea@windriver.com
Commit: 911424a0ee6299cbb35d893757bc5f9c70501a9e https://github.com/OpenAMP/open-amp/commit/911424a0ee6299cbb35d893757bc5f9c7... Author: Felipe Neves felipe.neves@linaro.org Date: 2025-05-15 (Thu, 15 May 2025)
Changed paths: M cmake/options.cmake M lib/include/openamp/virtio.h A lib/include/openamp/virtio_mmio_dev.h M lib/virtio_mmio/CMakeLists.txt A lib/virtio_mmio/virtio_mmio_dev.c
Log Message: ----------- virtio-mmio: add initial support for Virtio MMIO device side
Signed-off-by: Felipe Neves felipe.neves@linaro.org
virtio_mmio_dev: initial support for device side
virtio mmio transport, it is based on work done originally by Nicolas Granger from ST: nicolas.granger01@st.com
Signed-off-by: Felipe Neves felipe.neves@linaro.org
Commit: 1cc0122d227d96de55eb25445f14f97553a984d7 https://github.com/OpenAMP/open-amp/commit/1cc0122d227d96de55eb25445f14f9755... Author: Felipe Neves felipe.neves@linaro.org Date: 2025-05-15 (Thu, 15 May 2025)
Changed paths: M lib/include/openamp/virtio_mmio.h R lib/include/openamp/virtio_mmio_dev.h M lib/virtio_mmio/virtio_mmio_dev.c
Log Message: ----------- virtio_mmio: unify device and driver interfaces into a
single header file.
Signed-off-by: Felipe Neves felipe.neves@linaro.org
Commit: 1f8a7cb9db21f753c776c9c024113d8cad18a17c https://github.com/OpenAMP/open-amp/commit/1f8a7cb9db21f753c776c9c024113d8ca... Author: Dan Milea dan.milea@windriver.com Date: 2025-05-15 (Thu, 15 May 2025)
Changed paths: M lib/include/openamp/virtio_mmio.h A lib/include/openamp/virtio_mmio_hvl.h M lib/virtio/virtqueue.c M lib/virtio_mmio/CMakeLists.txt M lib/virtio_mmio/virtio_mmio_drv.c A lib/virtio_mmio/virtio_mmio_hvl.c M lib/virtio_mmio/virtio_serial_drv.c
Log Message: ----------- virtio-mmio: hypervisor-less mode
Added support for hypervisor-less virtio. - HVP dispatch function table - Semaphore-based configuration synchronization mechanism when in yield-capable context
Signed-off-by: Dan Milea dan.milea@windriver.com
Compare: https://github.com/OpenAMP/open-amp/compare/604cdf9a4561...1f8a7cb9db21
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications