blob: e2fa974b6d8a1affc151c3395e43e9b620f65281 [file] [log] [blame]
Balint Dobszay1bf41f52022-05-30 12:56:38 +02001/* SPDX-License-Identifier: BSD-3-Clause */
2/*
Julian Hallb0c8fc22022-11-30 12:24:38 +00003 * Copyright (c) 2022-2023, Arm Limited. All rights reserved.
Balint Dobszay1bf41f52022-05-30 12:56:38 +02004 */
5
6/dts-v1/;
7
8/ {
9 compatible = "arm,ffa-core-manifest-1.0";
10 #address-cells = <2>;
11 #size-cells = <1>;
12
13 attribute {
14 spmc_id = <0x8000>;
15 maj_ver = <0x1>;
16 min_ver = <0x0>;
17 exec_state = <0x0>;
18 load_address = <0x0 0x6000000>;
19 entrypoint = <0x0 0x6000000>;
20 binary_size = <0x80000>;
21 };
22
23/*
24 * This file will be preprocessed by TF-A's build system. If Measured Boot is
25 * enabled in TF-A's config, the build system will add the MEASURED_BOOT=1 macro
26 * to the preprocessor arguments.
27 */
28#if MEASURED_BOOT
29 tpm_event_log {
30 compatible = "arm,tpm_event_log";
31 tpm_event_log_addr = <0x0 0x0>;
32 tpm_event_log_size = <0x0>;
Gyorgy Szinga64aa832023-10-11 17:03:04 +000033 tpm_event_log_max_size = <0x0>;
Balint Dobszay1bf41f52022-05-30 12:56:38 +020034 };
35#endif
Balint Dobszaydb9b8f02022-09-01 11:20:23 +020036
37/* If the ARM_BL2_SP_LIST_DTS is defined, SPs should be loaded from FIP */
38#ifdef ARM_BL2_SP_LIST_DTS
39 sp_packages {
40 compatible = "arm,sp_pkg";
Jelle Selsc26422b2022-12-15 10:21:49 +010041#if !SPMC_TESTS
Gabor Ambrus557af272023-08-16 12:59:55 +020042#if TS_LOGGING_SP
43 logging_sp {
44 uuid = <0xbdff9dda 0xed4090d5 0xc6195f97 0xd3523d5a>;
45 load-address = <0x0 0x7e00000>;
46 };
47#endif /* TS_LOGGING_SP */
48
Julian Hallb0c8fc22022-11-30 12:24:38 +000049 block_storage {
50 uuid = <0x806e6463 0x2f4652eb 0xdf8c4fac 0x9c518739>;
51 load-address = <0x0 0x7a00000>;
52 };
Balint Dobszaydb9b8f02022-09-01 11:20:23 +020053 internal_trusted_storage {
54 uuid = <0x48ef1edc 0xcf4c7ab1 0xcfdf8bac 0x141b71f7>;
Julian Hallb0c8fc22022-11-30 12:24:38 +000055 load-address = <0x0 0x7a80000>;
Balint Dobszaydb9b8f02022-09-01 11:20:23 +020056 };
57
58 protected_storage_sp {
59 uuid = <0x01f81b75 0x6847de3d 0x100f14a5 0x9017edae>;
60 load-address = <0x0 0x7b00000>;
61 };
62
63 crypto_sp {
64 uuid = <0xd552dfd9 0xb24ba216 0x6dd2a49a 0xc0e8843b>;
Julian Hallb0c8fc22022-11-30 12:24:38 +000065 load-address = <0x0 0x7b80000>;
Balint Dobszaydb9b8f02022-09-01 11:20:23 +020066 };
67
68#if MEASURED_BOOT
69 initial_attestation_sp {
70 uuid = <0x55f1baa1 0x95467688 0x95547c8f 0x74b98d5e>;
Julian Hallb0c8fc22022-11-30 12:24:38 +000071 load-address = <0x0 0x7c80000>;
Balint Dobszaydb9b8f02022-09-01 11:20:23 +020072 };
73#endif
74
Imre Kis0dbd3df2023-04-05 13:31:22 +020075#if TS_SMM_GATEWAY
Balint Dobszaydb9b8f02022-09-01 11:20:23 +020076 smm_gateway {
77 uuid = <0x33d532ed 0x0942e699 0x722dc09c 0xa798d9cd>;
Julian Hallb0c8fc22022-11-30 12:24:38 +000078 load-address = <0x0 0x7d00000>;
Balint Dobszaydb9b8f02022-09-01 11:20:23 +020079 };
Imre Kis0dbd3df2023-04-05 13:31:22 +020080#endif /* TS_SMM_GATEWAY */
Jelle Selsc26422b2022-12-15 10:21:49 +010081
Gyorgy Szing08d69742023-04-05 07:30:08 +000082#if TS_FW_UPDATE
83 fwu {
84 uuid = <0x38a82368 0x0e47061b 0xce0c7497 0xfd53fb8b>;
85 load-address = <0x0 0x7d80000>;
86 };
87#endif /* TS_FW_UPDATE */
88
Imre Kis0dbd3df2023-04-05 13:31:22 +020089#else /* SPMC_TESTS */
Jelle Selsc26422b2022-12-15 10:21:49 +010090 test_sp1 {
91 uuid = <0xc3db9e5c 0x67433a7b 0x197c839f 0x376ae81a>;
92 load-address = <0x0 0x7a00000>;
93 };
94
95 test_sp2 {
96 uuid = <0x4c161778 0x1a4d0cc4 0xb29b7a86 0x1af48c27>;
Imre Kis8a2098e2023-04-05 13:40:01 +020097 load-address = <0x0 0x7a20000>;
Jelle Selsc26422b2022-12-15 10:21:49 +010098 };
99
100 test_sp3 {
101 uuid = <0x0001eb23 0x97442ae3 0x112f5290 0xa6af84e5>;
Imre Kis8a2098e2023-04-05 13:40:01 +0200102 load-address = <0x0 0x7a40000>;
Jelle Selsc26422b2022-12-15 10:21:49 +0100103 };
104
Jelle Sels7fe310e2022-09-07 11:25:29 +0200105 test_sp4 {
106 /* SP binary UUID */
107 uuid = <0xed623742 0x6f407277 0x270cd899 0xf8bb0ada>;
Imre Kis8a2098e2023-04-05 13:40:01 +0200108 load-address = <0x0 0x7a80000>;
Jelle Sels7fe310e2022-09-07 11:25:29 +0200109 };
Imre Kis0dbd3df2023-04-05 13:31:22 +0200110#endif /* SPMC_TESTS */
Jelle Selsc26422b2022-12-15 10:21:49 +0100111
Balint Dobszaydb9b8f02022-09-01 11:20:23 +0200112 };
Imre Kis0dbd3df2023-04-05 13:31:22 +0200113#endif /* ARM_BL2_SP_LIST_DTS */
Balint Dobszay1bf41f52022-05-30 12:56:38 +0200114};