summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-os/0004-core-link-add-no-warn-rwx-segments.patch
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2024-02-17 11:01:32 +0200
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2024-02-17 11:40:44 +0200
commitebdf6d8b5dc45cb2417aefbae5c3c70f47b03cc4 (patch)
tree940871c2ad81454449c9deadef8f5aa77cc8b801 /recipes-security/optee-imx/optee-os/0004-core-link-add-no-warn-rwx-segments.patch
parent61b0a60c8f503a53abe175768a1554a0b24ab97e (diff)
downloadmeta-freescale-ebdf6d8b5dc45cb2417aefbae5c3c70f47b03cc4.tar.gz
optee-os: Upgrade to lf-6.1.55-2.2.0 (4.0)
Upgrade optee-os to 4.0 to be aligned with NXP BSP LF6.1.55_2.2.0. Also update the patch files. Relevant changes: - a303fc80f drivers: crypto: caam: fix job ring interruption number - 2a3787bf4 LFOPTEE-291 drivers: ele: disable ELE RNG at runtime - dca43aa1b drivers: crypto: caam: use job ring 3 on i.mx8dxlevk - c0d2000c1 drivers: imx_snvs: unlock SNVS access for non-secure - 50e946795 LFOPTEE-289 core: pta: imx: Trusted ARM CE: fix serialization bug - 9134bcffa LFOPTEE-289 core: pta: imx: Trusted ARM CE fix build issue - 8bf641926 LFOPTEE-235 core: plat-imx: Add Fast SMC support - 0477a804b LFOPTEE-235 core: pta: imx: add TRUSTED ARM CE - d943197bd LFOPTEE-235 drivers: ele: expose imx_ele_derive_key - e7dadb871 LFOPTEE-235 drivers: ele: rng: Use ELE GetRandom cmd - 9f3218062 LFOPTEE-286 drivers: ele: report error according to ELE response status - c619a4cb2 LFOPTEE-279 drivers: ele: correct typo in imx_ele_generate_key() - 2b0d839e5 LFOPTEE-279 drivers: ele: update imx_ele_delete_key() function - d7e85fad1 LFOPTEE-259 drivers: ele: make special setup for Trust MU communication - 4000b10be LFOPTEE-273 drivers: ele: move key management functions in key_mgmt.h - 4188353a1 LFOPTEE-270 drivers: ele: remove global session and key store handle init from imx_ele_global_init(). - dd79868aa LFOPTEE-270 drivers: ele: key_mgmt: remove unnecessary cache invalidate operation Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-security/optee-imx/optee-os/0004-core-link-add-no-warn-rwx-segments.patch')
-rw-r--r--recipes-security/optee-imx/optee-os/0004-core-link-add-no-warn-rwx-segments.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/optee-imx/optee-os/0004-core-link-add-no-warn-rwx-segments.patch b/recipes-security/optee-imx/optee-os/0004-core-link-add-no-warn-rwx-segments.patch
index f72d80dc..f32b2284 100644
--- a/recipes-security/optee-imx/optee-os/0004-core-link-add-no-warn-rwx-segments.patch
+++ b/recipes-security/optee-imx/optee-os/0004-core-link-add-no-warn-rwx-segments.patch
@@ -1,4 +1,4 @@
1From b53f5542102b8088448134202c30ca563f5b3c04 Mon Sep 17 00:00:00 2001 1From a63f82f74e015eb662242cdb51ef814e3f576829 Mon Sep 17 00:00:00 2001
2From: Jerome Forissier <jerome.forissier@linaro.org> 2From: Jerome Forissier <jerome.forissier@linaro.org>
3Date: Fri, 5 Aug 2022 09:48:03 +0200 3Date: Fri, 5 Aug 2022 09:48:03 +0200
4Subject: [PATCH 4/4] core: link: add --no-warn-rwx-segments 4Subject: [PATCH 4/4] core: link: add --no-warn-rwx-segments
@@ -25,7 +25,7 @@ Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
25 1 file changed, 4 insertions(+), 2 deletions(-) 25 1 file changed, 4 insertions(+), 2 deletions(-)
26 26
27diff --git a/core/arch/arm/kernel/link.mk b/core/arch/arm/kernel/link.mk 27diff --git a/core/arch/arm/kernel/link.mk b/core/arch/arm/kernel/link.mk
28index e8a518254..60e08966f 100644 28index 49e9f4fa1..9e1cc172f 100644
29--- a/core/arch/arm/kernel/link.mk 29--- a/core/arch/arm/kernel/link.mk
30+++ b/core/arch/arm/kernel/link.mk 30+++ b/core/arch/arm/kernel/link.mk
31@@ -37,6 +37,7 @@ link-ldflags += --sort-section=alignment 31@@ -37,6 +37,7 @@ link-ldflags += --sort-section=alignment
@@ -63,5 +63,5 @@ index e8a518254..60e08966f 100644
63 $(libgcccore) 63 $(libgcccore)
64 cleanfiles += $(link-out-dir)/init.o 64 cleanfiles += $(link-out-dir)/init.o
65-- 65--
662.40.1 662.43.2
67 67