linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/4] powerpc: wii: mem2 as ram support
@ 2009-12-08 18:43 Albert Herranz
  2009-12-08 18:43 ` [RFC PATCH v2 1/4] wii: bootwrapper: add fixup to calc useable mem2 Albert Herranz
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Albert Herranz @ 2009-12-08 18:43 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Albert Herranz

The following patches add a series of workarounds to allow the use of
the second 64MB RAM block (MEM2) as normal memory on the Nintendo Wii
video game console.
Without these workarounds that portion of memory can't be used as it
is non-contiguous to the first memory block, and this is currently
unsupported on the PowerPC architecture for 32-bit systems.

This series complement the "powerpc: nintendo wii support" series.

Albert Herranz (4):
  wii: bootwrapper: add fixup to calc useable mem2
  wii: use both mem1 and mem2 as ram
  powerpc: allow ioremap within reserved memory regions
  powerpc: wii: allow ioremap within the memory hole

 arch/powerpc/boot/wii.c                  |  118 +++++++++++++++++++++++++++++-
 arch/powerpc/mm/init_32.c                |    9 ++
 arch/powerpc/mm/mmu_decl.h               |   11 +++-
 arch/powerpc/mm/pgtable_32.c             |   36 ++++++++-
 arch/powerpc/mm/ppc_mmu_32.c             |    4 +-
 arch/powerpc/platforms/embedded6xx/wii.c |   66 +++++++++++++++++
 include/linux/lmb.h                      |    1 +
 lib/lmb.c                                |    7 ++-
 8 files changed, 240 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-12-12  4:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 18:43 [RFC PATCH v2 0/4] powerpc: wii: mem2 as ram support Albert Herranz
2009-12-08 18:43 ` [RFC PATCH v2 1/4] wii: bootwrapper: add fixup to calc useable mem2 Albert Herranz
2009-12-11 22:03   ` Benjamin Herrenschmidt
2009-12-08 18:43 ` [RFC PATCH v2 2/4] wii: use both mem1 and mem2 as ram Albert Herranz
2009-12-11 22:05   ` Benjamin Herrenschmidt
2009-12-08 18:43 ` [RFC PATCH v2 3/4] powerpc: allow ioremap within reserved memory regions Albert Herranz
2009-12-11 22:13   ` Benjamin Herrenschmidt
2009-12-12  0:33     ` Albert Herranz
2009-12-12  4:24       ` Benjamin Herrenschmidt
2009-12-08 18:43 ` [RFC PATCH v2 4/4] powerpc: wii: allow ioremap within the memory hole Albert Herranz
2009-12-11 22:13   ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).