summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-security
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2022-11-04 22:46:43 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commite8d72862665572f98d8d22a3bec2bafa42556b39 (patch)
treedb7b9e6420172fa8f3756ae355b1f3f4e6e4c788 /meta-ti-bsp/recipes-security
parent2bf95d97aeee88861c8c01c6e4f87eb84ef38890 (diff)
downloadmeta-ti-e8d72862665572f98d8d22a3bec2bafa42556b39.tar.gz
optee-os: Enable TRNG driver as OP-TEE support is added
OP-TEE upstream now has support for sa3ul for j721s2 platform. Re-enable the trng driver which was disabled earlier. Signed-off-by: Jayesh Choudhary <j-choudhary@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>
Diffstat (limited to 'meta-ti-bsp/recipes-security')
-rw-r--r--meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
index ee6ee458..9cb3f503 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
+++ b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
@@ -4,7 +4,6 @@ SRCREV:ti-soc = "6bf4a81a8f5388e6cb6b1d7e8ebe57c5089c0954"
4EXTRA_OEMAKE:append:k3 = "${@ ' CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" 4EXTRA_OEMAKE:append:k3 = "${@ ' CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
5 5
6EXTRA_OEMAKE:append:am62xx = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1" 6EXTRA_OEMAKE:append:am62xx = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1"
7EXTRA_OEMAKE:append:j721s2 = " CFG_WITH_SOFTWARE_PRNG=y"
8 7
9do_compile:prepend:ti-soc() { 8do_compile:prepend:ti-soc() {
10 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} 9 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}