From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zipcode.az.mvista.com (unknown [65.200.49.156]) by ozlabs.org (Postfix) with ESMTP id 8C19FDDE0A for ; Wed, 6 Jun 2007 06:29:00 +1000 (EST) Message-ID: <4665C77E.3010901@mvista.com> Date: Tue, 05 Jun 2007 13:28:46 -0700 From: Randy Vinson MIME-Version: 1.0 To: Andy Fleming Subject: Re: [PATCH 2/8] Add uli1575 pci-bridge sector to MPC8641HPCN dts file. References: <1180720112.14219.62.camel@ld0161-tx32> <1180734314.5674.49.camel@rhino> <4fb92a9dfccf515bdc1522d08f10f823@kernel.crashing.org> <20070602085359.GA10333@iram.es> <3ebd6ca6877ea74925f066ff96ac81db@kernel.crashing.org> <20070602195308.GA21618@iram.es> <12ad593bd17f769e44f05bc24eac4d0a@kernel.crashing.org> <1180828907.14025.37.camel@localhost.localdomain> <28e0600256815f93db45b2f4eb2d9df5@kernel.crashing.org> <20070603083339.GB2157@iram.es> <02DC2E36-86B1-4458-BB0C-13CF79AC1D11@freescale.com> <466492DC.6050708@mvista.com> In-Reply-To: Content-Type: text/plain; charset=US-ASCII Cc: "linuxppc-dev@ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Andy Fleming wrote: >>> >>> I take full responsibility for that. The CDS is a strange beast, so >>> I did some strange things in the DTS. >>> >>> The i8259 is on a subsidiary bus, and so it's one bus #1. >> Actually, that's not strictly true. If a card containing a P2P bridge is >> installed into PCI slot 4, the i8259 will end up on a bus that is not >> numbered bus 1. I've often wondered how something like that is handled >> in the DTS. > > *Waves hands distractingly* > > Pay no attention to the man behind the dts! > > Seriously, though, it's quite fragile right now. We probably need to > change u-boot to correctly number those things. And we should probably > change the dts files for each board to have any soldered-on pci devices. > > Right now, though, we'd settle for being able to *use* those devices > under a default setting. I completely agree an all points. As I get more time to work on DTS-based hardware, I hope to contribute to the solution. Right now, I'm trying to handle the i8259 cascade interrupt properly in the context of Real-Time's threaded interrupts. Randy V.