mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-07-15 06:51:49 +00:00
processmanager: enable seL4 MCS support
Change-Id: Ifa716124c0f965c48375c2fd8944a4134d3a8306 GitOrigin-RevId: 5f723fa77db0c2ff7d63b5470ec09f8da8d2f1e5
This commit is contained in:
parent
4db610b909
commit
8d7b9fecf7
@ -7,7 +7,7 @@ edition = "2018"
|
||||
default = [
|
||||
"CONFIG_PRINTING",
|
||||
"CONFIG_DEBUG_BUILD",
|
||||
# "CONFIG_KERNEL_MCS",
|
||||
"CONFIG_KERNEL_MCS",
|
||||
]
|
||||
CONFIG_ARM_HYPERVISOR_SUPPORT = [
|
||||
"sel4-sys/CONFIG_ARM_HYPERVISOR_SUPPORT",
|
||||
|
@ -2,7 +2,7 @@ set(CAMKES_APP "system" CACHE STRING "The one and only CAmkES application in thi
|
||||
|
||||
set(PLATFORM "sparrow" CACHE STRING "The one and only seL4 platform for Sparrow")
|
||||
set(KernelSel4Arch "riscv32" CACHE STRING "Specifies 32-bit branch of the seL4 spike platform")
|
||||
set(KernelIsMCS OFF CACHE BOOL "Disable seL4 MCS support")
|
||||
set(KernelIsMCS ON CACHE BOOL "Enable seL4 MCS support")
|
||||
|
||||
set(LibUtilsDefaultZfLogLevel 5 CACHE STRING "seL4 internal logging level (0-5).")
|
||||
set(SIMULATION ON CACHE BOOL "Whether to build simulate script")
|
||||
|
Loading…
Reference in New Issue
Block a user