commit | a8a4a20b25d2bdd8e7c89c2673144f703e436998 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Nov 03 14:16:46 2022 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 28 21:52:06 2022 +0000 |
tree | fe7bd09368c94d365723451504ce22e712ec5bcc | |
parent | ef2030e839a8c136f79e6cfad6f74acc3ff0983a [diff] [blame] |
pvmfw: Support managing page tables dynamically Integrate the aarch64_paging crate to allow mapping/unmapping regions of memory as necessary. Bug: 249054080 Bug: 249723852 Bug: 256827715 Test: atest MicrodroidTestApp Change-Id: I97947c3852d4748bc29ce00709b4cec2d236e5a7
diff --git a/pvmfw/src/main.rs b/pvmfw/src/main.rs index 8178d0b..8caf020 100644 --- a/pvmfw/src/main.rs +++ b/pvmfw/src/main.rs
@@ -24,6 +24,7 @@ mod heap; mod helpers; mod mmio_guard; +mod mmu; mod smccc; use avb::PUBLIC_KEY;