diff options
| author | Andrew Davis <afd@ti.com> | 2022-06-16 11:42:14 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-06-20 12:32:57 -0500 |
| commit | f8182afdcfe427865707077d353359827f1ff6bf (patch) | |
| tree | 7d28e75c925f472338765ae0d4f914afbdfc476e /conf/machine | |
| parent | 26998f43077ff665e93e571a8d3afae859a28f42 (diff) | |
| download | meta-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.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/am64xx.inc | 2 |
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" | |||
| 15 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 15 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
| 16 | 16 | ||
| 17 | TFA_BOARD = "lite" | 17 | TFA_BOARD = "lite" |
| 18 | OPTEEMACHINE = "k3-am65x" | 18 | OPTEEMACHINE = "k3-am62x" |
| 19 | OPTEEOUTPUTMACHINE = "k3" | 19 | OPTEEOUTPUTMACHINE = "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" | |||
| 21 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 21 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
| 22 | 22 | ||
| 23 | TFA_BOARD = "lite" | 23 | TFA_BOARD = "lite" |
| 24 | OPTEEMACHINE = "k3-am65x" | 24 | OPTEEMACHINE = "k3-am64x" |
| 25 | OPTEEOUTPUTMACHINE = "k3" | 25 | OPTEEOUTPUTMACHINE = "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 |
