arm64: renesas: Enable fallback PSCI on Renesas R-Car R8A779G0 V4H White Hawk
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 2 Mar 2025 22:30:02 +0000 (23:30 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 16 Mar 2025 13:47:28 +0000 (14:47 +0100)
commit9292a3047181a62f00c8f97db2b46a146f803bff
tree9cf9a3ef227d98c7391564ca15eea5702cfe2cd2
parent7ddb8d999ac716d0acf5757ae27c12c167d69048
arm64: renesas: Enable fallback PSCI on Renesas R-Car R8A779G0 V4H White Hawk

Enable fallback PSCI provider on Renesas R-Car R8A779G0 V4H White Hawk board.

This fallback PSCI provider provides basic PSCI interface which can be used
by the Linux kernel, but does not provide support for bringing up additional
CPU cores or any other functionality, except for SoC level reset.

This fallback PSCI provider is intended as a fallback in case a proper PSCI
provider is not started before the Linux kernel is started. Linux kernel on
ARMv8a will fail to boot in case a PSCI provider is not available, and this
basic fallback PSCI provider assures such a boot failure cannot occur, even
if that means the system will boot in degraded mode with only one CPU core
available, that is still sufficient to perform recovery.

In the common case, a proper PSCI provider should be started as part of
the Linux kernel fitImage, as the BL31 loadable, and replace this basic
fallback PSCI provider before the Linux kernel is started.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/r8a779g0_whitehawk_defconfig