1#-------------------------------------------------------------------------------
2# Copyright (c) 2023, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8# In the new split build this file defines a platform specific parameters
9# like mcpu core, arch etc and to be included by NS toolchain file.
10# A platform owner is free to configure toolchain here for building NS side.
11
12# Set architecture and CPU
13set(TFM_SYSTEM_PROCESSOR cortex-m33)
14set(TFM_SYSTEM_ARCHITECTURE armv8-m.main)
15set(CONFIG_TFM_FP_ARCH "fpv5-sp-d16")
16
17# The MUSCA_S1 has a CryptoCell-312 as an accelerator.
18set(CRYPTO_HW_ACCELERATOR_TYPE cc312)
19