From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id AC390B6EDF for ; Wed, 12 Aug 2009 15:20:29 +1000 (EST) 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 ESMTPS id 1FD45DDD04 for ; Wed, 12 Aug 2009 15:20:28 +1000 (EST) Message-Id: <705D9914-7AC7-42AB-A7F9-AD2447B9DDD8@kernel.crashing.org> From: Kumar Gala To: "B.J. Buchalter" In-Reply-To: <2D2EDFA8-E51F-4A2D-BEB7-8F9258518DA1@mhlabs.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Problem with PCIe -> PCI bridge on MPC8377E-RDB Date: Wed, 12 Aug 2009 00:20:21 -0500 References: <4D3BDC67-986A-482D-BB3F-497F64C68531@mhlabs.com> <9E566D12-1A26-41BC-BB71-27D4CCE54E20@kernel.crashing.org> <2D2EDFA8-E51F-4A2D-BEB7-8F9258518DA1@mhlabs.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 Aug 11, 2009, at 10:25 PM, B.J. Buchalter wrote: > I don't know the model of the board off the top of my head. > > I do know that it uses the Texas Instruments XIO2000A/XIO2200 PCI > Express-to-PCI Bridge (rev 03), with the TSB82AA2 OHCI Link behind > the bridge. > > The same board definitely works as expected in a Mac Pro. > > In doing some Google searches about this, I have seen the TI part > listed in the PCI configuration of folks running linux (though > probably on Intel) and apparently having no problems with the busses > behind the bridge being enumerated. > > I am guessing that the problem is related the the PCIe root complex > on the 8377, but I am just guessing. > > Is PCIe known to work on the MPC837x? It is suppose to. I would recommend updating u-boot to something newer and see what you get on that side. Also I'll try see if we have a PCIe board w/a p2p bridge on it. I'm guessing no one has tried PCIe on 83xx w/a p2p bridge on it. - k