arm64: renesas: Make stub PSCI implementation available on 64bit R-Car SoCs
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 12 Dec 2024 13:36:09 +0000 (14:36 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 29 Dec 2024 15:55:31 +0000 (16:55 +0100)
commit67440c8642d23cc9c4780bf20e5ce932c65c01b9
treeb52223288aa92cf46d129724be3e8b09cc1e1c5d
parent94255316db0b8c0b8f5c604419221039261e641a
arm64: renesas: Make stub PSCI implementation available on 64bit R-Car SoCs

Make the R-Car V3U stub PSCI implementation available on 64bit R-Car SoCs.
This implementation is useful during early board bring up, where it can
supplant missing fully-featured PSCI implementation. Note that this PSCI
implementation is very basic and offers only SoC reset functionality. It
is unable to enable or disable secondary CPU cores nor does it offer any
suspend/resume functionality.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-renesas/Makefile
arch/arm/mach-renesas/psci-rcar64.c [moved from arch/arm/mach-renesas/psci-r8a779a0.c with 92% similarity]