commit | 631127d86b76ca2de524562b6be80b5a6e3fc06a | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Thu Nov 21 13:09:01 2024 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Wed Jan 15 19:31:10 2025 +0100 |
tree | 874dce1ff6ac361a18010660be5e15fe11399aa5 | |
parent | 725ef5e135d36386d6dccba29028fe0ddf09271d [diff] [blame] |
Handle 16k and 64k translation granules Enable Xlat to handle 16k and 64k translation granules along different VA bit counts. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: Iab4fe066e813d5b75a5a6d45ba8498867cc5c541
diff --git a/Cargo.toml b/Cargo.toml index 930a5fd..e6d2250 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -35,4 +35,5 @@ default = [] feat_lva = [] feat_ttst = [] -feat_lpa2 = ["feat_lva"] +feat_lpa = [] +feat_lpa2 = ["feat_lpa", "feat_lva"]