diff options
author | Kamlesh Gurudasani <kamlesh@ti.com> | 2023-03-20 04:11:50 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-20 16:45:07 -0500 |
commit | 042a37b768a85237711b80b9b1d21a149fee6c20 (patch) | |
tree | 1d68569d14a236aef5ce1dcd8349e4031b666489 /meta-ti-bsp/recipes-security | |
parent | 6c24f07d9980796e373ff395802b1d74306d688b (diff) | |
download | meta-ti-042a37b768a85237711b80b9b1d21a149fee6c20.tar.gz |
optee-os: Update SRCREV for OP-TEE TRNG in AM62X
Update the SRCREV to the commit when trng support was
added in upstream OP-TEE for am62x platform to access rng.
Also, enable trng support as trng support is added now in OP-TEE
Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Acked-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>
Diffstat (limited to 'meta-ti-bsp/recipes-security')
-rw-r--r-- | meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend index 1e0072ef..c48c56ef 100644 --- a/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend +++ b/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend | |||
@@ -1,13 +1,11 @@ | |||
1 | PV:ti-soc = "3.19.0+git${SRCPV}" | 1 | PV:ti-soc = "3.19.0+git${SRCPV}" |
2 | SRCREV:ti-soc = "afacf356f9593a7f83cae9f96026824ec242ff52" | 2 | SRCREV:ti-soc = "d6c5d0037b46f46caf71d67d7825d4b722cbcddf" |
3 | 3 | ||
4 | # Use TI SECDEV for signing | 4 | # Use TI SECDEV for signing |
5 | inherit ti-secdev | 5 | inherit ti-secdev |
6 | 6 | ||
7 | EXTRA_OEMAKE:append:k3 = "${@ ' CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" | 7 | EXTRA_OEMAKE:append:k3 = "${@ ' CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" |
8 | 8 | ||
9 | EXTRA_OEMAKE:append:am62xx = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1" | ||
10 | |||
11 | do_compile:append:k3() { | 9 | do_compile:append:k3() { |
12 | ( cd ${B}/core/; \ | 10 | ( cd ${B}/core/; \ |
13 | cp tee-pager_v2.bin ${B}/bl32.bin; \ | 11 | cp tee-pager_v2.bin ${B}/bl32.bin; \ |