From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH part1 v2 0/9] ps3: General improvements and preparation for support more than the OtherOS lpar From: Benjamin Herrenschmidt To: Andre Heider In-Reply-To: <1313091073-4572-1-git-send-email-a.heider@gmail.com> References: <1312228986-32307-1-git-send-email-a.heider@gmail.com> <1313091073-4572-1-git-send-email-a.heider@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 31 Aug 2011 14:29:50 +1000 Message-ID: <1314764990.2488.136.camel@pasglop> Mime-Version: 1.0 Cc: Geoff Levand , cbe-oss-dev@lists.ozlabs.org, Hector Martin , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2011-08-11 at 21:31 +0200, Andre Heider wrote: > This is the first part of my previous series including the discussed fixups. > > I dropped the old #2 ([PS3] Get lv1 high memory region from devtree) > and replaced it with 2 new patches, now #2 and #3. The latter contains > the fixups mentioned on the old #2 thread. Just back from vacation. I like these, good stuff. I'd like to have that in soon, can you address the remaining minor comments from Geoff ? Cheers, Ben. > Patches are based on today's Linus' tree. > > Andre Heider (7): > ps3: Add helper functions to read highmem info from the repository > ps3: Get lv1 high memory region from the repository > ps3: MEMORY_HOTPLUG is not a requirement anymore > ps3: Detect the current lpar > ps3: Log the detected lpar on startup > ps3flash: Refuse to work in lpars other than OtherOS > ps3: Only prealloc the flash bounce buffer for the OtherOS lpar > > Hector Martin (2): > Add udbg driver using the PS3 gelic Ethernet device > Add region 1 memory early > > arch/powerpc/Kconfig.debug | 8 + > arch/powerpc/include/asm/ps3.h | 7 + > arch/powerpc/include/asm/udbg.h | 1 + > arch/powerpc/kernel/udbg.c | 2 + > arch/powerpc/platforms/ps3/Kconfig | 15 ++- > arch/powerpc/platforms/ps3/Makefile | 1 + > arch/powerpc/platforms/ps3/gelic_udbg.c | 273 +++++++++++++++++++++++++++++++ > arch/powerpc/platforms/ps3/mm.c | 85 +++++------ > arch/powerpc/platforms/ps3/platform.h | 7 + > arch/powerpc/platforms/ps3/repository.c | 55 ++++++ > arch/powerpc/platforms/ps3/setup.c | 27 +++- > drivers/char/ps3flash.c | 7 + > drivers/net/ps3_gelic_net.c | 3 + > drivers/net/ps3_gelic_net.h | 6 + > 14 files changed, 447 insertions(+), 50 deletions(-) > create mode 100644 arch/powerpc/platforms/ps3/gelic_udbg.c >