Skip to content

Commit

Permalink
cmake_tool: add ELF loader setting for zynqmq 32
Browse files Browse the repository at this point in the history
Enable the ELF loader for 32-bit images on zynqmq platforms.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Aug 13, 2024
1 parent d3700e7 commit d6fc33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake-tool/helpers/application_settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function(ApplyData61ElfLoaderSettings kernel_platform kernel_sel4_arch)
set(IMAGE_START_ADDR 0x1000 CACHE INTERNAL "" FORCE)
endif()
if(KernelPlatformZynqmp AND KernelSel4ArchAarch32)
set(ElfloaderArmV8LeaveAarch64 ON CACHE BOOL "" FORCE)
set(IMAGE_START_ADDR 0x8000000 CACHE INTERNAL "" FORCE)
endif()
if(KernelPlatformSpike AND KernelSel4ArchRiscV32)
Expand Down

0 comments on commit d6fc33e

Please sign in to comment.