Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 962b6ef07116e5265216319b107f7f581fbeaa8c https://github.com/OpenAMP/open-amp/commit/962b6ef07116e5265216319b107f7f581... Author: Andrew Davis afd@ti.com Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths: M lib/include/openamp/rpmsg_virtio.h
Log Message: ----------- rpmsg_virtio: Deprecate rpmsg_virtio_{create,delete}_virtqueues helpers
These are only used internally by rpmsg_virtio. They also already exist as part of the virtio API. Do not create an extra wrapper API out of these functions. Deprecate these functions.
Signed-off-by: Andrew Davis afd@ti.com
Commit: 435a74175af32949e46f9cf4d3aa7044ada9e0a9 https://github.com/OpenAMP/open-amp/commit/435a74175af32949e46f9cf4d3aa7044a... Author: Andrew Davis afd@ti.com Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths: M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg_virtio: Do not use rpmsg_virtio_{create,delete}_virtqueues helpers
These are only used internally by rpmsg_virtio. They also already exist as part of the virtio API. Do not create an extra wrapper API out of these functions. Use the virtio functions directly in rpmsg_virtio.c.
Signed-off-by: Andrew Davis afd@ti.com
Commit: d233fdc1104a84ba31c00c31e8d87af03c96f0c2 https://github.com/OpenAMP/open-amp/commit/d233fdc1104a84ba31c00c31e8d87af03... Author: Andrew Davis afd@ti.com Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths: M lib/include/openamp/rpmsg_virtio.h
Log Message: ----------- rpmsg_virtio: Deprecate functions that duplicate virtio functions
Do not expose new functions that reach into structs not belonging to rpmsg_virtio, that breaks layering. Functions to access these members of struct virtio are already provided by virtio, use those instead. Deprecate the unneeded and layer breaking rpmsg_virtio functions for the same.
Signed-off-by: Andrew Davis afd@ti.com
Commit: 2427641697e5b5536da1b52e3adf849337df5aa4 https://github.com/OpenAMP/open-amp/commit/2427641697e5b5536da1b52e3adf84933... Author: Andrew Davis afd@ti.com Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths: M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg_virtio: Do not use rpmsg_virtio_{get,set} helpers
These functions are deprecated, use their replacements.
Signed-off-by: Andrew Davis afd@ti.com
Commit: d13dd90c5627be94dac5957d0096f854dd6c84f9 https://github.com/OpenAMP/open-amp/commit/d13dd90c5627be94dac5957d0096f854d... Author: Andrew Davis afd@ti.com Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths: M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg_virtio: Return error code if waiting for remote fails
If we cannot finish waiting for the remote to be ready to start RPMsg communication then return and propagate an error.
Signed-off-by: Andrew Davis afd@ti.com
Compare: https://github.com/OpenAMP/open-amp/compare/d50bb033a9aa...d13dd90c5627
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
openamp-rp@lists.openampproject.org