summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-12-13 21:56:54 -0300
committerGitHub <noreply@github.com>2023-12-13 21:56:54 -0300
commit35b48452c393f3e27d6efe39de631ab29e91f917 (patch)
tree5b02bc82a867566051ee05c0ad0986fe489b726e
parent808545401c3eac6ad8272f3733b32f19e767471f (diff)
parent2b302818ed547bad2dacb3c5d65732a645856695 (diff)
downloadmeta-freescale-35b48452c393f3e27d6efe39de631ab29e91f917.tar.gz
Merge pull request #1703 from MrCry0/master-optee-3.1.66
Upgrade OP-TEE to LF3.1.66-2.1.0 NXP BSP
-rw-r--r--recipes-security/optee-imx/optee-client_3.21.0.imx.bb2
-rw-r--r--recipes-security/optee-imx/optee-os-fslc.inc7
-rw-r--r--recipes-security/optee-imx/optee-os_3.21.0.imx.bb4
-rw-r--r--recipes-security/optee-imx/optee-test_3.21.0.imx.bb4
4 files changed, 12 insertions, 5 deletions
diff --git a/recipes-security/optee-imx/optee-client_3.21.0.imx.bb b/recipes-security/optee-imx/optee-client_3.21.0.imx.bb
index 5d5089118..3860cb6c3 100644
--- a/recipes-security/optee-imx/optee-client_3.21.0.imx.bb
+++ b/recipes-security/optee-imx/optee-client_3.21.0.imx.bb
@@ -1,6 +1,6 @@
1require optee-client-fslc-imx.inc 1require optee-client-fslc-imx.inc
2 2
3SRCBRANCH = "lf-6.1.22_2.0.0" 3SRCBRANCH = "lf-6.1.36_2.1.0"
4SRCREV = "8533e0e6329840ee96cf81b6453f257204227e6c" 4SRCREV = "8533e0e6329840ee96cf81b6453f257204227e6c"
5 5
6DEPENDS += "util-linux" 6DEPENDS += "util-linux"
diff --git a/recipes-security/optee-imx/optee-os-fslc.inc b/recipes-security/optee-imx/optee-os-fslc.inc
index 19ca7b3ce..b91a55311 100644
--- a/recipes-security/optee-imx/optee-os-fslc.inc
+++ b/recipes-security/optee-imx/optee-os-fslc.inc
@@ -27,6 +27,13 @@ EXTRA_OEMAKE += " \
27 CFG_TEE_CORE_LOG_LEVEL=0 \ 27 CFG_TEE_CORE_LOG_LEVEL=0 \
28" 28"
29 29
30EXTRA_OEMAKE:append:imx8mq-lpddr4-wevk = " \
31 CFG_CORE_LARGE_PHYS_ADDR=y \
32 CFG_CORE_ARM64_PA_BITS=36 \
33 CFG_DDR_SIZE=0x100000000 \
34 CFG_TZDRAM_START=0xfe000000 \
35"
36
30LDFLAGS[unexport] = "1" 37LDFLAGS[unexport] = "1"
31CPPFLAGS[unexport] = "1" 38CPPFLAGS[unexport] = "1"
32AS[unexport] = "1" 39AS[unexport] = "1"
diff --git a/recipes-security/optee-imx/optee-os_3.21.0.imx.bb b/recipes-security/optee-imx/optee-os_3.21.0.imx.bb
index f158441fd..89788370f 100644
--- a/recipes-security/optee-imx/optee-os_3.21.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_3.21.0.imx.bb
@@ -8,5 +8,5 @@ SRC_URI += " \
8 file://0003-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch \ 8 file://0003-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch \
9 file://0004-core-link-add-no-warn-rwx-segments.patch \ 9 file://0004-core-link-add-no-warn-rwx-segments.patch \
10" 10"
11SRCBRANCH = "lf-6.1.22_2.0.0" 11SRCBRANCH = "lf-6.1.36_2.1.0"
12SRCREV = "1962aec9581760803b1485d455cd62cb11c14870" 12SRCREV = "4e32281904b15af9ddbdf00f73e1c08eae21c695"
diff --git a/recipes-security/optee-imx/optee-test_3.21.0.imx.bb b/recipes-security/optee-imx/optee-test_3.21.0.imx.bb
index 56ed2aa20..159c74ce9 100644
--- a/recipes-security/optee-imx/optee-test_3.21.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_3.21.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-6.1.22_2.0.0" 7SRCBRANCH = "lf-6.1.36_2.1.0"
8SRCREV = "c2c9f922044d2c8a7ab384812bb124c6da2b7888" 8SRCREV = "e0ebd5193070e0215b5389da191bc33f4f478222"
9 9
10COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 10COMPATIBLE_MACHINE = "(imx-nxp-bsp)"