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 85a7b94a2e driver: add note when driver registers
new c429438f0d arch/arm: add up_systempoweroff()
new aabc458bcd arch/arm/psci: Fixed the poweroff command blocking problem.
new ab693f8aee arm64/qemu: add support poweroff/reboot command
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm/src/armv7-a/arm_cpu_psci.c | 66 +++++++++++++++++-----
arch/arm/src/armv7-a/arm_cpu_psci.h | 1 -
arch/arm64/src/common/CMakeLists.txt | 2 +-
arch/arm64/src/common/Make.defs | 2 +-
arch/arm64/src/common/arm64_cpu_psci.c | 66 +++++++++++++++++-----
arch/arm64/src/common/arm64_cpu_psci.h | 1 -
arch/arm64/src/common/arm64_systemreset.c | 63 ---------------------
.../qemu/qemu-armv8a/configs/nsh_smp/defconfig | 2 +
boards/arm64/qemu/qemu-armv8a/src/CMakeLists.txt | 3 +-
boards/arm64/qemu/qemu-armv8a/src/Makefile | 2 +-
.../qemu/qemu-armv8a/src/qemu_power.c} | 14 ++++-
include/nuttx/arch.h | 12 ++++
12 files changed, 131 insertions(+), 103 deletions(-)
delete mode 100644 arch/arm64/src/common/arm64_systemreset.c
copy boards/{arm/imxrt/imxrt1064-evk/src/imxrt_reset.c =>
arm64/qemu/qemu-armv8a/src/qemu_power.c} (93%)