blob: aa2324ba0bd27bdd82b153d6cdfd3b14a057dc54 [file] [log] [blame]
Antonio Nino Diaz0b1ab402018-12-05 15:38:39 +00001/*
Ruari Phippsa3954ec2020-09-01 13:32:17 +01002 * Copyright (c) 2018-2021, Arm Limited. All rights reserved.
Antonio Nino Diaz0b1ab402018-12-05 15:38:39 +00003 *
4 * SPDX-License-Identifier: BSD-3-Clause
Ruari Phippsa3954ec2020-09-01 13:32:17 +01005 *
6 * This file is a Partition Manifest (PM) for a minimal Secure Partition (SP)
7 * that has additional optional properties defined.
Antonio Nino Diaz0b1ab402018-12-05 15:38:39 +00008 */
9
Antonio Nino Diaz0b1ab402018-12-05 15:38:39 +000010
11/dts-v1/;
12
13/ {
Ruari Phippsa3954ec2020-09-01 13:32:17 +010014 compatible = "arm,ffa-manifest-1.0";
Antonio Nino Diaz0b1ab402018-12-05 15:38:39 +000015
Ruari Phippsa3954ec2020-09-01 13:32:17 +010016 /* Properties */
17 description = "ivy-1";
18 ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
19 uuid = <0xeaba83d8 0xbaaf4eaf 0x8144f7fd 0xcbe544a7>;
20 execution-ctx-count = <1>;
21 exception-level = <2>; /* S-EL1 */
22 execution-state = <0>; /* AARCH64 */
23 load-address = <0x7600000>;
24 entrypoint-offset = <0x00001000>;
25 xlat-granule = <0>; /* 4KiB */
26 boot-order = <0>;
27 messaging-method = <0>; /* Direct messaging only */
28 run-time-model = <0>; /* Run to completion */
Antonio Nino Diaz0b1ab402018-12-05 15:38:39 +000029
Ruari Phippsa3954ec2020-09-01 13:32:17 +010030 /* Boot protocol */
31 gp-register-num = <0x0>;
Antonio Nino Diaz0b1ab402018-12-05 15:38:39 +000032};