On 3/11/26 09:41, [email protected] wrote:
From: Du Huanpeng <[email protected]> - 64MiB SDRAM K9F1G08 - 4MiB spi flash - ethernet DM9161CEP - UART2 console Links: https://dfgh.top/loongson Signed-off-by: Du Huanpeng <[email protected]> --- board/loongson/ls1c300-eval/Kconfig | 12 ++++++ board/loongson/ls1c300-eval/MAINTAINERS | 7 ++++ board/loongson/ls1c300-eval/Makefile | 3 ++ board/loongson/ls1c300-eval/board.c | 19 +++++++++ configs/ls1c300_defconfig | 52 +++++++++++++++++++++++++ include/configs/ls1c300.h | 36 +++++++++++++++++ 6 files changed, 129 insertions(+) create mode 100644 board/loongson/ls1c300-eval/Kconfig create mode 100644 board/loongson/ls1c300-eval/MAINTAINERS create mode 100644 board/loongson/ls1c300-eval/Makefile create mode 100644 board/loongson/ls1c300-eval/board.c create mode 100644 configs/ls1c300_defconfig create mode 100644 include/configs/ls1c300.h
Reviewed-by: Daniel Schwierzeck <[email protected]> -- - Daniel

