This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 72acec7275 esp32s3: Fix faulty `esp32s3-devkit:stack` example
new a559f3495a arm64_addrenv: Fix the amount of page table levels
new 6e15994f4c arm64_addrenv: Add support for 4 level MMU translations
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/arm64/include/arch.h | 4 +-
arch/arm64/src/common/arm64_addrenv.c | 72 ++++++++++++++++++-----------
arch/arm64/src/common/arm64_addrenv_perms.c | 4 +-
arch/arm64/src/common/arm64_addrenv_pgmap.c | 12 +++--
arch/arm64/src/common/arm64_addrenv_utils.c | 13 +++---
arch/arm64/src/common/arm64_mmu.c | 22 ++++++---
arch/arm64/src/common/arm64_mmu.h | 32 +++++++++++--
arch/arm64/src/common/arm64_pgalloc.c | 6 ++-
8 files changed, 113 insertions(+), 52 deletions(-)