]> Git Repo - u-boot.git/commit
riscv: cpu: cv1800b: Add support for cv1800b SoC
authorKongyang Liu <[email protected]>
Sat, 9 Mar 2024 16:54:56 +0000 (00:54 +0800)
committerLeo Yu-Chi Liang <[email protected]>
Tue, 9 Apr 2024 03:30:02 +0000 (11:30 +0800)
commitae800aa79a80682080b77d7420c7df8d823431d8
tree8ab01b4490084e4bb5cf1a3d36680bb221643311
parente4f69492adfdd1c72c0d2d031fe2606efe125773
riscv: cpu: cv1800b: Add support for cv1800b SoC

Add Sophgo cv1800b SoC to support RISC-V arch.

Signed-off-by: Kongyang Liu <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
arch/riscv/Kconfig
arch/riscv/cpu/cv1800b/Kconfig [new file with mode: 0644]
arch/riscv/cpu/cv1800b/Makefile [new file with mode: 0644]
arch/riscv/cpu/cv1800b/cpu.c [new file with mode: 0644]
arch/riscv/cpu/cv1800b/dram.c [new file with mode: 0644]
board/sophgo/milkv_duo/Kconfig
This page took 0.03421 seconds and 4 git commands to generate.