summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-05-01 19:02:17 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-05-02 17:30:15 +0300
commit9a2a39a9fa9d6815e8bf51b18b2d1e545cc26241 (patch)
tree8a137a057a134b3d9391d0b779464f7cd28054b9 /recipes-security
parent5b1cce6b7020b954db045009b4956b7f71349bb2 (diff)
downloadmeta-freescale-9a2a39a9fa9d6815e8bf51b18b2d1e545cc26241.tar.gz
optee: switch to branch lf-6.1.1_1.0.0
Switch optee-os, optee-client and optee-test to the branch lf-6.1.1_1.0.0 used in NXP BSP L6.1.1-1.0.0. Relevant changes: optee-os: - ad4e8389b core: crypto: fix memory leak in Ed25519 support - f9143cad9 SCR: add imx-optee-os - c29c0bcb7 LF-8234 core: imx: pm: remove enable/disable of LDP 1P0D - a0359fd6d LFOPTEE-211 core: update tee_entry_is_sdp_cached - 69afc6774 LFOPTEE-188 core: imx: use register_ddr() to register dynamic shared memory - e66300ff9 LF-7525 drivers: dcp: do not modify DCP node status in the DTB - c02d09dea core: mm: fix error flushing unused pgt's - 3c13f920e libutils: util.h: fix the ROUNDUP_OVERFLOW() macro - ad85772e0 LFOPTEE-203 drivers: ele: align HUK output buffer optee-client: - 01231b7 SCR: add imx-optee-client - 895a924 teeacl: fix include path optee-test: - 7c314e6 SCR: add imx-optee-test Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee-imx/optee-client_3.19.0.imx.bb4
-rw-r--r--recipes-security/optee-imx/optee-os_3.19.0.imx.bb4
-rw-r--r--recipes-security/optee-imx/optee-test_3.19.0.imx.bb4
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes-security/optee-imx/optee-client_3.19.0.imx.bb b/recipes-security/optee-imx/optee-client_3.19.0.imx.bb
index 40675e35..102b3ce9 100644
--- a/recipes-security/optee-imx/optee-client_3.19.0.imx.bb
+++ b/recipes-security/optee-imx/optee-client_3.19.0.imx.bb
@@ -1,4 +1,4 @@
1require optee-client-fslc-imx.inc 1require optee-client-fslc-imx.inc
2 2
3SRCBRANCH = "lf-5.15.71_2.2.0" 3SRCBRANCH = "lf-6.1.1_1.0.0"
4SRCREV = "644022f8970c832a40be00747fcec70c7b5d488c" 4SRCREV = "01231b7a7ce03cdf9d3f48e7baa0bce17aac28f7"
diff --git a/recipes-security/optee-imx/optee-os_3.19.0.imx.bb b/recipes-security/optee-imx/optee-os_3.19.0.imx.bb
index 9059b538..aec204c6 100644
--- a/recipes-security/optee-imx/optee-os_3.19.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_3.19.0.imx.bb
@@ -6,5 +6,5 @@ SRC_URI += "file://0001-core-Define-section-attributes-for-clang.patch \
6 file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \ 6 file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \
7 file://0007-allow-setting-sysroot-for-clang.patch \ 7 file://0007-allow-setting-sysroot-for-clang.patch \
8 file://0010-add-note-GNU-stack-section.patch" 8 file://0010-add-note-GNU-stack-section.patch"
9SRCBRANCH = "lf-5.15.71_2.2.0" 9SRCBRANCH = "lf-6.1.1_1.0.0"
10SRCREV = "00919403f040fad4f8603e605932281ff8451b1d" 10SRCREV = "ad4e8389bb2c38efe39853925eec571ac778c575"
diff --git a/recipes-security/optee-imx/optee-test_3.19.0.imx.bb b/recipes-security/optee-imx/optee-test_3.19.0.imx.bb
index 9cc21efa..1ef4cad5 100644
--- a/recipes-security/optee-imx/optee-test_3.19.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_3.19.0.imx.bb
@@ -4,7 +4,7 @@ require optee-test-fslc.inc
4 4
5SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" 5SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}"
6 6
7SRCBRANCH = "lf-5.15.71_2.2.0" 7SRCBRANCH = "lf-6.1.1_1.0.0"
8SRCREV = "5c1dbb531b304f7ae100958f6261b6cefea49b62" 8SRCREV = "7c314e6a0cec0ba19246eb4f1959859d7a6536d6"
9 9
10COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 10COMPATIBLE_MACHINE = "(imx-nxp-bsp)"