This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 0ba891c1b0 armv7-a: smp: fix stack coloration
new 9af8b740e6 Elf loader: give temporary write access to user .text memory
new 248b738f25 arm_addrenv: Add stubs for modifying permissions
The 2 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/Make.defs | 2 +-
.../arm/src/armv7-a/arm_addrenv_perms.c | 53 ++++----
arch/risc-v/src/common/riscv_addrenv.c | 4 +-
arch/risc-v/src/common/riscv_addrenv_perms.c | 151 +++++++++++++++++++++
arch/risc-v/src/common/riscv_mmu.c | 17 +++
arch/risc-v/src/common/riscv_mmu.h | 40 ++++++
arch/risc-v/src/mpfs/Make.defs | 2 +-
binfmt/libelf/libelf.h | 4 +-
binfmt/libelf/libelf_addrenv.c | 86 ++++++++++++
include/nuttx/arch.h | 38 ++++++
10 files changed, 362 insertions(+), 35 deletions(-)
copy boards/arm/stm32/common/include/stm32_ssd1306.h =>
arch/arm/src/armv7-a/arm_addrenv_perms.c (67%)
create mode 100644 arch/risc-v/src/common/riscv_addrenv_perms.c