mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
This adds verified configs for all remaining supported AArch64 boards. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
11 lines
228 B
CMake
Executable File
11 lines
228 B
CMake
Executable File
#!/usr/bin/env -S cmake -P
|
|
#
|
|
# Copyright 2025, Proofcraft Pty Ltd
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/include/AARCH64_verified_include.cmake)
|
|
|
|
set(KernelPlatform "tx1" CACHE STRING "")
|