To build the verified configuration of AARCH64 MCS. Signed-off-by: Michael McInerney <michael.mcinerney@proofcraft.systems>
12 lines
340 B
CMake
12 lines
340 B
CMake
#!/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 "")
|