From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sun, 1 Oct 2006 11:45:39 +0200 Subject: [U-Boot-Users] AMCC 440SP PCI Issue In-Reply-To: <20061001023539.45420.qmail@web33413.mail.mud.yahoo.com> References: <20061001023539.45420.qmail@web33413.mail.mud.yahoo.com> Message-ID: <200610011145.40332.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jeff, On Sunday 01 October 2006 04:35, Jeff Stevens wrote: > I am having an issue with my PCI configuration on a > custom board based closely off of the AMCC Luan board > (440SP processor). When I type "pci 1" or "pci 2" > from the U-Boot prompt, I get a bunch of > "pci_bus_to_hose() failed" messages ("pci 0" returns > fine). What could cause this. It seems to me that only the first PCI interface of the Luan is initialized in U-Boot. That should be the reason for those error messages. > I pretty much kept the > PCI configuration settings (mmap, config.h, board.c) > from the Luan port. I checked the bootstrap settings > and all of the settings are identical. Does anyone > have any idea what could cause this? I looked at the > hoses structure, and it's empty. Which PCI busses are you using on your board? As target or host? Which are accessed by your Linux kernel? Best regards, Stefan