cv18x0: add new target for Cvitek CV18x0 RISC-V SoCs cv18x0-202305
authorZoltan HERPAI <wigyori@uid0.hu>
Wed, 4 Oct 2023 15:28:54 +0000 (17:28 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Wed, 15 May 2024 07:28:22 +0000 (09:28 +0200)
commit8d9934b9f708d1682e583c2de31bab32b8d3407c
tree41f0b5d63de648823980047c2eeeaea8eb5fbc74
parentedc6ebf773079bf2618a63b6841fdb081fc1646a
cv18x0: add new target for Cvitek CV18x0 RISC-V SoCs

This target adds support for the Cvitek CV18x0 RISC-V based SoCs.

 - RISC-V single-core T-Head C906 (RV64GCV)
 - 700Mhz RISC-V co-processor based on C906
 - 64Mb DDR2 integrated in the same physical package
 - usual peripherals like USB2, SPI, I2C, PWM, etc.

Initially targeting the Milk-V Duo+dock (CV1800b SoC) board.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
22 files changed:
package/boot/uboot-cv18x0/110-no-kwbimage.patch [new file with mode: 0644]
package/boot/uboot-cv18x0/Makefile [new file with mode: 0644]
package/boot/uboot-cv18x0/patches/100-mkimage-check-environment-for-dtc-binary-location.patch [new file with mode: 0644]
package/boot/uboot-cv18x0/patches/130-fix-mkimage-host-build.patch [new file with mode: 0644]
package/boot/uboot-cv18x0/patches/200-add-BL33-on-milkvduo.patch [new file with mode: 0644]
package/boot/uboot-cv18x0/uEnv-default.txt [new file with mode: 0644]
target/linux/cv18x0/Makefile [new file with mode: 0644]
target/linux/cv18x0/base-files/etc/board.d/01_leds [new file with mode: 0644]
target/linux/cv18x0/base-files/etc/board.d/02_network [new file with mode: 0644]
target/linux/cv18x0/base-files/etc/inittab [new file with mode: 0644]
target/linux/cv18x0/base-files/lib/preinit/79_move_config [new file with mode: 0644]
target/linux/cv18x0/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/cv18x0/config-6.6 [new file with mode: 0644]
target/linux/cv18x0/generic/target.mk [new file with mode: 0644]
target/linux/cv18x0/image/Config.in [new file with mode: 0644]
target/linux/cv18x0/image/Makefile [new file with mode: 0644]
target/linux/cv18x0/image/gen_cv18x0_sdcard_img.sh [new file with mode: 0755]
target/linux/cv18x0/patches-6.6/0001-riscv-Add-Sophgo-SoC-platform-hardware-support.patch [new file with mode: 0644]
target/linux/cv18x0/patches-6.6/0005-riscv-dts-sophgo-add-initial-CV1800B-SoC-device-tree.patch [new file with mode: 0644]
target/linux/cv18x0/patches-6.6/0006-riscv-dts-add-initial-SOPHGO-SG2042-SoC-device-tree.patch [new file with mode: 0644]
target/linux/cv18x0/patches-6.6/0007-riscv-dts-sophgo-add-Milk-V-Pioneer-board-device-tre.patch [new file with mode: 0644]
target/linux/cv18x0/patches-6.6/0008-riscv-dts-sophgo-add-Milk-V-Duo-board-device-tree.patch [new file with mode: 0644]