This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 11cc232de5 `pthread_mutex_timedlock` never returns `EINTR`
add 753f46dffe arch/arm64: add support of systemreset
add 756e2419c1 boards/pinephone: add support of reboot command
No new revisions were added by this update.
Summary of changes:
arch/arm64/Kconfig | 1 +
arch/arm64/src/a64/a64_boot.c | 2 +-
arch/arm64/src/common/Make.defs | 2 +-
arch/arm64/src/common/arm64_cpu_psci.c | 14 ++++++++++++++
arch/arm64/src/common/arm64_cpu_psci.h | 1 +
.../src/common/arm64_systemreset.c} | 19 ++++++++++++++-----
boards/arm64/a64/pinephone/configs/nsh/defconfig | 1 +
boards/arm64/a64/pinephone/src/Makefile | 3 +++
.../a64/pinephone/src/pinephone_reset.c} | 2 +-
9 files changed, 37 insertions(+), 8 deletions(-)
copy arch/{xtensa/src/esp32s2/esp32s2_systemreset.c =>
arm64/src/common/arm64_systemreset.c} (84%)
copy boards/{sparc/bm3803/xx3803/src/bm3803_reset.c =>
arm64/a64/pinephone/src/pinephone_reset.c} (97%)