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

layout: Add MMIO memory attribute #293

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

retrage
Copy link
Contributor

@retrage retrage commented Nov 5, 2023

As reported in issue #289, there was an allocation issue with the MMIO region for AArch64 in the EFI layer. This was initially addressed by PR #290, thanks to @jongwu. However, the solution appeared to be somewhat ad-hoc, raising same concerns with the RL011 UART MMIO region.

This PR adds MemoryAttribute::Mmio and an MMIO memory descriptor for AArch64 memory layout.

Signed-off-by: Akira Moroo <retrage01@gmail.com>
Signed-off-by: Akira Moroo <retrage01@gmail.com>
@retrage retrage requested a review from rbradford November 5, 2023 02:28
@retrage retrage merged commit f34c82a into cloud-hypervisor:main Nov 7, 2023
4 checks passed
@retrage retrage deleted the mem-layout-mmio-support branch November 7, 2023 01:59
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