mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-08-25 08:18:47 +00:00
Merge "Adds kata settings for seL4 kernel internal logger and bbl enablement"
GitOrigin-RevId: 8d5a288654f428138bdd6ba0074aa74327773c86
This commit is contained in:
parent
7e8c603b43
commit
e45abd8d3e
@ -1,5 +1,9 @@
|
||||
set(CAMKES_APP "system" CACHE STRING "The one and only CAmkES application in this project")
|
||||
set(SIMULATION ON CACHE BOOL "Whether to build simulate script")
|
||||
set(RELEASE OFF CACHE BOOL "Performance optimized build")
|
||||
|
||||
set(PLATFORM "spike" 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(LibUtilsDefaultZfLogLevel 5 CACHE STRING "seL4 internal logging level (0-5).")
|
||||
set(SIMULATION ON CACHE BOOL "Whether to build simulate script")
|
||||
set(RELEASE OFF CACHE BOOL "Performance optimized build")
|
||||
set(UseRiscVBBL ON CACHE BOOL "Whether to use bbl")
|
||||
|
Loading…
Reference in New Issue
Block a user