The following patches add the base support for the Nintendo Wii video game console on the powerpc arch.
The following is included: - a device tree source - bootwrapper support - recognition of the Broadway processor - native interrupt controller support - platform support - default configuration With these patches the video game console can fully boot up to the root filesystem mount phase. Note that at this stage the video game console will _only_ use the first contiguous memory range (MEM1, 24MB) as RAM. Changes needed to support the second memory range (MEM2, 64MB) will be posted separately to simplify the review and possible merging. Albert Herranz (6): powerpc: wii: device tree powerpc: wii: bootwrapper bits powerpc: broadway processor support powerpc: wii: hollywood interrupt controller support powerpc: wii: platform support powerpc: wii: default config .../powerpc/dts-bindings/nintendo/wii.txt | 184 +++ arch/powerpc/boot/Makefile | 3 +- arch/powerpc/boot/dts/wii.dts | 218 +++ arch/powerpc/boot/wii-head.S | 142 ++ arch/powerpc/boot/wii.c | 46 + arch/powerpc/boot/wrapper | 2 +- arch/powerpc/configs/wii_defconfig | 1406 ++++++++++++++++++++ arch/powerpc/kernel/cputable.c | 6 +- arch/powerpc/platforms/embedded6xx/Kconfig | 8 + arch/powerpc/platforms/embedded6xx/Makefile | 1 + arch/powerpc/platforms/embedded6xx/hlwd-pic.c | 241 ++++ arch/powerpc/platforms/embedded6xx/hlwd-pic.h | 22 + arch/powerpc/platforms/embedded6xx/wii.c | 195 +++ 13 files changed, 2469 insertions(+), 5 deletions(-) create mode 100644 Documentation/powerpc/dts-bindings/nintendo/wii.txt create mode 100644 arch/powerpc/boot/dts/wii.dts create mode 100644 arch/powerpc/boot/wii-head.S create mode 100644 arch/powerpc/boot/wii.c create mode 100644 arch/powerpc/configs/wii_defconfig create mode 100644 arch/powerpc/platforms/embedded6xx/hlwd-pic.c create mode 100644 arch/powerpc/platforms/embedded6xx/hlwd-pic.h create mode 100644 arch/powerpc/platforms/embedded6xx/wii.c _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev