arm-trusted-firmware/make_helpers
Boyan Karatotev 45c7328c0b fix(cpus): avoid SME related loss of context on powerdown
Travis' and Gelas' TRMs tell us to disable SME (set PSTATE.{ZA, SM} to
0) when we're attempting to power down. What they don't tell us is that
if this isn't done, the powerdown request will be rejected. On the
CPU_OFF path that's not a problem - we can force SVCR to 0 and be
certain the core will power off.

On the suspend to powerdown path, however, we cannot do this. The TRM
also tells us that the sequence could also be aborted on eg. GIC
interrupts. If this were to happen when we have overwritten SVCR to 0,
upon a return to the caller they would experience a loss of context. We
know that at least Linux may call into PSCI with SVCR != 0. One option
is to save the entire SME context which would be quite expensive just to
work around. Another option is to downgrade the request to a normal
suspend when SME was left on. This option is better as this is expected
to happen rarely enough to ignore the wasted power and we don't want to
burden the generic (correct) path with needless context management.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I698fa8490ebf51461f6aa8bba84f9827c5c46ad4
2025-02-03 14:29:47 +00:00
..
tbbr fix(tbbr): unrecognised 'tos-fw-key-cert' option 2023-09-07 11:14:52 +01:00
toolchains build: make Poetry optional 2024-09-26 14:23:20 +00:00
arch_features.mk feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1 2025-01-14 15:30:19 -06:00
armv7-a-cpus.mk refactor(build): merge march32/64 directives 2023-06-22 16:37:03 -05:00
build-rules.mk build: disable suffix rules globally 2024-11-25 15:40:35 +00:00
build_macros.mk build: use parameters in calls to MAKE_DEP 2024-11-25 15:48:26 +00:00
common.mk build: remove Windows compatibility layer 2025-01-14 16:21:51 +00:00
defaults.mk fix(cpus): avoid SME related loss of context on powerdown 2025-02-03 14:29:47 +00:00
march.mk build: skip toolchain detection for some targets 2024-05-14 15:41:15 +00:00
plat_helpers.mk fix(build): do not force PLAT in plat_helpers.mk 2025-01-21 13:52:16 +01:00
toolchain.mk build: remove Windows compatibility layer 2025-01-14 16:21:51 +00:00
utilities.mk build: remove Windows compatibility layer 2025-01-14 16:21:51 +00:00