blob: 6c55a865683d5632767c957c9502ef07b6361a1b [file] [log] [blame]
Julian Hallcaa4af82021-05-19 12:02:36 +01001/*
Imre Kis506deaf2023-02-01 15:34:19 +01002 * Copyright (c) 2021-2023, Arm Limited and Contributors. All rights reserved.
Julian Hallcaa4af82021-05-19 12:02:36 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7@DTS_TAG@
8
9@DTS_NODE@ {
10 compatible = "arm,ffa-manifest-1.0";
Imre Kis033d51a2024-01-15 17:19:36 +010011 ffa-version = <@CFG_FFA_VERSION@>; /* 31:16 - Major, 15:0 - Minor */
Julian Hallcaa4af82021-05-19 12:02:36 +010012 uuid = <@EXPORT_SP_UUID_DT@>;
13 description = "Attestation";
14 execution-ctx-count = <1>;
15 exception-level = <1>; /* S-EL0 */
16 execution-state = <0>; /* AArch64 */
17 xlat-granule = <0>; /* 4KiB */
Gyorgy Szinga0446482025-05-19 23:17:15 +020018 boot-order = <@EXPORT_SP_BOOT_ORDER@>;
Imre Kis2476f0f2022-06-14 13:27:08 +020019 messaging-method = <3>; /* Direct messaging only */
Imre Kis08b3d392023-04-26 10:16:48 +020020 ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
Imre Kis506deaf2023-02-01 15:34:19 +010021 elf-format = <1>;
Julian Hall7048d302021-06-03 16:07:28 +010022
23 boot-params {
24 compatible = "arm,ffa-manifest-boot-params";
25
Imre Kis50cdff92022-03-22 20:46:29 +010026 /* Legacy node to keep compatibility with psa-development SPMC. */
Julian Hall7048d302021-06-03 16:07:28 +010027 event-log {
28 param = "EVENT_LOG"; /* The init parameter name */
29 tag = "arm,event-log"; /* Object identifier */
30 };
31 };
Imre Kis50cdff92022-03-22 20:46:29 +010032
33 tpm_event_log {
34 compatible = "arm,tpm_event_log";
35 tpm_event_log_addr = <0x0 0x0>;
36 tpm_event_log_size = <0x0>;
37 };
Julian Hallcaa4af82021-05-19 12:02:36 +010038};