From 823c940e60233bffc012454eb68b93effc92172e Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 16 Apr 2024 23:53:03 +0300 Subject: optee-os: Update to lf-6.6.3-1.0.0 Update optee-os to lf-6.6.3-1.0.0 to be aligned with NXP BSP LF6.6.3_1.0.0. Relevant changes: - e0a3e7773 MLK-22073 core: generic_entry_a32: change L1 invalidation at secondary boot - d4858f159 drivers: caam: update return type of caam_sm_free() - 9d6620bd2 LFOPTEE-295 drivers: ele: check CSAL status for ELE RNG - 6e854f929 LFOPTEE-261 core: pta: imx ocotp ELE support added - 4b37acf2d LFOPTEE-261 drivers: ele: add fuse support - d2fa5bed8 drivers: crypto: caam: fix job ring interruption number - 4841b44fb LFOPTEE-291 drivers: ele: disable ELE RNG at runtime - f70f2cbcd drivers: crypto: caam: use job ring 3 on i.mx8dxlevk - 4c2abeff0 drivers: imx_snvs: unlock SNVS access for non-secure - 1838304f0 core: imx: add support fox i.MX8DX - 65126481f LFOPTEE-289 core: pta: imx: Trusted ARM CE: fix serialization bug - 698d42b12 LFOPTEE-289 core: pta: imx: Trusted ARM CE fix build issue Signed-off-by: Oleksandr Suvorov --- recipes-security/optee-imx/optee-os_4.0.0.imx.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/optee-imx/optee-os_4.0.0.imx.bb b/recipes-security/optee-imx/optee-os_4.0.0.imx.bb index cecfc23c..ad6c6b40 100644 --- a/recipes-security/optee-imx/optee-os_4.0.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_4.0.0.imx.bb @@ -8,5 +8,5 @@ SRC_URI += " \ file://0003-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch \ file://0004-core-link-add-no-warn-rwx-segments.patch \ " -SRCBRANCH = "lf-6.1.55_2.2.0" -SRCREV = "a303fc80f7c4bd713315687a1fa1d6ed136e78ee" +SRCBRANCH = "lf-6.6.3_1.0.0" +SRCREV = "e0a3e77735941e6057a1994a576b83a93ea0bdb9" -- cgit v1.2.3-54-g00ecf From 8ac217077a65bac53149fa427983560038ed8fba Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 16 Apr 2024 23:58:50 +0300 Subject: optee-client: Switch to lf-6.6.3-1.0.0 Switch the optee-client to the branch lf-6.6.3-1.0.0 to be aligned with NXP BSP LF6.6.3_1.0.0. No changes in the code. Signed-off-by: Oleksandr Suvorov --- recipes-security/optee-imx/optee-client_4.0.0.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/optee-imx/optee-client_4.0.0.imx.bb b/recipes-security/optee-imx/optee-client_4.0.0.imx.bb index 2a9eaa6a..b404dd5b 100644 --- a/recipes-security/optee-imx/optee-client_4.0.0.imx.bb +++ b/recipes-security/optee-imx/optee-client_4.0.0.imx.bb @@ -1,6 +1,6 @@ require optee-client-fslc-imx.inc -SRCBRANCH = "lf-6.1.55_2.2.0" +SRCBRANCH = "lf-6.6.3_1.0.0" SRCREV = "acb0885c117e73cb6c5c9b1dd9054cb3f93507ee" DEPENDS += "util-linux" -- cgit v1.2.3-54-g00ecf From 65ca3d41fe07a2521479f1a537eb9146ad06fb7a Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 17 Apr 2024 00:03:06 +0300 Subject: optee-test: Upddate to lf-6.6.3-1.0.0 Upgrade optee-test lf-6.6.3-1.0.0 to be aligned with NXP BSP LF6.1.55_2.2.0. Relevant changes: - 95c49d9 ta: os_test: fix TA time wrap test Signed-off-by: Oleksandr Suvorov --- recipes-security/optee-imx/optee-test_4.0.0.imx.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/optee-imx/optee-test_4.0.0.imx.bb b/recipes-security/optee-imx/optee-test_4.0.0.imx.bb index dd4ee307..1717a713 100644 --- a/recipes-security/optee-imx/optee-test_4.0.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_4.0.0.imx.bb @@ -4,7 +4,7 @@ require optee-test-fslc.inc SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" -SRCBRANCH = "lf-6.1.55_2.2.0" -SRCREV = "38efacef3b14b32a6792ceaebe211b5718536fbb" +SRCBRANCH = "lf-6.6.3_1.0.0" +SRCREV = "95c49d950f50fa774e4530d19a967079b3b61279" COMPATIBLE_MACHINE = "(imx-nxp-bsp)" -- cgit v1.2.3-54-g00ecf