nuttx/Documentation/platforms/risc-v
Yanfeng Liu a4b22fe999 risc-v/k230: initial Asymmetric Multi-Processing support
K230 chip has two T-Head C908 RiscV cores, previously we run NuttX
on either little or big cores. This patch runs NuttX on both cores
with OpenAMP support via the RPTUN driver.

New additions:

- in arch/risc-v/src/k230
  - k230_rptun.c              K230 RPTUN driver
  - k230_rptun.h              K230 RPTUN driver header file

- in baords/risc-v/k230/canmv230
  - configs/master            Build config for master node
  - configs/remote            Build config for remote node
  - scripts/ld-rptun.script   Build script for RPTUN

Major changes:

- arch/risc-v/Kconfig         Select NUTTSBI_LATE_INIT upon NUTTSBI
- in arch/risc-v/include
  - k230/irq.h                Add UART3 IRQ defs
- in arch/risc-v/src/k230
  - Kconfig                   Add RPTUN related config items
  - Make.defs                 Add k230-rptun.c to sources
  - hardware/k230_memorymap.h Add K230 device and CSR defs
  - k230_hart.c               Add hart ctrl for RPTUN
  - k230_hart.h               Add hart ctrl for RPTUN
  - k230_mm_init.c            Add Svpmbt to support RPTUN
  - k230_start.c              Revised to support RPMsg UART
- in boards/risc-v/k230/canmv230
  - scripts/Make.defs         Add RPTUN script selection
  - src/canmv_init.c          Add RPTUN and RPMsg_UART initialization
- in Documentation/platforms/risc-v/k230/boards/canmv230
  - index.rst                 Add AMP usage information.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
2024-02-13 10:34:21 -03:00
..
bl602 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
bl808 boards/riscv: Add support for PINE64 Ox64 BL808 SBC 2023-12-15 18:52:16 -08:00
c906 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
esp32c3 Docs/esp32c3: esp32c3 new approach documentation added 2024-01-30 08:32:05 +01:00
esp32c3-legacy Docs/esp32c3: esp32c3 new approach documentation added 2024-01-30 08:32:05 +01:00
esp32c6 Docs/esp: esp32h2 and esp32c6 documentation added 2024-01-30 08:32:05 +01:00
esp32h2 Docs/esp: esp32h2 and esp32c6 documentation added 2024-01-30 08:32:05 +01:00
fe310 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
hpm6750 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
jh7110 boards/riscv: Add support for PINE64 Ox64 BL808 SBC 2023-12-15 18:52:16 -08:00
k210 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
k230 risc-v/k230: initial Asymmetric Multi-Processing support 2024-02-13 10:34:21 -03:00
litex Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
mpfs Documentation: Fix compilation warnings 2023-03-25 12:23:35 +02:00
qemu-rv risc-v/qemu-rv/rv-virt: Add support to loader ROMFS image in kernel 2024-02-07 19:46:42 -08:00
rv32m1 Documentation: Fix various typos 2023-11-23 16:38:19 -08:00
index.rst