Re: [U-Boot] [PATCH] fsl_pci_init do not scan bus when configured as an end-point

2008-10-13 Thread Wolfgang Denk
Dear Ed Swarthout, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]> > --- > drivers/pci/fsl_pci_init.c | 17 +++-- > 1 files changed, 15 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engine

Re: [U-Boot] [PATCH] fsl_pci_init do not scan bus when configured as an end-point

2008-10-13 Thread Peter Tyser
On Mon, 2008-10-13 at 14:14 -0500, Andy Fleming wrote: > On Wed, Oct 8, 2008 at 11:38 PM, Ed Swarthout > <[EMAIL PROTECTED]> wrote: > > Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]> > > Acked-by: Andy Fleming <[EMAIL PROTECTED]> When agent/end-point, I thought the CPU must enable inbound PCI co

Re: [U-Boot] [PATCH] fsl_pci_init do not scan bus when configured as an end-point

2008-10-13 Thread Andy Fleming
On Wed, Oct 8, 2008 at 11:38 PM, Ed Swarthout <[EMAIL PROTECTED]> wrote: > Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]> Acked-by: Andy Fleming <[EMAIL PROTECTED]> ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boo

[U-Boot] [PATCH] fsl_pci_init do not scan bus when configured as an end-point

2008-10-08 Thread Ed Swarthout
Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]> --- drivers/pci/fsl_pci_init.c | 17 +++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/pci/fsl_pci_init.c b/drivers/pci/fsl_pci_init.c index bb2813f..38a16e5 100644 --- a/drivers/pci/fsl_pci_init.c +++ b/driv