Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-29 Thread Mahajan Vivek-B08308
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ed Swarthout > Sent: Thursday, October 29, 2009 12:59 PM > > +++ b/board/freescale/mpc8572ds/mpc8572ds.c > > @@ -199,7 +199,7 @@ void pci_init_board(void) > > first_free_busno = fsl_pci_init_port(&pci_info[num++], > > -

Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-27 Thread Peter Tyser
> > I'd replace "then unlock the config" with "unlock/enable inbound PCI > > configuration cycles" and "host can request it" with "host can access > > the PCIe agents SDRAM at address 0x0" > > updated the commit msg with these changes. > > > > A "volatile" needs to be added above to prevent co

Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-27 Thread Kumar Gala
On Oct 27, 2009, at 9:30 AM, Peter Tyser wrote: > Hi Vivek, > Thanks for this change, we'll migrate our XES boards to use it in the > near future. > > On Tue, 2009-10-27 at 12:18 +0530, Vivek Mahajan wrote: >> Originally written by Jason Jin and Mingkai Hu for mpc8536. >> >> When QorIQ based boar

Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-27 Thread Peter Tyser
Hi Vivek, Thanks for this change, we'll migrate our XES boards to use it in the near future. On Tue, 2009-10-27 at 12:18 +0530, Vivek Mahajan wrote: > Originally written by Jason Jin and Mingkai Hu for mpc8536. > > When QorIQ based board is configured as a PCIe agent, > then unlock the config and

Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-27 Thread Kumar Gala
On Oct 27, 2009, at 1:48 AM, Vivek Mahajan wrote: > Originally written by Jason Jin and Mingkai Hu for mpc8536. > > When QorIQ based board is configured as a PCIe agent, > then unlock the config and init a 4K inbound memory > window; so that a PCIe host can request it. > > * Supported in fsl_pci_

[U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-26 Thread Vivek Mahajan
Originally written by Jason Jin and Mingkai Hu for mpc8536. When QorIQ based board is configured as a PCIe agent, then unlock the config and init a 4K inbound memory window; so that a PCIe host can request it. * Supported in fsl_pci_init_port() after adding pcie_ep as a param * Revamped copyright