On 04/10/2020 06:18, Kinsey Moore wrote:
This adds a bsp_reset implementation based on the ARM PSCI
specification often present in ARMv8 systems.
Looks good.
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
This adds a bsp_reset implementation based on the ARM PSCI
specification often present in ARMv8 systems.
---
bsps/shared/start/bspreset-arm-psci.c | 56 +++
1 file changed, 56 insertions(+)
create mode 100644 bsps/shared/start/bspreset-arm-psci.c
diff --git a/bsps/shared/