From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 93E2BDDF69 for ; Fri, 21 Sep 2007 07:43:54 +1000 (EST) Message-ID: <46F2E977.7040608@freescale.com> Date: Thu, 20 Sep 2007 16:43:19 -0500 From: Scott Wood MIME-Version: 1.0 To: Alan Bennett Subject: Re: device tree question References: <46F052EE.1040004@freescale.com> <46F05BF7.6020906@freescale.com> <46F16BD4.2000207@freescale.com> <46F19326.7050507@freescale.com> <46F2BC7D.3070908@freescale.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Alan Bennett wrote: > Device Tree and BRG? > The SMC1 uses BRG7 and the SCC1 uses BRG1, should we have both BRGs > configured in the .dts? ( BRG1 is configured). They should both be specified, and either in the firmware or in the platform code you need to set CMXSMR. > Device Tree and Chosen? > Adding a chosen block and I end up off in the weeds. removing the > chosen block and I die within cpm_uart_console_write > chosen { > linux,stdout-path = "/soc/cpm/serial@11a80"; > }; If you remove the chosen node, you won't get any output from the bootwrapper, but it shouldn't crash. > In arch/boot/ep8248e, there is a call to: > planetcore_set_stdout_path(table) is this why there is no > chosen/stdout-path element in the device tree? The ep8248e bootwrapper platform is for planetcore (as that's what the board ships with). If you're using u-boot, it's the cuboot-pq2 platform that you want to use. Just make zImage and boot the cuImage.pq2 file. -Scott