forked from Imagelibrary/seL4
Add a CMake based build system
This commit adds an alternate build system using CMake that operates indepenently of the existing Kconfig+Kbuild+make based build system
This commit is contained in:
26
configs/arm_verified.cmake
Normal file
26
configs/arm_verified.cmake
Normal file
@@ -0,0 +1,26 @@
|
||||
#
|
||||
# Copyright 2017, Data61
|
||||
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
# ABN 41 687 119 230.
|
||||
#
|
||||
# This software may be distributed and modified according to the terms of
|
||||
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
|
||||
# See "LICENSE_GPLv2.txt" for details.
|
||||
#
|
||||
# @TAG(DATA61_GPL)
|
||||
#
|
||||
|
||||
set(KernelARMPlatform "sabre" CACHE STRING "")
|
||||
set(KernelArch "arm" CACHE STRING "")
|
||||
set(KernelArmSel4Arch "aarch32" CACHE STRING "")
|
||||
set(KernelVerificationBuild ON CACHE BOOL "")
|
||||
set(KernelIPCBufferLocation "threadID_register" CACHE STRING "")
|
||||
set(KernelMaxNumNodes "1" CACHE STRING "")
|
||||
set(KernelOptimisation "-O2" CACHE STRING "")
|
||||
set(KernelRetypeFanOutLimit "256" CACHE STRING "")
|
||||
set(KernelBenchmarks "none" CACHE STRING "")
|
||||
set(KernelDangerousCodeInjection OFF CACHE BOOL "")
|
||||
set(KernelFastpath ON CACHE BOOL "")
|
||||
set(KernelPrinting OFF CACHE BOOL "")
|
||||
set(KernelNumDomains 16 CACHE STRING "")
|
||||
set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
|
||||
Reference in New Issue
Block a user