Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zynqmp 2022 1 #129

Merged
merged 3 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/VM_Arm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ config_choice(
compatible with the seL4 kernel device tree"
"2018_3;VmZynqmpPetalinux2018_3;ZYNQMP_PETALINUX_2018_3;KernelPlatformZynqmp"
"2021_1;VmZynqmpPetalinux2021_1;ZYNQMP_PETALINUX_2021_1;KernelPlatformZynqmp"
"2022_1;VmZynqmpPetalinux2022_1;ZYNQMP_PETALINUX_2022_1;KernelPlatformZynqmp"
)

add_config_library(arm_vm "${configure_string}")
Expand Down
1 change: 1 addition & 0 deletions components/VM_Arm/plat_include/zynqmp/plat/smc.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#define SMC_PM_CLOCK_PLL_GETPARAM 0xC2000030
#define SMC_PM_REGISTER_ACCESS 0xC2000034
#define SMC_PM_EFUSE_ACCESS 0xC2000035
#define SMC_PM_ADD_SUBSYSTEM 0xC2000036
#define SMC_PM_FEATURE_CHECK 0xC200003F
#define SMC_PM_API_MAX 0xC2000040

Expand Down