Re: [PATCH v2 5/8] bsps/shared: Add PSCI-based bspreset implementation
On 28/09/2020 17:24, Kinsey Moore wrote: This adds a bsp_reset implementation based on the ARM PSCI specification often present in ARMv8 systems. --- bsps/shared/start/bspreset-psci.c | 56 +++ Maybe name it bspreset-arm-psci.c __
[PATCH v2 5/8] bsps/shared: Add PSCI-based bspreset implementation
This adds a bsp_reset implementation based on the ARM PSCI specification often present in ARMv8 systems. --- bsps/shared/start/bspreset-psci.c | 56 +++ 1 file changed, 56 insertions(+) create mode 100644 bsps/shared/start/bspreset-psci.c diff --git a/bsps/shared/star