summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-06-16 11:42:14 -0500
committerRyan Eatmon <reatmon@ti.com>2022-06-20 12:32:57 -0500
commitf8182afdcfe427865707077d353359827f1ff6bf (patch)
tree7d28e75c925f472338765ae0d4f914afbdfc476e /conf/machine
parent26998f43077ff665e93e571a8d3afae859a28f42 (diff)
downloadmeta-ti-f8182afdcfe427865707077d353359827f1ff6bf.tar.gz
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>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/am62xx.inc2
-rw-r--r--conf/machine/include/am64xx.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/am62xx.inc b/conf/machine/include/am62xx.inc
index ff857b97..0364edd1 100644
--- a/conf/machine/include/am62xx.inc
+++ b/conf/machine/include/am62xx.inc
@@ -15,5 +15,5 @@ do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
15do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 15do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
16 16
17TFA_BOARD = "lite" 17TFA_BOARD = "lite"
18OPTEEMACHINE = "k3-am65x" 18OPTEEMACHINE = "k3-am62x"
19OPTEEOUTPUTMACHINE = "k3" 19OPTEEOUTPUTMACHINE = "k3"
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 918aa038..8e8e146f 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -21,7 +21,7 @@ do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
21do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 21do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
22 22
23TFA_BOARD = "lite" 23TFA_BOARD = "lite"
24OPTEEMACHINE = "k3-am65x" 24OPTEEMACHINE = "k3-am64x"
25OPTEEOUTPUTMACHINE = "k3" 25OPTEEOUTPUTMACHINE = "k3"
26 26
27# Set the list of device targets for ti-pdk class recipes 27# Set the list of device targets for ti-pdk class recipes