Module Name: src Committed By: jmcneill Date: Sun Oct 13 16:21:37 UTC 2024
Modified Files: src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: autoconf.c machdep.c wii_locore.S wii_mmuinit.S src/sys/arch/evbppc/wii/dev: avenc.c ehci_hollywood.c vireg.h wiifb.c Log Message: wii: Support loading the kernel from boot2 Improve hardware initialization steps so the NetBSD kernel can be launched directly from boot2 and does not rely on any other PPC software to setup the hardware. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/include/wii.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbppc/wii/autoconf.c \ src/sys/arch/evbppc/wii/wii_locore.S cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbppc/wii/machdep.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/wii/wii_mmuinit.S cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/wii/dev/avenc.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/wii/dev/ehci_hollywood.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbppc/wii/dev/vireg.h cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbppc/wii/dev/wiifb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.