#------------------------------------------------------------------------------- # Copyright (c) 2020-2023, Arm Limited. All rights reserved. # Copyright (c) 2021-2024 NXP # # SPDX-License-Identifier: BSD-3-Clause # #------------------------------------------------------------------------------- ################################## Dependencies ################################ set(TFM_PLATFORM_NXP_HAL_FILE_PATH "DOWNLOAD" CACHE STRING "Path to the NXP SDK hal (or DOWNLOAD to fetch automatically)") set(NXP_SDK_GIT_REP "https://raw.githubusercontent.com/nxp-mcuxpresso/mcux-sdk" CACHE STRING "The repository address of the NXP MCUXpresso SDK") set(NXP_SDK_GIT_TAG "MCUX_2.15.000" CACHE STRING "The version of the NXP MCUXpresso SDK") ############################ Platform ########################################## set(PLATFORM_DEFAULT_ATTEST_HAL ON CACHE BOOL "Use default attest hal implementation.") ############################ BL2 ######################################## set(BL2_S_IMAGE_START "0x8000" CACHE STRING "Base address of the secure image in configuration with BL2") set(BL2_NS_IMAGE_START "0x30000" CACHE STRING "Base address of the non secure image in configuration with BL2") # Platform-specific configurations set(CONFIG_TFM_USE_TRUSTZONE ON) set(TFM_MULTI_CORE_TOPOLOGY OFF)