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 4801067A3E for ; Wed, 5 Jul 2006 08:46:51 +1000 (EST) Subject: RE: [PATCH 1/7] powerpc: Add mpc8360epb platform support From: Benjamin Herrenschmidt To: Li Yang-r58472 In-Reply-To: <9FCDBA58F226D911B202000BDBAD467306E05003@zch01exm40.ap.freescale.net> References: <9FCDBA58F226D911B202000BDBAD467306E05003@zch01exm40.ap.freescale.net> Content-Type: text/plain Date: Wed, 05 Jul 2006 08:39:40 +1000 Message-Id: <1152052780.13828.101.camel@localhost.localdomain> Mime-Version: 1.0 Cc: Phillips Kim-R1AAHA , Yin Olivia-r63875 , "'linux-kernel@vger.kernel.org'" , linuxppc-dev@ozlabs.org, 'Paul Mackerras' , Chu hanjin-r52514 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > The problem is that we don't have this PPC_UBDG_16550 option configurable now, > and it is only made by default for several boards including pseries, chrp, prep, cell, > and all 83xx and 85xx platforms. If we need to change the whole thing, how should we do it? It's up to your platformn code to enable it though. udbg will only kick in from the legacy serial console code if your firmware indicates that stdout is on a serial port. If the firmware doesn't, udbg won't kick in. But yeah, build it in by default if you want then. Ben.