nuttx/arch/risc-v/src/k230
Inochi Amaoto bc022f8cd8 arch/risc-v: remove g_cpux_idlestack
As all the board allocate idle stack from _ebss. The idle stack
layout is fix and can be computed directly by using _ebss. There
is no need to use g_cpux_idlestack array anymore, remove it.

Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
2024-05-11 17:57:59 +02:00
..
hardware arch/risc-v: implement sbi_ipi_send 2024-05-02 16:08:13 +08:00
chip.h risc-v/k230: fix k230_hart_is_big issue 2024-03-14 00:05:06 +08:00
CMakeLists.txt build/cmake: add initial KERNEL mode support 2024-03-15 16:21:23 +08:00
k230_allocateheap.c
k230_hart.c risc-v/k230: fix k230_hart_is_big issue 2024-03-14 00:05:06 +08:00
k230_hart.h riscv/k230: minor revision on PMP settings 2024-03-09 11:52:13 +08:00
k230_head.S arch/risc-v: introduce dynamic stack allocation. 2024-04-27 22:09:22 -03:00
k230_ipi.c risc-v/k230: add IPI support to speed up RPTUN/RPMSG 2024-02-21 04:37:03 -08:00
k230_ipi.h risc-v/k230: add IPI support to speed up RPTUN/RPMSG 2024-02-21 04:37:03 -08:00
k230_irq_dispatch.c
k230_irq.c arch/risc-v: unfiy IPI access 2024-04-27 22:09:22 -03:00
k230_memorymap.h arch/risc-v: introduce dynamic stack allocation. 2024-04-27 22:09:22 -03:00
k230_mm_init.c riscv/k230: add ARCH_HAVE_RESET revise logging 2024-03-13 13:46:02 +08:00
k230_mm_init.h
k230_pgalloc.c
k230_rptun.c riscv/k230: add ARCH_HAVE_RESET revise logging 2024-03-13 13:46:02 +08:00
k230_rptun.h risc-v/k230: add IPI support to speed up RPTUN/RPMSG 2024-02-21 04:37:03 -08:00
k230_start.c arch/risc-v: remove g_cpux_idlestack 2024-05-11 17:57:59 +02:00
k230_timerisr.c
k230_userspace.c riscv/k230: minor revision on PMP settings 2024-03-09 11:52:13 +08:00
k230_userspace.h risc-v/canmv230: add PROTECTED build support 2024-01-08 19:46:42 -03:00
Kconfig risc-v/k230: add IPI support to speed up RPTUN/RPMSG 2024-02-21 04:37:03 -08:00
Make.defs risc-v/k230: add IPI support to speed up RPTUN/RPMSG 2024-02-21 04:37:03 -08:00