mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
ed50f82ceb
Implement basic PSCI provider to let OS turn CPU cores off and on, power off and restart the system and determine PSCI version. This is sufficient to remove the need for the ATF BL31 blob altogether. To make use of this functionality, active the following Kconfig options: # CONFIG_PSCI_RESET is not set CONFIG_ARMV8_MULTIENTRY=y CONFIG_ARMV8_SET_SMPEN=y CONFIG_ARMV8_SPL_EXCEPTION_VECTORS=y CONFIG_ARMV8_EA_EL3_FIRST=y CONFIG_ARMV8_PSCI=y CONFIG_ARMV8_PSCI_CPUS_PER_CLUSTER=4 CONFIG_ARMV8_SECURE_BASE=0x970000 CONFIG_ARM_SMCCC=y CONFIG_SYS_HAS_ARMV8_SECURE_BASE=y Signed-off-by: Marek Vasut <marex@denx.de> |
||
---|---|---|
.. | ||
clock_imx8mm.c | ||
clock_imx8mq.c | ||
clock_slice.c | ||
imximage-8mm-lpddr4.cfg | ||
imximage-8mn-ddr4.cfg | ||
imximage-8mn-lpddr4.cfg | ||
imximage-8mp-lpddr4.cfg | ||
imximage.cfg | ||
Kconfig | ||
lowlevel_init.S | ||
Makefile | ||
psci.c | ||
soc.c |