]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-os: update to 4.19.35_1.1.0 and introduce imx8mn config
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Mon, 6 Jan 2020 16:54:36 +0000 (16:54 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 8 Jan 2020 19:11:22 +0000 (16:11 -0300)
In order to support new i.MX8M Nano SoC, optee-os should be upgraded to
use the imx_4.19.35_1.1.0 branch, which contains the support for new
machine.

In addition, introduce additional PLATFORM_FLAVOR for new imx8mnevk
machine.

Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
recipes-security/optee-imx/optee-os_3.2.0.imx.bb

index 43b0ef14e260bcfa12097902b9324567e50a24d7..c5328c9c77d49449fca6a3acdf648208019b82b9 100644 (file)
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b"
 inherit deploy pythonnative autotools
 DEPENDS = "python-pycrypto-native u-boot-mkimage-native"
 
-SRCBRANCH = "imx_4.14.78_1.0.0_ga"
+SRCBRANCH = "imx_4.19.35_1.1.0"
 OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https"
 SRC_URI = "${OPTEE_OS_SRC};branch=${SRCBRANCH}"
-SRCREV = "6a52487eb0ff664e4ebbd48497f0d3322844d51d"
+SRCREV = "6a22e6e8a2840b245808527679f3397b7e620b3c"
 
 S = "${WORKDIR}/git"
 B = "${WORKDIR}/build.${PLATFORM_FLAVOR}"
@@ -25,6 +25,7 @@ PLATFORM_FLAVOR_imx6ull14x14evk = "mx6ullevk"
 PLATFORM_FLAVOR_imx6ull9x9evk   = "mx6ullevk"
 PLATFORM_FLAVOR_imx6ulz14x14evk = "mx6ulzevk"
 PLATFORM_FLAVOR_mx8mm   = "mx8mmevk"
+PLATFORM_FLAVOR_mx8mn   = "mx8mnevk"
 
 OPTEE_ARCH ?= "arm32"
 OPTEE_ARCH_armv7a = "arm32"