From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 12726DDFA6 for ; Sat, 8 Mar 2008 02:01:22 +1100 (EST) Message-ID: <47D1589B.5080006@freescale.com> Date: Fri, 07 Mar 2008 09:00:43 -0600 From: Timur Tabi MIME-Version: 1.0 To: Laurent Pinchart Subject: Re: Trouble with SCC UART ports when moving from ppc to powerpc References: <200803071521.00383.laurentp@cse-semaphore.com> In-Reply-To: <200803071521.00383.laurentp@cse-semaphore.com> Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Laurent Pinchart wrote: > Does anyone have any clue regarding what could write to the dpram ? I thought > about some CPM peripheral set up by the boot loader, but my board > initialization code calls cpm2_reset() long before initializing SCC1. I'm not familar with the CPM, but in cpm_common.c are a bunch of functions to manage memory allocated of the DPRAM. You might want to see who's using those functions, and how. -- Timur Tabi Linux kernel developer at Freescale