1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

optee: Upgrade to upstream 3.17.0

Update to the latest upstream master which is 3.17.
We do this to add HUK and AM64x/AM62x support.
With this we need to also switch OPTEEMACHINE for AM64x/AM62x.

To build against the latest OP-TEE the support recipes need updated also.
Move these here into meta-ti so that builds will still work when not using
meta-arago-distro.

The fix patches do not look to be needed anymore.

While here switch to git checkout with https.

NOTE: The latest OP-TEE requires SYSFW 8.04+

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Andrew Davis
2022-09-13 03:55:00 +00:00
committed by Ryan Eatmon
parent 761d5c18b1
commit 1899bc04e4
7 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
TFA_BOARD = "lite"
TFA_K3_SYSTEM_SUSPEND = "1"
OPTEEMACHINE = "k3-am65x"
OPTEEMACHINE = "k3-am62x"
OPTEEOUTPUTMACHINE = "k3"
+1 -1
View File
@@ -21,5 +21,5 @@ do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
TFA_BOARD = "lite"
OPTEEMACHINE = "k3-am65x"
OPTEEMACHINE = "k3-am64x"
OPTEEOUTPUTMACHINE = "k3"
@@ -0,0 +1,2 @@
PV:ti-soc = "3.17.0+git${SRCPV}"
SRCREV:ti-soc = "a5c30b1277466a9bf85b62f45a6b00e79774e29c"
@@ -0,0 +1,2 @@
PV:ti-soc = "3.17.0+git${SRCPV}"
SRCREV:ti-soc = "65fc74309e12189ad5b6ce3ffec37c8011088a5a"
@@ -0,0 +1,2 @@
PV:ti-soc = "3.17.0+git${SRCPV}"
SRCREV:ti-soc = "15a746d28d10df3d79d72bc9fe4a5a654b88bcca"
@@ -1,3 +1,8 @@
PV:ti-soc = "3.17.0+git${SRCPV}"
SRCREV:ti-soc = "15a746d28d10df3d79d72bc9fe4a5a654b88bcca"
DEPENDS:append:ti-soc = " python3-cryptography-native"
EXTRA_OEMAKE:append:k3 = "${@ ' CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
do_compile:prepend:ti-soc() {
@@ -0,0 +1,3 @@
PV:ti-soc = "3.17.0+git${SRCPV}"
SRCREV:ti-soc = "8a698baf9e8e010e4d8d52e6aded42dfc31e5b25"
SRC_URI:ti-soc = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https"