Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 3882872bd5d89bbcd87ea3c5288a71882fde89de https://github.com/OpenAMP/open-amp/commit/3882872bd5d89bbcd87ea3c5288a71882... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths: M cmake/options.cmake
Log Message: ----------- options: fix typo
Fix typo for WITH_DCACHE_BUFFERS option.
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Commit: ca0747ebece056b50a50b67130a12b0e900a9f71 https://github.com/OpenAMP/open-amp/commit/ca0747ebece056b50a50b67130a12b0e9... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths: M lib/include/openamp/virtqueue.h M lib/virtio/virtqueue.c
Log Message: ----------- virtqueue: move VRING_FLUSH and VRING_INVALIDATE to header
Move VRING_FLUSH and VRING_INVALIDATE defines to header file.
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Commit: 95a9038ca6598460d85c853d12b027b4e256dff2 https://github.com/OpenAMP/open-amp/commit/95a9038ca6598460d85c853d12b027b4e... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths: M lib/include/openamp/rpmsg_virtio.h M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg: buffers flush/invalidate
Do buffers flush and invalidate the same as with vrings and resource table: - add defines in header file; - call BUFFER_FLUSH/BUFFER_INVALIDATE where necessary.
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Commit: b4f10fbb693fb5e573ad377bc17f95fcb6eebcab https://github.com/OpenAMP/open-amp/commit/b4f10fbb693fb5e573ad377bc17f95fcb... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths: M lib/include/openamp/remoteproc_virtio.h M lib/include/openamp/rpmsg_virtio.h M lib/include/openamp/virtqueue.h M lib/virtio/virtqueue.c
Log Message: ----------- virtqueue: define a common cache flush/invalidate
Since all cache operations, for vrings, buffer and resource table are using metal_cache_flush and metal_cache_invalidate, define a common function for all.
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Commit: f2162a69ac6764749a2e326d580921095c2527d9 https://github.com/OpenAMP/open-amp/commit/f2162a69ac6764749a2e326d580921095... Author: Iuliana Prodan iuliana.prodan@nxp.com Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths: M README.md M cmake/options.cmake M lib/include/openamp/remoteproc_virtio.h M lib/include/openamp/rpmsg_virtio.h M lib/include/openamp/virtqueue.h
Log Message: ----------- options: add option for all cache operations
Add WITH_DCACHE operation used for all cache operations: vrings, buffers and resource table. The other options will be deprecated - add warning message for this.
Add info for WITH_DCACHE option in README.
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com
Compare: https://github.com/OpenAMP/open-amp/compare/ca723b84185c...f2162a69ac67
openamp-rp@lists.openampproject.org