Skip to content

Commit 22274b4

Browse files
kwillis01cshilwant
authored andcommitted
feat(pm_cpuidle): Add workaround to enable Standby
In the current release of SDK 11.1, Standby needs an additonal ARM Trusted Firmware patch to enable Standby. Signed-off-by: Kendall Willis <[email protected]>
1 parent 37ac9a6 commit 22274b4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/linux/Foundational_Components/Power_Management/pm_cpuidle.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ transition to the selected state.
3131

3232
.. rubric:: Enable Standby
3333

34+
.. attention::
35+
36+
For this release, in order to enable Standby, it is required for this
37+
`patch <https://github.com/ARM-software/arm-trusted-firmware/commit/7f5ff95b39cc64ea70206fa58fd3e5aae0c33e7d>`__
38+
to be applied to ARM Trusted Firmware.
39+
40+
After applying the patch, ATF will need to be re-built and then
41+
re-packaged in the :file:`tispl.bin` file to ensure the changes take
42+
effect. U-Boot provides the :file:`tispl.bin` file, so U-Boot will need
43+
to be re-built after TF-A. To learn more about TF-A and how to rebuild
44+
it, please refer to :ref:`foundational-components-atf`. For rebuilding
45+
U-Boot and generating the new :file:`tispl.bin` follow
46+
:ref:`Build-U-Boot-label`.
47+
3448
In order to enable Standby the `k3-am62x-sk-lpm-standby.dtso
3549
<https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-standby.dtso?h=11.01.05>`__
3650
overlay should be applied. Refer to :ref:`How to enable DT overlays

0 commit comments

Comments
 (0)