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 635d578a73 drivers/sensor: Remove the selection of UORB from Kconfig
new c7e70b6967 arm64: GoldFish Platform support
new 8eea6d2e2a arm64: GoldFish add miss arm64_netinitialize
new 1e55ca43ef arm64: set cpuid according to mpidr
new cb3e6667e3 arm64: add PSCI support for qemu platform
new 3a08c0a1e6 qemu:fdt:add device tree support for goldfish arm/arm64
The 5 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/Kconfig | 19 +++++
arch/arm64/include/goldfish/chip.h | 92 +++++++++++++++++++++
arch/arm64/include/goldfish/irq.h | 34 ++++++++
arch/arm64/src/goldfish/Kconfig | 8 ++
arch/arm64/src/goldfish/Make.defs | 28 +++++++
arch/arm64/src/goldfish/chip.h | 42 ++++++++++
.../{qemu/qemu_boot.c => goldfish/goldfish_boot.c} | 28 +++++--
arch/arm64/src/goldfish/goldfish_boot.h | 81 +++++++++++++++++++
arch/arm64/src/goldfish/goldfish_lowputc.S | 93 ++++++++++++++++++++++
arch/arm64/src/goldfish/goldfish_serial.c | 74 +++++++++++++++++
arch/arm64/src/goldfish/goldfish_serial.h | 58 ++++++++++++++
arch/arm64/src/qemu/qemu_boot.c | 2 +-
12 files changed, 550 insertions(+), 9 deletions(-)
create mode 100644 arch/arm64/include/goldfish/chip.h
create mode 100644 arch/arm64/include/goldfish/irq.h
create mode 100644 arch/arm64/src/goldfish/Kconfig
create mode 100644 arch/arm64/src/goldfish/Make.defs
create mode 100644 arch/arm64/src/goldfish/chip.h
copy arch/arm64/src/{qemu/qemu_boot.c => goldfish/goldfish_boot.c} (90%)
create mode 100644 arch/arm64/src/goldfish/goldfish_boot.h
create mode 100644 arch/arm64/src/goldfish/goldfish_lowputc.S
create mode 100644 arch/arm64/src/goldfish/goldfish_serial.c
create mode 100644 arch/arm64/src/goldfish/goldfish_serial.h