forked from Imagelibrary/seL4
Compare commits
2 Commits
lsf37/risc
...
imx8-fpu-v
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
453ad135e2 | ||
|
|
c6e5c39607 |
@@ -9,7 +9,9 @@
|
|||||||
include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake)
|
include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake)
|
||||||
cmake_script_build_kernel()
|
cmake_script_build_kernel()
|
||||||
|
|
||||||
set(KernelPlatform "imx6" CACHE STRING "")
|
set(KernelPlatform "imx8mm-evk" CACHE STRING "")
|
||||||
|
set(KernelSel4Arch "aarch32" CACHE STRING "")
|
||||||
|
set(KernelAArch32FPUEnableContextSwitch ON CACHE BOOL "")
|
||||||
set(KernelVerificationBuild ON CACHE BOOL "")
|
set(KernelVerificationBuild ON CACHE BOOL "")
|
||||||
set(KernelIPCBufferLocation "threadID_register" CACHE STRING "")
|
set(KernelIPCBufferLocation "threadID_register" CACHE STRING "")
|
||||||
set(KernelMaxNumNodes "1" CACHE STRING "")
|
set(KernelMaxNumNodes "1" CACHE STRING "")
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ config_option(
|
|||||||
operations in a multithreading environment, instead of relying on \
|
operations in a multithreading environment, instead of relying on \
|
||||||
software emulation of FPU/VFP from the C library (e.g. mfloat-abi=soft)."
|
software emulation of FPU/VFP from the C library (e.g. mfloat-abi=soft)."
|
||||||
DEFAULT ON
|
DEFAULT ON
|
||||||
DEPENDS "KernelSel4ArchAarch32;NOT KernelArchArmV6;NOT KernelVerificationBuild"
|
DEPENDS "KernelSel4ArchAarch32;NOT KernelArchArmV6"
|
||||||
DEFAULT_DISABLED OFF
|
DEFAULT_DISABLED OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user