From b6a1386cdd2488b416dbc280ebcea87e4490eb6d Mon Sep 17 00:00:00 2001 From: Robbie VanVossen Date: Thu, 5 Sep 2024 09:36:12 -0400 Subject: [PATCH] Enable KernelAllowSMCCalls for the zcu102 board Signed-off-by: Robbie VanVossen --- build_sdk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build_sdk.py b/build_sdk.py index 2619b067..74a2284f 100644 --- a/build_sdk.py +++ b/build_sdk.py @@ -104,6 +104,7 @@ class ConfigInfo: "KernelArmExportPCNTUser": True, "KernelArmHypervisorSupport": True, "KernelArmVtimerUpdateVOffset": False, + "KernelAllowSMCCalls": True, }, examples={ "hello": Path("example/zcu102/hello")