You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(android): Add note about OP-TEE logs disabling suspend/resume
Add a warning note that OP-TEE OS debug logs must be disabled for
suspend/resume to work properly. Also clean up the example output
by removing OP-TEE log messages that appear when debug is enabled.
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Copy file name to clipboardExpand all lines: source/android/Application_Notes_Android_Low_Power.rst
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ Supported low power mode:
8
8
9
9
#. **Suspend to RAM (S2R):** All power domains are off except for wake-up domain that has wake-up co-processor (DM R5) running. DDR is in self refresh.
10
10
11
+
.. note::
12
+
13
+
OP-TEE OS debug logs are disabled by default. However, if you enable them for debugging
14
+
purposes (CFG_TEE_CORE_LOG_LEVEL > 0), the suspend/resume functionality will not work
15
+
properly. Make sure to disable OP-TEE OS logs when testing low power modes.
16
+
11
17
*****************************
12
18
Enable Suspend/Resume support
13
19
*****************************
@@ -29,13 +35,6 @@ Enable Suspend/Resume support
29
35
[ 171.970763] psci: CPU1 killed (polled 4 ms)
30
36
[ 171.993689] psci: CPU2 killed (polled 0 ms)
31
37
[ 172.014894] psci: CPU3 killed (polled 4 ms)
32
-
[I/TC: Secondary CPU 1 initializing
33
-
I/TC: Secondary CPU 1 switching to normal world boot
34
-
I/TC: Secondary CPU 2 initializing
35
-
I/TC: Secondary CPU 2 switching to normal world boot
36
-
I/T[ 200.035482] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
37
-
C: Secondary CPU 3 initializing
38
-
I/TC: Secondary CPU 3 switching to normal world boot
0 commit comments