Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Virtio MMIO device first implementation for stm32mp15 Soc #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

arnopo
Copy link
Collaborator

@arnopo arnopo commented Aug 29, 2023

This PR define a shared memory region to store the virtio MMIO register and I2C virtio vrings

The objective of this PR is only to share a first implementation and should not be merged in this state

We need to declare the shared memory region.

Signed-off-by: Nicolas Granger <[email protected]>
It was working with 2k but in practice we are declaring 32k everywhere.
And 2k is not enough for both vrings and dma buffers.

Signed-off-by: Nicolas Granger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants