From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 859EBDDDF3 for ; Tue, 22 Jan 2008 03:22:27 +1100 (EST) Date: Mon, 21 Jan 2008 10:19:54 -0600 (CST) From: Kumar Gala To: Dale Farnsworth Subject: Re: [PATCH 05/10] powerpc: Add crash kernel support for 85xx In-Reply-To: <20071122154619.GA26471@xyzzy.farnsworth.org> Message-ID: References: <20071122154619.GA26471@xyzzy.farnsworth.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 22 Nov 2007, Dale Farnsworth wrote: > Add the ability to build a ppc_85xx kernel to run at a physical > address of 32MB. > > Signed-off-by: Dale Farnsworth > --- > arch/powerpc/Kconfig | 2 +- > arch/powerpc/kernel/head_fsl_booke.S | 23 ++++++++++++++++++----- > arch/powerpc/mm/fsl_booke_mmu.c | 6 +++--- > 3 files changed, 22 insertions(+), 9 deletions(-) > applied. (w/o Kconfig since this is useful for other purposes). -k