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 BA60ADDF37 for ; Mon, 8 Oct 2007 23:46:23 +1000 (EST) In-Reply-To: <20071008121647.GB32540@localhost.localdomain> References: <20071005174015.GA11016@localhost.localdomain> <27C7E568-B28A-4659-803F-9D271B2E1AF6@kernel.crashing.org> <20071008121647.GB32540@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4230B239-DA12-46B3-8A83-EB34B75A5333@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH respin 0/7] MPC8568E-MDS related patches Date: Mon, 8 Oct 2007 08:46:38 -0500 To: avorontsov@ru.mvista.com Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 8, 2007, at 7:16 AM, Anton Vorontsov wrote: > On Fri, Oct 05, 2007 at 05:09:28PM -0500, Kumar Gala wrote: >> >> On Oct 5, 2007, at 12:40 PM, Anton Vorontsov wrote: >> >>> Hello Kumar, >>> >>> This is respin of MPC8568E-MDS patches, on top of master branch >>> as of today. >>> >>> If there are no objections against SPI patch, please Ack it, thus >>> David could pick it up. >> >> I've applied patches 1-5 however I'm not able to get UCC enet >> working on my >> board. > > I wonder how you managed to boot it w/o sixth (PCI) patch in this > patch set, > for me board hanged w/o it. > >> Is there something special that has to be done? (I've got the card >> standalone, no MDS backplane). > > Nothing special, from what I can remember. Though, double checking > switches > on the board might help. > > Also, .config and bootlog would help. > >> I'm using the 1.3.0-rc2 u-boot w/o any modifications. > > 1.2.0-g60174746 here. > >> Also, I tried a PCIe e1000 card w/the .dts that's in my tree and >> that works >> w/o any issue. > > Strange enough. I'd say it's impossible with your current tree. > Maybe you've > used some stale dtb? Because dts is seriously broken as now, and I > can't > believe that it worked for you. ;-) Ignore me. Using the updated dtb makes things work. I need to double check PCIe but UCC geth appears to function now. - k