
26 Jun
2024
26 Jun
'24
3:37 p.m.
On Mon, 17 Jun 2024 10:03:46 +0200, Caleb Connolly wrote:
MMU issues are some of the most frustrating to debug. To make this slightly less unbearable, introduce a software pagetable walker for ARMv8. This can be called to dump a pagetable with the default formatter, or a custom callback can be provided to implement more complicated parsing.
This can also be useful to dump the pagetable used by a previous bootloader stage (by reading out the ttbr register).
[...]
Applied to u-boot/next, thanks!
--
Tom