From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tadas Date: Fri, 17 Sep 2004 01:42:57 +0300 Subject: [U-Boot-Users] ppc405gp PCI initialization References: <20040916083151.3AF25C15E7@atlas.denx.de> Message-ID: <005501c49c3e$83707ff0$030aa8c0@t> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I finaly can run linux on my ppc acess point and the last thing left is to enable pci, does bootloader must initialize pci controler? I it is normal to leave that to linux? If I do not do anything linux complains that cant alocate resource for pci, then I added bios fixup code from walnut405, now linux crashes if try to load device driver, but it can enumerate pci devices. The questions are: What pci initialization is nesecary for integrated ppc405gp pci bridge? Which bard pci code is the best example to start? Does intergrated pci initialization depends on board design?