Module Name: src Committed By: skrll Date: Sat Oct 26 15:49:43 UTC 2024
Modified Files: src/sys/arch/riscv/conf: GENERIC64 src/sys/arch/riscv/starfive: files.starfive Added Files: src/sys/arch/riscv/starfive: jh7100_gmac.c jh7110_eqos.c jh71x0_eth.c jh71x0_eth.h Log Message: risc-v: add ethernet support on JH71[01]0 support At present only the JH7110 EQOS support is enabled as it work. The JH7100 has cache coherency issues that need handling before the gmac can be enabled. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/riscv/conf/GENERIC64 cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/starfive/files.starfive cvs rdiff -u -r0 -r1.1 src/sys/arch/riscv/starfive/jh7100_gmac.c \ src/sys/arch/riscv/starfive/jh7110_eqos.c \ src/sys/arch/riscv/starfive/jh71x0_eth.c \ src/sys/arch/riscv/starfive/jh71x0_eth.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.