[RFC PATCH v2 0/6] powerpc: nintendo wii support
Grant Likely
grant.likely at secretlab.ca
Sat Dec 12 10:52:42 EST 2009
Hi Albert.
I'm ready to pick up your Gamecube and Wii patch sets for merging.
You seem to have 4 distinct patch sets. What order do they need to be
applied in, and what kernel version are they based on?
Thanks,
g.
On Thu, Dec 3, 2009 at 3:47 PM, Albert Herranz <albert_herranz at yahoo.es> wrote:
> 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 at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
More information about the Linuxppc-dev
mailing list