From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe001.messaging.microsoft.com [216.32.181.181]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "MSIT Machine Auth CA 2" (not verified)) by ozlabs.org (Postfix) with ESMTPS id BEE5F2C0100 for ; Tue, 20 Aug 2013 10:44:43 +1000 (EST) Message-ID: <1376959471.31636.395.camel@snotra.buserror.net> Subject: Re: [RFC PATCH 1/1] powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100. From: Scott Wood To: Stephen N Chivers Date: Mon, 19 Aug 2013 19:44:31 -0500 In-Reply-To: References: <1375985244.4514.21.camel@snotra.buserror.net> <1376345070.20487.41.camel@snotra.buserror.net> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Cc: Chris Proctor , linuxppc-dev@lists.ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2013-08-19 at 07:58 +1100, Stephen N Chivers wrote: > The serial console setup in 'legacy_serial' does not support reg-shift > or reg-offset properties and so a preferred_console is not added by it. > The DTS file for the board does specify the register shift so that > 'of_serial' will correctly setup the UARTS. But that is too late, the > preferred console will be tty0 as the .config derived from > ppc6xx_defconfig > has CONF_VT_CONSOLE set. In the test kernels I have built 'con_init' in > the VT support is always called before serial8250_console_init. Are you setting console=ttyS0, on the kernel command line? > I did try modifying legacy_serial to correctly support the tsi-bridge > UARTS and add the preferred console but encountered even more problems > in 8250_core when registering the serial console (to the point of > having a silently panic'ing kernel). > > So I think for the moment, the board will need its own default config. Which config symbol is relevant here? -Scott