aboutsummaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-08-04 09:59:49 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-08-04 09:59:49 +0000
commit070632f97b88f053b99350688aed43213336d39f (patch)
treec1d7cafc3108669ef2ee927c2ebe77c97a7f08b5 /fdts
parentf0c24e3e80c560ef79e0c58c7f017a94c6ae2901 (diff)
parentdb1ef41a78235fe228bbe28fb298ad4e3f9d644d (diff)
downloadtrusted-firmware-a-070632f97b88f053b99350688aed43213336d39f.tar.gz
Merge "SPM: build OP-TEE as an S-EL1 Secure Partition" into integration
Diffstat (limited to 'fdts')
-rw-r--r--fdts/optee_sp_manifest.dts33
1 files changed, 33 insertions, 0 deletions
diff --git a/fdts/optee_sp_manifest.dts b/fdts/optee_sp_manifest.dts
new file mode 100644
index 0000000000..02a5ef3403
--- /dev/null
+++ b/fdts/optee_sp_manifest.dts
@@ -0,0 +1,33 @@
+/*
+ * Copyright (c) 2020, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
+ * This file is a Partition Manifest (PM) for a minimal Secure Partition (SP)
+ * that has additional optional properties defined.
+ *
+ */
+
+/dts-v1/;
+
+/ {
+ compatible = "arm,ffa-manifest-1.0";
+
+ /* Properties */
+ description = "op-tee";
+ ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
+ uuid = <0x486178e0 0xe7f811e3 0xbc5e0002 0xa5d5c51b>;
+ id = <1>;
+ execution-ctx-count = <8>;
+ exception-level = <2>; /* S-EL1 */
+ execution-state = <0>; /* AARCH64 */
+ load-address = <0x6280000>;
+ entrypoint-offset = <0x1000>;
+ xlat-granule = <0>; /* 4KiB */
+ boot-order = <0>;
+ messaging-method = <0>; /* Direct messaging only */
+ run-time-model = <1>; /* Run to completion */
+
+ /* Boot protocol */
+ gp-register-num = <0x0>;
+};