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