mcs: add cmake file for verified AARCH64 MCS
To build the verified configuration of AARCH64 MCS. Signed-off-by: Michael McInerney <michael.mcinerney@proofcraft.systems>
This commit is contained in:
parent
a15e9a32a2
commit
d82b2049a7
1 changed files with 12 additions and 0 deletions
12
configs/AARCH64_MCS_verified.cmake
Normal file
12
configs/AARCH64_MCS_verified.cmake
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env -S cmake -P
|
||||
#
|
||||
# Copyright 2024, Proofcraft Pty Ltd
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/include/AARCH64_verified_include.cmake)
|
||||
|
||||
set(KernelPlatform "tx2" CACHE STRING "")
|
||||
set(KernelIsMCS ON CACHE BOOL "")
|
||||
set(KernelStaticMaxPeriodUs "(60 * 60 * MS_IN_S * US_IN_MS)" CACHE STRING "")
|
||||
Loading…
Reference in a new issue