nuttx/boards/risc-v/mpfs/icicle/scripts
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
..
hss-nuttx.yml
kernel-space.ld MPFS: Add linker script for CONFIG_BUILD_KERNEL 2022-03-18 18:20:12 +08:00
ld-envm-opensbi.script risc-v: Use _ebss instead of _default_stack_limit as idle stack base 2022-02-13 14:37:57 +08:00
ld-envm.script MPFS: Add linker script for CONFIG_BUILD_KERNEL 2022-03-18 18:20:12 +08:00
ld-kernel.script MPFS: Add kernel space mappings 2022-05-02 16:13:15 +08:00
ld.script MPFS: Fix error in flat build linker script 2022-03-28 14:05:51 +03:00
Make.defs boards: Move -fno-strict-aliasing from Make.defs to Toolchain.defs 2022-05-01 11:36:41 +03:00
memory.ld Add proper user/kernel space linker scripts for knsh target 2022-01-25 20:22:34 +08:00
user-space.ld Add proper user/kernel space linker scripts for knsh target 2022-01-25 20:22:34 +08:00