-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bsp: add optee-os-fio 3.20 fork for imx
Based on the NXP BSP tree (with our additional fixes on top). This fork will be initially used by 7ulp/8ulp and imx93, until most relevant changes are proposed and merged upstream (ELE, provisioning TAs, cpufreq, suspend, etc). DEFAULT_PREFERENCE set to -1 as we still prefer our main fio fork when possible. Signed-off-by: Ricardo Salveti <[email protected]>
- Loading branch information
1 parent
be2900e
commit f01c998
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
meta-lmp-bsp/recipes-security/optee/optee-os-fio-mfgtool_3.20.0-imx.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
require optee-os-fio_${PV}.bb | ||
|
||
DEFAULT_PREFERENCE = "-1" |
6 changes: 6 additions & 0 deletions
6
meta-lmp-bsp/recipes-security/optee/optee-os-fio_3.20.0-imx.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
require recipes-security/optee/optee-os-fio.inc | ||
|
||
SRCREV = "6fc97721edb8d5de24b19f5e29c0ecdc3fc70a90" | ||
SRCBRANCH = "3.20+fio-imx" | ||
|
||
DEFAULT_PREFERENCE = "-1" |
6 changes: 6 additions & 0 deletions
6
meta-lmp-bsp/recipes-security/optee/optee-os-tadevkit_3.20.0-imx.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Needed an explicit PV setting due the require/include chain | ||
PV = "3.20.0-imx" | ||
|
||
require recipes-security/optee/optee-os-tadevkit_3.20.0.bb | ||
|
||
DEFAULT_PREFERENCE = "-1" |