zephyr/include/arch/riscv
Nicolas Royer f5ac11ae32 arch: riscv: linker: add support for userspace
- Move kobject list after .bss
  The previous order shift kernel object address defined in prebuild
  file (which is use as reference in running time). So it was impossible
  for zephyr to check if a kernel object address was granted because
  address changed during build.

- Add support for memory shared.

- Move sdata2 section in ROM because it contains constants.

Signed-off-by: Nicolas Royer <nroyer@baylibre.com>
2020-11-09 15:37:11 -05:00
..
common arch: riscv: linker: add support for userspace 2020-11-09 15:37:11 -05:00
riscv-privilege
arch.h arch: riscv: add memory protection support 2020-11-09 15:37:11 -05:00
csr.h arch: riscv: add pmp support 2020-11-09 15:37:11 -05:00
error.h arch: riscv: add memory protection support 2020-11-09 15:37:11 -05:00
exp.h
syscall.h arch: riscv: add memory protection support 2020-11-09 15:37:11 -05:00
thread.h arch: riscv: add memory protection support 2020-11-09 15:37:11 -05:00