]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: am62x_evm_a53_defconfig: Disable semi-functional PSCI reset support
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 25 Aug 2023 18:03:01 +0000 (13:03 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 8 Sep 2023 14:07:12 +0000 (10:07 -0400)
commit17771b3282157f672d06a9eaf5f1c8619e411b93
tree25ed484cb5bf731f97ecce02825d14f392b711d1
parent0f1c1e8b368bd598b1c7f4b285f8921665ab62ac
configs: am62x_evm_a53_defconfig: Disable semi-functional PSCI reset support

At this point, system shutdown is not supported by the DM firmware
that TF-A calls. As we can't de-select only this feature[1], declare
complete PSCI reset support as non-functional so that we don't signal
incomplete support to the OS via EFI runtime services. This makes
power-off under Linux work again when booting via EFI.

[1] https://uefi.org/specs/UEFI/2.9_A/08_Services_Runtime_Services.html?highlight=efiresetshutdown#resetsystem
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
configs/am62x_evm_a53_defconfig