Branch: refs/heads/virtio-exp Home: https://github.com/OpenAMP/open-amp Commit: cf151b83bdf7e0d7c989e5cbb0351b28a2ec7bf6 https://github.com/OpenAMP/open-amp/commit/cf151b83bdf7e0d7c989e5cbb0351b28a... Author: Vincent Guittot vincent.guittot@linaro.org Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths: M lib/include/openamp/virtio.h M lib/virtio/virtio.c
Log Message: ----------- virtio: add virtio scmi device
Include SCMI device in VIRTIO ident list.
Signed-off-by: Vincent Guittot vincent.guittot@linaro.org Signed-off-by: Dan Milea dan.milea@windriver.com
Commit: befd6025bc822651da084c9f46daa287f6dce4b2 https://github.com/OpenAMP/open-amp/commit/befd6025bc822651da084c9f46daa287f... Author: Vincent Guittot vincent.guittot@linaro.org Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths: M lib/include/openamp/virtio.h
Log Message: ----------- virtqueue: add virtio version field
Add version field in virtio_device_id struct so it can be used when action related to the protocol version is required
Signed-off-by: Vincent Guittot vincent.guittot@linaro.org Signed-off-by: Dan Milea dan.milea@windriver.com
Commit: cc6c85d95856e6acc77e47caaf56c714ef8549ff https://github.com/OpenAMP/open-amp/commit/cc6c85d95856e6acc77e47caaf56c714e... Author: Vincent Guittot vincent.guittot@linaro.org Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths: M lib/include/openamp/virtqueue.h M lib/virtio/virtqueue.c
Log Message: ----------- virtio: chained descriptors
Support chained descriptors for slave mode.
Signed-off-by: Vincent Guittot vincent.guittot@linaro.org Signed-off-by: Dan Milea dan.milea@windriver.com
Commit: e400b75451df12ebf5d43fb690efc3b5ff6678c5 https://github.com/OpenAMP/open-amp/commit/e400b75451df12ebf5d43fb690efc3b5f... Author: Vincent Guittot vincent.guittot@linaro.org Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths: M lib/include/openamp/virtio.h
Log Message: ----------- virtio: add more features bits
Add VIRTIO_F_ACCESS_PLATFORM for limited memory access Add VIRTIO_F_RING_PACKED for packed vring support
Signed-off-by: Vincent Guittot vincent.guittot@linaro.org Signed-off-by: Dan Milea dan.milea@windriver.com
Commit: 1b707deaf0ff11dd0cee5992b06c61676169d3e6 https://github.com/OpenAMP/open-amp/commit/1b707deaf0ff11dd0cee5992b06c61676... Author: Dan Milea dan.milea@windriver.com Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths: M lib/CMakeLists.txt M lib/include/openamp/virtio.h A lib/include/openamp/virtio_mmio.h M lib/include/openamp/virtqueue.h A lib/virtio_mmio/CMakeLists.txt A lib/virtio_mmio/virtio_mmio.c
Log Message: ----------- virtio: virtio-mmio framework
VIRTIO MMIO framework for OpenAMP.
Signed-off-by: Dan Milea dan.milea@windriver.com
Commit: 5bca69f43b95865dfbc33f693329d15e1439fce2 https://github.com/OpenAMP/open-amp/commit/5bca69f43b95865dfbc33f693329d15e1... Author: Dan Milea dan.milea@windriver.com Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths: A zephyr/CMakeLists.txt A zephyr/README A zephyr/module.yml
Log Message: ----------- Zephyr build files
This is needed to allow using the upstream open-amp repository and to avoid forking zephyrproject-rtos/open-amp.
Signed-off-by: Dan Milea dan.milea@windriver.com
Compare: https://github.com/OpenAMP/open-amp/compare/586e8cdfbc45...5bca69f43b95
openamp-rp@lists.openampproject.org