]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: sophgo: milkv_duo: initial support added
authorKongyang Liu <seashell11234455@gmail.com>
Sun, 28 Jan 2024 07:05:25 +0000 (15:05 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 31 Jan 2024 08:52:45 +0000 (16:52 +0800)
commit0dc6ee6d2bd74ce1494b8df585cda6159f165152
treed5117a677edcf15507d18eae64e6c42f3261e59f
parentf03d2ab206ebd2dc8f4e1f44ff450dba8d6a515a
riscv: sophgo: milkv_duo: initial support added

Add support for Sophgo's Milk-V Duo board, only minimal device tree and
serial console are enabled, and it can boot via vendor first stage
bootloader.

Signed-off-by: Kongyang Liu <seashell11234455@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/Kconfig
board/sophgo/milkv_duo/Kconfig [new file with mode: 0644]
board/sophgo/milkv_duo/MAINTAINERS [new file with mode: 0644]
board/sophgo/milkv_duo/Makefile [new file with mode: 0644]
board/sophgo/milkv_duo/board.c [new file with mode: 0644]
configs/milkv_duo_defconfig [new file with mode: 0644]
include/configs/milkv_duo.h [new file with mode: 0644]