1#------------------------------------------------------------------------------- 2# Copyright (c) 2020-2023, Arm Limited. All rights reserved. 3# Copyright (c) 2021-2024 NXP 4# 5# SPDX-License-Identifier: BSD-3-Clause 6# 7#------------------------------------------------------------------------------- 8 9################################## Dependencies ################################ 10set(TFM_PLATFORM_NXP_HAL_FILE_PATH "DOWNLOAD" CACHE STRING "Path to the NXP SDK hal (or DOWNLOAD to fetch automatically)") 11set(NXP_SDK_GIT_REP "https://raw.githubusercontent.com/nxp-mcuxpresso/mcux-sdk" CACHE STRING "The repository address of the NXP MCUXpresso SDK") 12set(NXP_SDK_GIT_TAG "MCUX_2.15.000" CACHE STRING "The version of the NXP MCUXpresso SDK") 13 14############################ Platform ########################################## 15set(PLATFORM_DEFAULT_ATTEST_HAL ON CACHE BOOL "Use default attest hal implementation.") 16 17############################ BL2 ######################################## 18set(BL2_S_IMAGE_START "0x8000" CACHE STRING "Base address of the secure image in configuration with BL2") 19set(BL2_NS_IMAGE_START "0x30000" CACHE STRING "Base address of the non secure image in configuration with BL2") 20 21# Platform-specific configurations 22set(CONFIG_TFM_USE_TRUSTZONE ON) 23set(TFM_MULTI_CORE_TOPOLOGY OFF) 24