nuttx/boards/risc-v/mpfs/icicle
Ville Juven 31b916c485 MPFS: Add kernel space mappings
Mappings are done with vaddr=paddr.
- I/O space mapped with two gigapages
- Kernel space mapped to statically allocated page tables. 2MB of kernel
  memory is supported.
- Page pool is mapped to the kernel space, to allow virtual memory access
  for the kernel e.g. to initialize the page memory when it is allocated.
2022-05-02 16:13:15 +08:00
..
configs MPFS: Add knsh (CONFIG_BUILD_KERNEL=y) 2022-05-02 16:13:15 +08:00
include MPFS: Add kernel space mappings 2022-05-02 16:13:15 +08:00
scripts MPFS: Add kernel space mappings 2022-05-02 16:13:15 +08:00
src risc-v/mpfs: add USB device driver 2022-03-08 16:49:29 +08:00
Kconfig