diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-12-13 21:56:54 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 21:56:54 -0300 |
commit | 35b48452c393f3e27d6efe39de631ab29e91f917 (patch) | |
tree | 5b02bc82a867566051ee05c0ad0986fe489b726e | |
parent | 808545401c3eac6ad8272f3733b32f19e767471f (diff) | |
parent | 2b302818ed547bad2dacb3c5d65732a645856695 (diff) | |
download | meta-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
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 @@ | |||
1 | require optee-client-fslc-imx.inc | 1 | require optee-client-fslc-imx.inc |
2 | 2 | ||
3 | SRCBRANCH = "lf-6.1.22_2.0.0" | 3 | SRCBRANCH = "lf-6.1.36_2.1.0" |
4 | SRCREV = "8533e0e6329840ee96cf81b6453f257204227e6c" | 4 | SRCREV = "8533e0e6329840ee96cf81b6453f257204227e6c" |
5 | 5 | ||
6 | DEPENDS += "util-linux" | 6 | DEPENDS += "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 | ||
30 | EXTRA_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 | |||
30 | LDFLAGS[unexport] = "1" | 37 | LDFLAGS[unexport] = "1" |
31 | CPPFLAGS[unexport] = "1" | 38 | CPPFLAGS[unexport] = "1" |
32 | AS[unexport] = "1" | 39 | AS[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 | " |
11 | SRCBRANCH = "lf-6.1.22_2.0.0" | 11 | SRCBRANCH = "lf-6.1.36_2.1.0" |
12 | SRCREV = "1962aec9581760803b1485d455cd62cb11c14870" | 12 | SRCREV = "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 | ||
5 | SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" | 5 | SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" |
6 | 6 | ||
7 | SRCBRANCH = "lf-6.1.22_2.0.0" | 7 | SRCBRANCH = "lf-6.1.36_2.1.0" |
8 | SRCREV = "c2c9f922044d2c8a7ab384812bb124c6da2b7888" | 8 | SRCREV = "e0ebd5193070e0215b5389da191bc33f4f478222" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 10 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |