commit | 7f772fbcc04b8f70a70b79f869b03c2897ba0651 | [log] [tgz] |
---|---|---|
author | Icenowy Zheng <icenowy@aosc.io> | Sat Aug 01 02:56:45 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 05 08:18:34 2020 -0400 |
tree | 7edb9ce0a9de563d0e92635845fc18cc9554dea6 | |
parent | 5ce2776ae63326807bc504fcfed24997c2a03bb2 [diff] |
ARM: add Kconfig option for PSCI 0.1 We still have some platforms that only implements functionalities in PSCI 0.1 (e.g. Allwinner ARMv7 SoCs). Add a Kconfig option for exporting only PSCI 0.1. The code to export PSCI 0.1 is still available and gets activated by this patch. In addition, default ARCH_SUNXI U-Boot PSCI implementation to export PSCI 0.1, to fix poweroff/reboot regression on Allwinner multi-core ARMv7 SoCs. Signed-off-by: Icenowy Zheng <icenowy@aosc.io>