Skip to content

Commit

Permalink
riscv: mm: initial implementation of memory management routines
Browse files Browse the repository at this point in the history
An initial working implementation of mm for RISC-V MMU-enabled harts.
The default MMU mode is set to Sv39 for RV64 with 3 page table levels.

Signed-off-by: Marouene Boubakri <marouene.boubakri@nxp.com>
Reviewed-by: Alvin Chang <alvinga@andestech.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
  • Loading branch information
maroueneboubakri authored and jforissier committed Jul 19, 2023
1 parent d843ed6 commit f7e4fc1
Show file tree
Hide file tree
Showing 2 changed files with 737 additions and 0 deletions.
Loading

0 comments on commit f7e4fc1

Please sign in to comment.