blob: 6d5114e1c160a4bf95ff3cc7cbf072b493e11050 [file] [log] [blame]
Andrew Geisslerfc7e7972023-09-11 08:24:07 -04001From adaa22bc2f529bb34e9d4fe89ff5c65f0c83ca0c Mon Sep 17 00:00:00 2001
Brad Bishopbec4ebc2022-08-03 09:55:16 -04002From: emeara01 <emekcan.aras@arm.com>
3Date: Wed, 11 May 2022 14:37:06 +0100
4Subject: [PATCH] Fix FF-A version in SPMC manifest
5
6OPTEE does not support FF-A version 1.1 in SPMC at the moment.
7This commit corrects the FF-A version in corstone1000_spmc_manifest.dts.
8This patch will not be upstreamed and will be dropped once
9OPTEE version is updated for Corstone1000.
10
Andrew Geisslerfc7e7972023-09-11 08:24:07 -040011Upstream-Status: Inappropriate
Brad Bishopbec4ebc2022-08-03 09:55:16 -040012Signed-off-by: Emekcan Aras <Emekcan.Aras@arm.com>
13---
14 .../corstone1000/common/fdts/corstone1000_spmc_manifest.dts | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/plat/arm/board/corstone1000/common/fdts/corstone1000_spmc_manifest.dts b/plat/arm/board/corstone1000/common/fdts/corstone1000_spmc_manifest.dts
Andrew Geisslerfc7e7972023-09-11 08:24:07 -040018index 8e49ab83f76a..5baa1b115b2e 100644
Brad Bishopbec4ebc2022-08-03 09:55:16 -040019--- a/plat/arm/board/corstone1000/common/fdts/corstone1000_spmc_manifest.dts
20+++ b/plat/arm/board/corstone1000/common/fdts/corstone1000_spmc_manifest.dts
21@@ -20,7 +20,7 @@
22 attribute {
23 spmc_id = <0x8000>;
24 maj_ver = <0x1>;
25- min_ver = <0x1>;
26+ min_ver = <0x0>;
27 exec_state = <0x0>;
28 load_address = <0x0 0x2002000>;
29 entrypoint = <0x0 0x2002000>;