nuttx/arch/mips/include
Lwazi Dube e593ba35a4 arch/mips: Add basic support for MIPS Creator CI20 board
This commit introduces a rudimentary architecture and board port for the
MIPS Creator CI20, featuring the dual core Ingenic JZ4780 SoC (MIPS32).

Included in this initial implementation:
- Basic architectural initialization and startup code for the JZ4780 Core 0.
- Minimal configuration required to execute from RAM.
- Early UART/serial console support for basic debugging and NSH output.
- Minimal board-specific configuration for the CI20 target.
- Console output is routed via UART0 on the expansion header.

This establishes basic support for running NuttX on the MIPS CI20.
Further peripherals, optimization, and extended documentation are left for
future iterations or community contributions.

Build and Runtime Deployment Info:
----------------------------------

The baseline can be configured, compiled using the MIPS MTI toolchain,
and loaded via U-Boot using the following commands (replace
<tftp_dir> with your local TFTP root directory).

./tools/configure.sh -l ci20/nsh
  make CROSSDEV=mips-mti-elf-
  mkimage -A mips -O linux -T kernel -C none -a 0x80000180 -e 0x800004ac \
    -n "nx" -d nuttx.bin <tftp_dir>/nuttx.umg

Note: U-Boot must be properly configured for networking (e.g., valid ipaddr,
serverip, and ethaddr environment variables) to fetch the image over TFTP.

Run this from U-Boot prompt:
  tftp nuttx.umg && bootm $fileaddr

Signed-off-by: Lwazi Dube <lwazeh@gmail.com>
2026-07-15 08:02:55 -03:00
..
jz4780 arch/mips: Add basic support for MIPS Creator CI20 board 2026-07-15 08:02:55 -03:00
mips32 arch/mips: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
pic32mx arch/irq.h: update all inline to inline_function 2025-01-06 23:03:05 +08:00
pic32mz arch/irq.h: update all inline to inline_function 2025-01-06 23:03:05 +08:00
.gitignore Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
arch.h arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
inttypes.h arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
irq.h arch: rename STACK_ALIGNMENT to STACKFRAME_ALIGN across all architectures 2026-01-22 15:37:24 +08:00
limits.h arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
syscall.h arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
types.h arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00