mirror of https://github.com/seL4/seL4.git
configs: mark Ultra96v2 as supported by the proofs
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
6d8b1eaeec
commit
29803c51ca
|
@ -0,0 +1,11 @@
|
|||
#!/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 "zynqmp" CACHE STRING "")
|
||||
set(KernelARMPlatform "ultra96v2" CACHE STRING "")
|
Loading…
Reference in New Issue