On Fri, Jul 10, 2026 at 01:33:56PM -0300, Hiago De Franco wrote: > Add U-Boot support for Milk-V Duo 256M. > > This board has a different SoC compared to the Milk-V Duo 64M, it uses > the Sophgo SG2002 instead of the Sophgo CV1800B. Both SoCs share many > common IP blocks, so this board reuses the existing cv1800b CPU support. > > Link: https://milkv.io/docs/duo/getting-started/duo256m > Signed-off-by: Hiago De Franco <[email protected]> > --- > arch/riscv/Kconfig | 4 ++ > arch/riscv/dts/Makefile | 1 + > arch/riscv/dts/sg2002-milkv-duo256m.dts | 46 +++++++++++++++ > board/sophgo/milkv_duo_256m/Kconfig | 30 ++++++++++ > board/sophgo/milkv_duo_256m/MAINTAINERS | 5 ++ > board/sophgo/milkv_duo_256m/Makefile | 6 ++ > board/sophgo/milkv_duo_256m/board.c | 19 ++++++ > board/sophgo/milkv_duo_256m/milkv_duo_256m.env | 8 +++ > configs/milkv_duo_256m_defconfig | 42 +++++++++++++ > doc/board/sophgo/index.rst | 1 + > doc/board/sophgo/milkv_duo_256m.rst | 82 > ++++++++++++++++++++++++++ > include/configs/milkv_duo_256m.h | 12 ++++ > 12 files changed, 256 insertions(+)
Acked-by: Leo Yu-Chi Liang <[email protected]> Best regards, Leo
