mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00

Adding CoT descriptor dtsi file to streamline fvp_tb_fw_config DTB file. Change-Id: I0bbaef764b100ed0e749ec5f0c78a366398b3519 Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
16 lines
353 B
Text
16 lines
353 B
Text
/*
|
|
* Copyright (c) 2024, Arm Limited. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
|
|
#if COT_DESC_IN_DTB
|
|
#if defined(ARM_COT_cca)
|
|
#include "cca_cot_descriptors.dtsi"
|
|
#elif defined(ARM_COT_dualroot)
|
|
#include "dualroot_cot_descriptors.dtsi"
|
|
#elif defined(ARM_COT_tbbr)
|
|
#include "tbbr_cot_descriptors.dtsi"
|
|
#endif
|
|
#endif
|