-
- Downloads
ARMv8: Add basic PSCI framework
This patch introduces a generic ARMv8 PSCI framework, with all functions returning a dummy ARM_PSCI_RET_NI (Not Implemented), then it is up to each platform to implement their own functions based on this framework. Signed-off-by:Hongbo Zhang <hongbo.zhang@nxp.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
York Sun <york.sun@nxp.com>
Showing
- arch/arm/cpu/armv8/Kconfig 10 additions, 0 deletionsarch/arm/cpu/armv8/Kconfig
- arch/arm/cpu/armv8/Makefile 1 addition, 0 deletionsarch/arm/cpu/armv8/Makefile
- arch/arm/cpu/armv8/psci.S 286 additions, 0 deletionsarch/arm/cpu/armv8/psci.S
- arch/arm/include/asm/psci.h 15 additions, 0 deletionsarch/arm/include/asm/psci.h
Loading
Please register or sign in to comment