RFC: add initial support virtio mmio net, rng and serial frontend drivers #529
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR brings the work already done in the open-amp/virtio-exp branch and targets them to the upstream, it is composed by the implementations of the front end drivers of Serial, Networking and RNG kind of devices under the native virtio-mmio transport, for example using the device side implemented into QEMU. It is on top of the work did by @danmilea with some changes to reflect the recent updates on the open-amp functions.
Although the implementations of the devices above are complete, there are some decisions regarding the placement of the VRINGS and how to expose them for both sides needs to be taken, and until that this PR can be reviewed but it should not merged.
The current drivers were tested against following Zephyr RTOS branch,
which provided some samples to evaluate each of the devices: