About devices and MMIO regions #35905
carlocaione
started this conversation in
RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Until a few months ago Zephyr was mainly targeted to platforms with no MMU. Things are quickly changing with now at least ARM64 and X86 supporting MMU.
This is creating a new class of problems: how drivers should ask for the kernel page-table mapping for their IO device region.
Currently there are two ways of doing this in Zephyr:
What I'd like to discuss here is:
tagging some good people @npitre @dcpleung @MaureenHelm @ioannisg @galak @nashif @povergoing @carlescufi
Beta Was this translation helpful? Give feedback.
All reactions