summaryrefslogtreecommitdiffstats
path: root/conf
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 /conf
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 'conf')
-rw-r--r--conf/machine/include/imx-base.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 87a17153..44cc17ca 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -593,8 +593,8 @@ PREFERRED_VERSION_vulkan-tools:imxvulkan ??= "1.3.239.0.imx"
593PREFERRED_VERSION_vulkan-validation-layers:imxvulkan ??= "1.3.239.0.imx" 593PREFERRED_VERSION_vulkan-validation-layers:imxvulkan ??= "1.3.239.0.imx"
594 594
595# Use i.MX optee Version 595# Use i.MX optee Version
596PREFERRED_VERSION_optee-os:mx8-nxp-bsp ??= "3.21.0.imx" 596PREFERRED_VERSION_optee-os:mx8-nxp-bsp ??= "4.0.0.imx"
597PREFERRED_VERSION_optee-os:mx9-nxp-bsp ??= "3.21.0.imx" 597PREFERRED_VERSION_optee-os:mx9-nxp-bsp ??= "4.0.0.imx"
598PREFERRED_VERSION_optee-client:mx8-nxp-bsp ??= "3.21.0.imx" 598PREFERRED_VERSION_optee-client:mx8-nxp-bsp ??= "3.21.0.imx"
599PREFERRED_VERSION_optee-client:mx9-nxp-bsp ??= "3.21.0.imx" 599PREFERRED_VERSION_optee-client:mx9-nxp-bsp ??= "3.21.0.imx"
600PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "3.21.0.imx" 600PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "3.21.0.imx"