From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id A0F83DDED2 for ; Wed, 24 Dec 2008 04:25:02 +1100 (EST) Message-ID: <49511EC6.3040002@freescale.com> Date: Tue, 23 Dec 2008 11:24:22 -0600 From: Scott Wood MIME-Version: 1.0 To: Peter Korsgaard Subject: Re: [PATCH RESEND] powerpc: make udbg 16550 boot console configurable for EMBEDDED References: <1230037894-26837-1-git-send-email-jacmet@sunsite.dk> In-Reply-To: <1230037894-26837-1-git-send-email-jacmet@sunsite.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: paulus@samba.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Peter Korsgaard wrote: > - It doesn't respect console= and still outputs console messages even > if console isn't ttySx (E.G. if CONFIG_SILENT_CONSOLE is enabled in > U-Boot which sets 'console=' I believe it uses /chosen/linux,stdout-path; u-boot could clear that if silent console is desired. > As that isn't always desirable, add a PPC_UDBG_16550_CONSOLE kconfig > symbol to let the user disable it (only visible if CONFIG_EMBEDDED). There's an existing CONFIG_PPC_EARLY_DEBUG that it could depend on instead. -Scott