From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.song.fi (smtp2.song.fi [194.100.2.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id D9B6D6845E for ; Tue, 4 Oct 2005 20:16:45 +1000 (EST) Message-ID: <43425687.9010801@iki.fi> Date: Tue, 04 Oct 2005 12:16:39 +0200 From: Kalle Pokki MIME-Version: 1.0 To: Alex Zeffertt References: <4333DF04.3000908@iki.fi> <43395322.1080407@iki.fi> <384d09b865d454875c447cc02c89d001@embeddedalley.com> <4339AD01.30708@iki.fi> <714c16295fbfa97caafd1d0aa3a5932e@embeddedalley.com> <433A6E6D.4070403@iki.fi> <433BDCE7.2060206@iki.fi> <20050930142218.348041d6.ajz@cambridgebroadband.com> <2c578118c5d984e6e87ac3c073469866@embeddededge.com> <433D9BCE.5000909@iki.fi> <6eac69d46b656d812783d81a6ebeac84@embeddededge.com> <433E2530.7090503@iki.fi> <26a6f673ac9438729eccfe0c376c6b3d@embeddedalley.com> <4340D7EF.2040709@iki.fi> <43423996.7090403@iki.fi> <20051004105917.27d93a91.ajz@cambridgebroadband.com> In-Reply-To: <20051004105917.27d93a91.ajz@cambridgebroadband.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: dan@embeddedalley.com, linuxppc-embedded@ozlabs.org Subject: Re: CPM2 early console List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Alex Zeffertt wrote: >Hi Kalle, I've just checked and it makes no difference to the ATM >driver. In fact, on my platform (PM828+u-boot-1.1.3) the pipeline >depth was already set to 1. > >You are probably right that the pipeline depth was the cause of your >problem- but my problem is something else. I think that Freescale >simply overlooked the ATM external connection table case when >designing the cache coherency protocol - because they offered no way >to assert GBL when external connection tables are accessed. > > The ATM in 8260 seems to have a huge errata list. Just quickly looking at those at least CPM71: CPM does not snoop MCC buffer descriptors sounds related, but it may be some other issue also. Do you already use the microcode patch provided by Freescale? I'm confident my problem was fixed with the correct setting of the pipeline depth. I had trouble with everything related to cache coherency, not just a single communication protocol.