From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from baythorne.infradead.org (baythorne.infradead.org [81.187.2.161]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C8C206874D for ; Sat, 19 Nov 2005 08:39:50 +1100 (EST) From: David Woodhouse To: Benjamin Herrenschmidt In-Reply-To: <1132349794.20016.94.camel@gaston> References: <20051107160939.GD3839@smtp.west.cox.net> <1131380422.27347.72.camel@baythorne.infradead.org> <20051107165453.GA29111@lst.de> <1131382971.27347.79.camel@baythorne.infradead.org> <1132131116.28963.75.camel@baythorne.infradead.org> <17274.63508.501761.748278@cargo.ozlabs.ibm.com> <1132136755.21643.40.camel@hades.cambridge.redhat.com> <17277.10875.334722.856865@cargo.ozlabs.ibm.com> <3F990F6D-7A3F-47CA-938F-968593678895@kernel.crashing.org> <1132285818.20016.79.camel@gaston> <20051118082358.GA2309@lst.de> <1132311088.20016.88.camel@gaston> <5534EC32-EE72-4019-A5D9-305F8348E4D9@kernel.crashing.org> <1132349794.20016.94.camel@gaston> Content-Type: text/plain Date: Fri, 18 Nov 2005 21:39:40 +0000 Message-Id: <1132349980.3642.50.camel@baythorne.infradead.org> Mime-Version: 1.0 Cc: linuxppc-dev list , Tom Rini Subject: Re: [PATCH] Fix 8250 probe on ppc32 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2005-11-19 at 08:36 +1100, Benjamin Herrenschmidt wrote: > As soon as you can get something mapped I suppose... On ppc32 with > BootX, I setup a BAT in head.S, thus udbg is available in > machine_init(). On ppc64 with hypervisor console, we can enable hacks > that initialize udbg in real mode. About the same time as you can first call register_console() with it then. I always used to call serial8250_console_init() from the beginning of setup_arch() if I wanted that kind of thing. -- dwmw2