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 0c805ca0a9 mm: Change global spinlock to per heap
     new 489bd15271 arch/arm64: support relocate for aarch64
     new da95b35175 arch/arm64: Add declaration for arm64_mmu_set_memregion
     new 8ad88a3fc5 qemu/arm64: implement up_textheap_align and support sotest

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/Kconfig                                 |   2 +
 arch/arm64/include/elf.h                           | 217 ++++++
 arch/arm64/src/common/arm64_mmu.c                  |   2 +-
 arch/arm64/src/common/arm64_mmu.h                  |   1 +
 arch/arm64/src/qemu/Make.defs                      |   4 +
 .../src/qemu/qemu_textheap.c}                      |  40 +-
 .../configs/{nsh_fiq => sotest}/defconfig          |  11 +-
 boards/arm64/qemu/qemu-armv8a/scripts/Make.defs    |   5 +
 boards/arm64/qemu/qemu-armv8a/scripts/dramboot.ld  |   5 +
 include/elf.h                                      |   1 +
 libs/libc/machine/arm64/Make.defs                  |   4 +
 libs/libc/machine/arm64/arch_elf.c                 | 798 +++++++++++++++++++++
 12 files changed, 1080 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm64/include/elf.h
 copy arch/{sim/src/sim/sim_textheap.c => arm64/src/qemu/qemu_textheap.c} (73%)
 copy boards/arm64/qemu/qemu-armv8a/configs/{nsh_fiq => sotest}/defconfig (88%)
 create mode 100644 libs/libc/machine/arm64/arch_elf.c

Reply via email to