31ec0f7a83
reach single user mode using a memory disk device as the file system. This port includes the framebuffer driver, the PIC driver, a platform driver and the GPIO driver. The IPC driver (to talk to IOS kernels) is not yet written but there's a placeholder for it. There are still some MMU problems and to get a working system you need to patch locore32.S. Since we haven't found the best way yet to address that problem, we're not committing those changes yet. The problem is related to the different BAT layout on the Wii and to the fact that the Homebrew loader doesn't clean up the special registers (including the 8 BATs) before passing control to us. You'll need a Wii with Homebrew loader and a TV that can do NTSC (for now). Submitted by: Margarida Gouveia
35 lines
503 B
Plaintext
35 lines
503 B
Plaintext
# $FreeBSD$
|
|
# Options specific to the powerpc platform kernels
|
|
|
|
AIM opt_global.h
|
|
BOOKE opt_global.h
|
|
BOOKE_E500 opt_global.h
|
|
BOOKE_PPC4XX opt_global.h
|
|
CELL
|
|
|
|
POWERPC
|
|
POWERPC64
|
|
|
|
FPU_EMU
|
|
|
|
COMPAT_FREEBSD32 opt_compat.h
|
|
|
|
GFB_DEBUG opt_gfb.h
|
|
GFB_NO_FONT_LOADING opt_gfb.h
|
|
GFB_NO_MODE_CHANGE opt_gfb.h
|
|
|
|
MPC85XX opt_platform.h
|
|
POWERMAC opt_platform.h
|
|
PS3 opt_platform.h
|
|
MAMBO
|
|
PSIM
|
|
WII opt_platform.h
|
|
|
|
SC_OFWFB opt_ofwfb.h
|
|
|
|
OFWCONS_POLL_HZ opt_ofw.h
|
|
|
|
# AGP debugging support
|
|
AGP_DEBUG opt_agp.h
|
|
|