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

ARM64/MMU small bits #55501

Merged
merged 2 commits into from
Mar 13, 2023
Merged

ARM64/MMU small bits #55501

merged 2 commits into from
Mar 13, 2023

Conversation

npitre
Copy link
Collaborator

@npitre npitre commented Mar 6, 2023

Slightly improve the debugging trace code, and don't let arch_mem_map()
overwrite existing mappings.

@npitre npitre requested a review from carlocaione as a code owner March 6, 2023 20:54
@zephyrbot zephyrbot added the area: ARM64 ARM (64-bit) Architecture label Mar 6, 2023
carlocaione
carlocaione previously approved these changes Mar 6, 2023
povergoing
povergoing previously approved these changes Mar 7, 2023
@povergoing
Copy link
Member

Seems a similar CI failure with #48297. Might it relate to Qemu ICOUNT #14173?

Nicolas Pitre added 2 commits March 7, 2023 13:53
Display table allocations and whether or not mappings
can be overwritten.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
If so this is most certainly a bug. arch_mem_unmap() should be
used before mapping the same area again.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
@carlescufi carlescufi merged commit bcef633 into zephyrproject-rtos:main Mar 13, 2023
@npitre npitre deleted the armmmu2 branch May 25, 2023 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ARM64 ARM (64-bit) Architecture
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants