nuttx/Documentation/platforms
Lee Lup Yuen 87c1b81857 boards/riscv: Add support for PINE64 Ox64 BL808 SBC
This PR adds support for PINE64 Ox64 64-bit RISC-V SBC, based on Bouffalo Lab BL808 SoC (T-Head C906 Core). Most of the code is derived from NuttX for Star64 JH7110. The source files are explained in the articles here: https://github.com/lupyuen/nuttx-ox64

### Modified Files

`boards/Kconfig`: Added Ox64 board

### New Files in boards/risc-v/bl808/ox64

`src/bl808_appinit.c`: Startup Code

`include/board.h`: Ox64 Definitions

`include/board_memorymap.h`: Memory Map

`src/etc/init.d/rc.sysinit`, `rcS`: Startup Script

`src/.gitignore`: Ignore the tmp filesystem

`scripts/ld.script`: Linker Script

`scripts/Make.defs`: Ox64 Makefile

`src/Makefile`: Ox64 Makefile

`Kconfig`: Ox64 Config

`configs/nsh/defconfig`: Build Config for `ox64:nsh`

### Updated Documentation

`platforms/risc-v/bl808/index.rst`: New page for Bouffalo Lab BL808 SoC

`platforms/risc-v/bl808/boards/ox64/index.rst`: Building and booting NuttX for Ox64

`platforms/risc-v/jh7110/boards/star64/index.rst`: Fix typo
2023-12-15 18:52:16 -08:00
..
arm fix bug in gd32f4xx_serial.c, add romfsimg.h, gd32f4xx_reset and improve gd32f4xx_gpio.c for f470z board, add board decription for f470 2023-12-13 23:27:23 -08:00
arm64 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
avr Documentation: Fix various typos 2023-11-23 16:38:19 -08:00
ceva Documentation: add missing platforms to platforms/ and remove introduction/platforms 2023-10-22 19:06:44 +08:00
hc Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
mips Documentation: Fix various typos 2023-11-23 16:38:19 -08:00
misco Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
or1k Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
renesas Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
risc-v boards/riscv: Add support for PINE64 Ox64 BL808 SBC 2023-12-15 18:52:16 -08:00
sim Documentation: Fix typos 2023-10-29 10:35:51 +08:00
sparc Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
x86 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
x86_64 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
xtensa doc: update an example to match the latest versions of the code 2023-12-07 19:48:51 -08:00
z16 Documentation: migrate boards/{z16|z80}/xxx/configs/README.txt 2023-10-28 13:55:22 +08:00
z80 Documentation: migrate boards/{z16|z80}/xxx/configs/README.txt 2023-10-28 13:55:22 +08:00
index.rst Documentation: migrate /arch 2023-10-26 00:08:54 +08:00