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 ff4ad07576 greenhills: add cmake support
new 060ac93f82 arm64: allow to use custom up_timer_initialize
new ea29217442 arm64: fix tickless mode in SMP
new c039ea77ba arm64: fix use arch-timer in SMP
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/arm64/src/a64/Make.defs | 2 +-
.../{common/arm64_arch_timer.h => a64/a64_timer.c} | 30 ++----
arch/arm64/src/common/arm64_arch_timer.c | 111 ++++++++-------------
arch/arm64/src/common/arm64_arch_timer.h | 30 +++---
arch/arm64/src/common/arm64_cpustart.c | 3 -
arch/arm64/src/fvp-v8r/Make.defs | 2 +-
.../arm64_arch_timer.h => fvp-v8r/fvp_timer.c} | 30 ++----
arch/arm64/src/goldfish/Make.defs | 2 +-
.../goldfish_timer.c} | 30 ++----
arch/arm64/src/imx8/Make.defs | 2 +-
.../arm64_arch_timer.h => imx8/imx8_timer.c} | 30 ++----
arch/arm64/src/imx9/Make.defs | 3 +-
.../arm64_arch_timer.h => imx9/imx9_timer.c} | 30 ++----
arch/arm64/src/qemu/CMakeLists.txt | 2 +-
arch/arm64/src/qemu/Make.defs | 2 +
.../arm64_arch_timer.h => qemu/qemu_timer.c} | 30 ++----
arch/arm64/src/rk3399/Make.defs | 2 +-
.../arm64_arch_timer.h => rk3399/rk3399_timer.c} | 30 ++----
arch/arm64/src/zynq-mpsoc/Make.defs | 2 +-
.../arm64_arch_timer.h => zynq-mpsoc/zynq_timer.c} | 30 ++----
20 files changed, 130 insertions(+), 273 deletions(-)
copy arch/arm64/src/{common/arm64_arch_timer.h => a64/a64_timer.c} (57%)
copy arch/arm64/src/{common/arm64_arch_timer.h => fvp-v8r/fvp_timer.c} (57%)
copy arch/arm64/src/{common/arm64_arch_timer.h => goldfish/goldfish_timer.c}
(57%)
copy arch/arm64/src/{common/arm64_arch_timer.h => imx8/imx8_timer.c} (57%)
copy arch/arm64/src/{common/arm64_arch_timer.h => imx9/imx9_timer.c} (57%)
copy arch/arm64/src/{common/arm64_arch_timer.h => qemu/qemu_timer.c} (57%)
copy arch/arm64/src/{common/arm64_arch_timer.h => rk3399/rk3399_timer.c} (57%)
copy arch/arm64/src/{common/arm64_arch_timer.h => zynq-mpsoc/zynq_timer.c}
(57%)