Skip to content

Commit

Permalink
acs: configration for acs test
Browse files Browse the repository at this point in the history
Signed-off-by: Bokdeuk Jeong <[email protected]>
  • Loading branch information
bokdeuk-jeong committed May 27, 2024
1 parent 23435c3 commit 8fce20f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plat/fvp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ max_level_debug = ["log/max_level_debug", "islet_rmm/max_level_debug"]
max_level_trace = ["log/max_level_trace", "islet_rmm/max_level_trace"]
stat = ["islet_rmm/stat"]
realm_linux = ["islet_rmm/realm_linux"]
gst_page_table = ["islet_rmm/gst_page_table"]

[dependencies]
armv9a = { path = "../../lib/armv9a" }
Expand Down
2 changes: 2 additions & 0 deletions scripts/fvp-cca
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ def get_rmm_features(args):
features += ["--features", "stat"]
if args.realm == "linux" or args.realm == "aosp" or args.use_prebuilt == True:
features += ["--features", "realm_linux"]
if args.normal_world == "acs":
features += ["--features", "gst_page_table"]

if features:
print("[!] Setting", args.rmm, "features:", features)
Expand Down

0 comments on commit 8fce20f

Please sign in to comment.