All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][dunfell][PATCH v2 1/2] optee-os: Upgrade to upstream 3.18.0
@ 2022-09-06 18:07 Andrew Davis
  2022-09-06 18:07 ` [meta-ti][dunfell][PATCH v2 2/2] optee-os: Lower log level for AM62x Andrew Davis
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Davis @ 2022-09-06 18:07 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, Praneeth Bajjuri, Anand Gadiyar, meta-ti
  Cc: Andrew Davis

Update to the latest upstream master which is 3.18.0.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>
---
 recipes-security/optee/optee-os_%.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index cc9857e0..c715d47d 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -1,5 +1,5 @@
-PV_ti-soc = "3.17.0+git${SRCPV}"
-SRCREV_ti-soc = "15a746d28d10df3d79d72bc9fe4a5a654b88bcca"
+PV_ti-soc = "3.18.0+git${SRCPV}"
+SRCREV_ti-soc = "8e155bae3a5eb9d1a3ed9260bd7281a7a35f5086"
 SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https"
 
 DEPENDS_append_ti-soc = " python3-cryptography-native"
-- 
2.36.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-ti][dunfell][PATCH v2 2/2] optee-os: Lower log level for AM62x
  2022-09-06 18:07 [meta-ti][dunfell][PATCH v2 1/2] optee-os: Upgrade to upstream 3.18.0 Andrew Davis
@ 2022-09-06 18:07 ` Andrew Davis
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Davis @ 2022-09-06 18:07 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, Praneeth Bajjuri, Anand Gadiyar, meta-ti
  Cc: Andrew Davis

During resume from low power mode suspend OP-TEE prints some messages
on the UART. It seems this UART is not powered at this point in the
sequence breaking suspend/resume. We should track down the exact
prints and quiet them. Until we get that fix upstream, lets lower
the log level for this platform to unblock the LPM work.

Signed-off-by: Andrew Davis <afd@ti.com>
Acked-by: Anand Gadiyar <gadiyar@ti.com>
---

Changes from v1:
 - Added am62xx-lp-evm to change

 recipes-security/optee/optee-os_%.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index c715d47d..e7de5157 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -6,8 +6,8 @@ DEPENDS_append_ti-soc = " python3-cryptography-native"
 
 EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
 
-EXTRA_OEMAKE_append_am62xx-evm = " CFG_WITH_SOFTWARE_PRNG=y"
-EXTRA_OEMAKE_append_am62xx-lp-evm = " CFG_WITH_SOFTWARE_PRNG=y"
+EXTRA_OEMAKE_append_am62xx-evm = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1"
+EXTRA_OEMAKE_append_am62xx-lp-evm = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1"
 EXTRA_OEMAKE_append_j721s2-evm = " CFG_WITH_SOFTWARE_PRNG=y"
 EXTRA_OEMAKE_append_j721s2-hs-evm = " CFG_WITH_SOFTWARE_PRNG=y"
 
-- 
2.36.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-06 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 18:07 [meta-ti][dunfell][PATCH v2 1/2] optee-os: Upgrade to upstream 3.18.0 Andrew Davis
2022-09-06 18:07 ` [meta-ti][dunfell][PATCH v2 2/2] optee-os: Lower log level for AM62x Andrew Davis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.