Caleb Connolly 7ff2dfb604 arm64: add software pagetable walker
Add a basic software implementation of the ARM64 pagetable walker. This
can be used for debugging U-Boot's pagetable, as well as dumping the
pagetable from the previous bootloader stage if it used one (by reading
out the ttbr address).

One can either call dump_pagetable() to print the pagetable to the
console with the default formatter, or implement their own pagetable
handler using walke_pagetable() with a custom pte_walker_cb_t callback.

All of the added code is discarded when unused, hence there is no need
to add an additional Kconfig option for this.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
2024-06-25 17:22:30 -06:00
..
2023-04-25 15:31:27 -04:00
2022-04-01 16:56:53 -04:00
2023-01-31 15:46:39 +01:00
2023-02-07 14:33:49 -05:00
2023-01-31 15:46:39 +01:00
2024-02-29 09:24:22 -05:00