openocd-kendryte
openocd-kendryte copied to clipboard
Support Sv39 address translation
This issue is for enhancement.
Add sv39 support
Add sv39 virtual memory system for debugging Linux drivers.
relevant source code
https://github.com/kendryte/openocd-kendryte/blob/master/src/target/armv4_5_mmu.c for software MMU(sv39) emulation.
edit https://github.com/kendryte/openocd-kendryte/blob/master/src/target/riscv/riscv-011.c#L2464 like this https://github.com/kendryte/openocd-kendryte/blob/master/src/target/arm720t.c#L569