[RFC PATCH v2 0/6] powerpc: nintendo wii support

Albert Herranz albert_herranz at yahoo.es
Fri Dec 4 09:47:21 EST 2009


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



More information about the Linuxppc-dev mailing list