zephyr/arch/riscv32/core
Maureen Helm bc9f67f97f arch: soc: riscv32: Separate soc offsets from soc context save
The zero-riscy core on the rv32m1 soc does not implement hardware loop
extensions and thus should not enable RISCV_SOC_CONTEXT_SAVE, however it
does still need access to the EVENTx_INTPTPENDCLEAR symbol which comes
from GEN_SOC_OFFSET_SYMS().

Split out the soc offset symbols into a separate config so we can enable
them without enabling soc context saving.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2019-05-06 14:52:17 -05:00
..
offsets arch: soc: riscv32: Separate soc offsets from soc context save 2019-05-06 14:52:17 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
cpu_idle.c
fatal.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
irq_manage.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
irq_offload.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
isr.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
prep_c.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
reset.S all: Update reserved function names 2019-03-11 13:48:42 -04:00
swap.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
thread.c kernel: demote K_THREAD_STACK_BUFFER() to private 2019-04-05 16:10:02 -04:00