diff options
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2024-02-17 11:01:32 +0200 |
---|---|---|
committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2024-02-17 11:40:44 +0200 |
commit | ebdf6d8b5dc45cb2417aefbae5c3c70f47b03cc4 (patch) | |
tree | 940871c2ad81454449c9deadef8f5aa77cc8b801 /recipes-security/optee-imx/optee-os/0002-optee-enable-clang-support.patch | |
parent | 61b0a60c8f503a53abe175768a1554a0b24ab97e (diff) | |
download | meta-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/0002-optee-enable-clang-support.patch')
-rw-r--r-- | recipes-security/optee-imx/optee-os/0002-optee-enable-clang-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/optee-imx/optee-os/0002-optee-enable-clang-support.patch b/recipes-security/optee-imx/optee-os/0002-optee-enable-clang-support.patch index 096579c0..dbc53542 100644 --- a/recipes-security/optee-imx/optee-os/0002-optee-enable-clang-support.patch +++ b/recipes-security/optee-imx/optee-os/0002-optee-enable-clang-support.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From c67f63d4e7bbe7b21b4c9ef49ae84c6725794aa9 Mon Sep 17 00:00:00 2001 | 1 | From 2ba573c9763329fbfdfacc8393d565ab747cac4d Mon Sep 17 00:00:00 2001 |
2 | From: Brett Warren <brett.warren@arm.com> | 2 | From: Brett Warren <brett.warren@arm.com> |
3 | Date: Wed, 23 Sep 2020 09:27:34 +0100 | 3 | Date: Wed, 23 Sep 2020 09:27:34 +0100 |
4 | Subject: [PATCH 2/4] optee: enable clang support | 4 | Subject: [PATCH 2/4] optee: enable clang support |
@@ -30,5 +30,5 @@ index a045beee8..1ebe2f702 100644 | |||
30 | 30 | ||
31 | # Core ASLR relies on the executable being ready to run from its preferred load | 31 | # Core ASLR relies on the executable being ready to run from its preferred load |
32 | -- | 32 | -- |
33 | 2.40.1 | 33 | 2.43.2 |
34 | 34 | ||