Re: [U-Boot] [PATCH 08/15] powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe code

2010-12-28 Thread Peter Tyser
> > Any direction on how these should be applied for testing? > > > > > > I've pushed a 'dev' branch on u-boot-85xx.git on denx.de with the current set > of patches applied. Thanks. Things are much tidier now. I had a few comments. Let me know if you'd like me to submit patches to address

Re: [U-Boot] [PATCH 08/15] powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe code

2010-12-23 Thread Kumar Gala
On Dec 21, 2010, at 2:23 PM, Peter Tyser wrote: > > Ah, OK. If we're removing the LAW entries for PCI1 in law.c below, how > is a LAW being set for PCI1? It looks like PCIe laws are set in > fsl_configure_pcie(), and PCI LAWs are set via set_next_law() in > board-specific code? I'm not seeing

Re: [U-Boot] [PATCH 08/15] powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe code

2010-12-23 Thread Kumar Gala
On Dec 21, 2010, at 2:23 PM, Peter Tyser wrote: > On Tue, 2010-12-21 at 11:49 -0600, Kumar Gala wrote: >> On Dec 20, 2010, at 10:49 AM, Peter Tyser wrote: >> >>> Thanks for the cleanup. What branch should this series be applied to? >>> And are there prerequisites? I'm having issues applying th

Re: [U-Boot] [PATCH 08/15] powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe code

2010-12-21 Thread Peter Tyser
On Tue, 2010-12-21 at 11:49 -0600, Kumar Gala wrote: > On Dec 20, 2010, at 10:49 AM, Peter Tyser wrote: > > > Thanks for the cleanup. What branch should this series be applied to? > > And are there prerequisites? I'm having issues applying them to test > > and review. Any direction on how these

Re: [U-Boot] [PATCH 08/15] powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe code

2010-12-21 Thread Kumar Gala
On Dec 20, 2010, at 10:49 AM, Peter Tyser wrote: > Thanks for the cleanup. What branch should this series be applied to? > And are there prerequisites? I'm having issues applying them to test > and review. > > On Fri, 2010-12-17 at 17:50 -0600, Kumar Gala wrote: >> Remove duplicated code in MP

Re: [U-Boot] [PATCH 08/15] powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe code

2010-12-20 Thread Peter Tyser
Thanks for the cleanup. What branch should this series be applied to? And are there prerequisites? I'm having issues applying them to test and review. On Fri, 2010-12-17 at 17:50 -0600, Kumar Gala wrote: > Remove duplicated code in MPC8572 DS board and utliize the common > fsl_pcie_init_board().

[U-Boot] [PATCH 08/15] powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe code

2010-12-17 Thread Kumar Gala
Remove duplicated code in MPC8572 DS board and utliize the common fsl_pcie_init_board(). Signed-off-by: Kumar Gala CC: Peter Tyser --- board/xes/common/fsl_8xxx_pci.c | 82 --- board/xes/xpedite517x/law.c |8 board/xes/xpedite520x/law.c |