Branch: refs/heads/virtio-exp-v2023.10
Home: https://github.com/OpenAMP/open-amp
Commit: 963e8c5b1da01a3b038b5106d9b097f1bee1a95c
https://github.com/OpenAMP/open-amp/commit/963e8c5b1da01a3b038b5106d9b097f1…
Author: Dan Milea <dan.milea(a)windriver.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
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(a)windriver.com>
Commit: e021b8373ad4da995c87a34b41c664afd30a3194
https://github.com/OpenAMP/open-amp/commit/e021b8373ad4da995c87a34b41c664af…
Author: Dan Milea <dan.milea(a)windriver.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
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(a)windriver.com>
Commit: 23058fc10872af763a11940555dd8f44faffe734
https://github.com/OpenAMP/open-amp/commit/23058fc10872af763a11940555dd8f44…
Author: Dan Milea <dan.milea(a)windriver.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
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(a)windriver.com>
Commit: ead7ad8bb0a0db925e3a7e2a42ca6def8b8c399b
https://github.com/OpenAMP/open-amp/commit/ead7ad8bb0a0db925e3a7e2a42ca6def…
Author: Felipe Neves <felipe.neves(a)linaro.org>
Date: 2023-12-14 (Thu, 14 Dec 2023)
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(a)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(a)st.com>
Signed-off-by: Felipe Neves <felipe.neves(a)linaro.org>
Commit: a76b28b2486089cd0c861233f4d7bebf8acf63fc
https://github.com/OpenAMP/open-amp/commit/a76b28b2486089cd0c861233f4d7bebf…
Author: Felipe Neves <felipe.neves(a)linaro.org>
Date: 2023-12-14 (Thu, 14 Dec 2023)
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(a)linaro.org>
Compare: https://github.com/OpenAMP/open-amp/compare/963e8c5b1da0%5E...a76b28b24860
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
All,
The meeting today will appear one hour later for anyone in North
American in an area that practices Day Light Savings. This meeting is
tied to UK time and they will not move to daylight savings until the end
of March.
Bill
--
Bill Mills
Principal Technical Consultant, Linaro
+1-240-643-0836
TZ: US Eastern
Work Schedule: Tues/Wed/Thur
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 198e2e69a98931162b08c7193633ad9f1077f9f7
https://github.com/OpenAMP/open-amp/commit/198e2e69a98931162b08c7193633ad9f…
Author: Yongrong Wang <wangyongrong(a)xiaomi.com>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M lib/include/openamp/remoteproc.h
M lib/include/openamp/remoteproc_virtio.h
M lib/include/openamp/rpmsg.h
M lib/include/openamp/virtio.h
M lib/remoteproc/remoteproc.c
M lib/remoteproc/remoteproc_virtio.c
M lib/rpmsg/rpmsg_virtio.c
Log Message:
-----------
Revert "openamp: add new ops wait_notified() to avoid looping in tx buffer get"
This reverts commit 95802c1d0328d2d0fe97fc744aa213eb8bc0e466.
Signed-off-by: Yongrong Wang <wangyongrong(a)xiaomi.com>
Commit: 15b4a8b6210ef0241fb0f62133ad15ebdf48e9bd
https://github.com/OpenAMP/open-amp/commit/15b4a8b6210ef0241fb0f62133ad15eb…
Author: Yongrong Wang <wangyongrong(a)xiaomi.com>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M lib/include/openamp/rpmsg.h
M lib/include/openamp/rpmsg_virtio.h
M lib/rpmsg/rpmsg_virtio.c
Log Message:
-----------
openamp: add notify_wait_cb to avoid looping in tx buffer get
Give users a chance to handle the no tx buffer situation when get tx
buffer, with this patch, user can set the notify_wait_cb in driver
and this callback function will be called to handle the wait when no
tx buffer in tx virtqueue.
Signed-off-by: Yongrong Wang <wangyongrong(a)xiaomi.com>
Compare: https://github.com/OpenAMP/open-amp/compare/79b795e954e1...15b4a8b6210e
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications