mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
refactor(fvp): add CoT desc dtsi
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>
This commit is contained in:
parent
731ac5ea04
commit
bdc15fe6d4
2 changed files with 17 additions and 9 deletions
16
plat/arm/board/fvp/fdts/fvp_cot_desc.dtsi
Normal file
16
plat/arm/board/fvp/fdts/fvp_cot_desc.dtsi
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* 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
|
|
@ -103,15 +103,7 @@
|
|||
#endif /* ARM_BL2_SP_LIST_DTS */
|
||||
};
|
||||
|
||||
#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
|
||||
#include "fvp_cot_desc.dtsi"
|
||||
|
||||
#if MEASURED_BOOT
|
||||
#include "event_log.dtsi"
|
||||
|
|
Loading…
Add table
Reference in a new issue