Module Name: src Committed By: skrll Date: Tue Aug 13 07:20:23 UTC 2024
Modified Files: src/sys/arch/arm/sunxi: sun6i_dma.c sunxi_gpio.c sunxi_gpio.h sunxi_sid.c sunxi_usbphy.c src/sys/arch/riscv/conf: GENERIC64 files.generic64 std.riscv std.riscv64 Added Files: src/sys/arch/riscv/sunxi: files.sunxi sun20i_d1_ccu.c sun20i_d1_ccu.h sun20i_d1_gpio.c Log Message: risc-v: Allwinner D1 support Add the Allwinnder D1 support provided by Rui-Xiang Guo and updated but me. https://mail-index.netbsd.org/port-riscv/2024/08/04/msg000127.html Only driver listed as attaching in https://github.com/picohive/netbsd-mangopi-mq-pro/blob/main/boot.log have been added. There is no need for the platform stuff as the board's u-boot is able to load bootriscv64.efi and boot a generic kernel. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/sunxi/sun6i_dma.c cvs rdiff -u -r1.38 -r1.39 src/sys/arch/arm/sunxi/sunxi_gpio.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/sunxi/sunxi_gpio.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/sunxi/sunxi_sid.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/sunxi/sunxi_usbphy.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/conf/GENERIC64 cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/conf/files.generic64 cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/conf/std.riscv cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/conf/std.riscv64 cvs rdiff -u -r0 -r1.1 src/sys/arch/riscv/sunxi/files.sunxi \ src/sys/arch/riscv/sunxi/sun20i_d1_ccu.c \ src/sys/arch/riscv/sunxi/sun20i_d1_ccu.h \ src/sys/arch/riscv/sunxi/sun20i_d1_gpio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.