1#
2# Copyright 2017, Data61
3# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
4# ABN 41 687 119 230.
5#
6# This software may be distributed and modified according to the terms of
7# the GNU General Public License version 2. Note that NO WARRANTY is provided.
8# See "LICENSE_GPLv2.txt" for details.
9#
10# @TAG(DATA61_GPL)
11#
12
13set(KernelARMPlatform "tk1" CACHE STRING "")
14set(KernelArch "arm" CACHE STRING "")
15set(KernelArmSel4Arch "arm_hyp" CACHE STRING "")
16set(KernelArmHypervisorSupport ON CACHE BOOL "")
17set(KernelVerificationBuild ON CACHE BOOL "")
18set(KernelIPCBufferLocation "threadID_register" CACHE STRING "")
19set(KernelMaxNumNodes "1" CACHE STRING "")
20set(KernelOptimisation "-O2" CACHE STRING "")
21set(KernelRetypeFanOutLimit "256" CACHE STRING "")
22set(KernelBenchmarks "none" CACHE STRING "")
23set(KernelDangerousCodeInjection OFF CACHE BOOL "")
24set(KernelFastpath ON CACHE BOOL "")
25set(KernelPrinting OFF CACHE BOOL "")
26set(KernelNumDomains 16 CACHE STRING "")
27set(KernelMaxNumBootinfoUntypedCap 166 CACHE STRING "")
28set(KernelRootCNodeSizeBits 19 CACHE STRING "")
29set(KernelMaxNumBootinfoUntypedCaps 50 CACHE STRING "")
30