From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Sun, 14 Nov 2010 09:01:38 -0600 Subject: [U-Boot] [PATCH] fsl_pci_init: Make fsl_pci_init_port() PCI/PCIe aware In-Reply-To: <20101113225351.61B9FCEA55B@gemini.denx.de> References: <1285785448-4703-3-git-send-email-ptyser@xes-inc.com> <1288297499-21417-1-git-send-email-ptyser@xes-inc.com> <20101113225351.61B9FCEA55B@gemini.denx.de> Message-ID: <1289746898.6843.3.camel@ptyser-laptop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2010-11-13 at 23:53 +0100, Wolfgang Denk wrote: > Dear Kumar, > > In message <1288297499-21417-1-git-send-email-ptyser@xes-inc.com> Peter Tyser wrote: > > Previously fsl_pci_init_port() always assumed that a port was a PCIe > > port and would incorrectly print messages for a PCI port such as the > > following on bootup: > > PCI1: 32 bit, 33 MHz, sync, host, arbiter > > Scanning PCI bus 00 > > PCIE1 on bus 00 - 00 > > > > This change corrects the output of fsl_pci_init_port(): > > PCI1: 32 bit, 33 MHz, sync, host, arbiter > > Scanning PCI bus 00 > > PCI1 on bus 00 - 00 > > > > Signed-off-by: Peter Tyser > > --- > > Tested on a MPC8548 with PCI, and a MPC8640 with PCIe > > > > drivers/pci/fsl_pci_init.c | 6 +++++- > > 1 files changed, 5 insertions(+), 1 deletions(-) > > I thought this should go through your tree, as it affects all the FSL > boards. Or are you waiting for me to pull this in? > > > Also, there is still this other unresolved issue about indentation of > the PCI messages. Would you agree to clean this up as I suggested? I submitted a 6-patch series starting with "fsl: Clean up printing of PCI boot info" a while back which should address the indentation issue. Ideally the fist 3 patches in that series would make it into the upcoming release. The last 3 are RFCs and could go in this release, or the next. Best, Peter