Skip to content
Merged
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
5 changes: 5 additions & 0 deletions settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ set(KernelNumDomains 1 CACHE STRING "" FORCE)
# and they don't initialize a platsupport driver.
ApplyCommonReleaseVerificationSettings(FALSE FALSE)

if (KernelSel4ArchAarch32)
# Set correct aarch32 TLS register config
set(KernelArmTLSReg tpidruro CACHE STRING "" FORCE)
endif()

# We will attempt to generate a simulation script, so try and generate a simulation
# compatible configuration
ApplyCommonSimulationSettings(${KernelSel4Arch})
Expand Down
Loading