Re: [PATCH v2 1/1] powerpc/85xx: Board support for ppa8548

2013-02-13 Thread Stef van Os
On 02/12/2013 09:09 PM, Kumar Gala wrote: On Feb 4, 2013, at 9:30 AM, Timur Tabi wrote: On 02/03/2013 01:39 PM, Stef van Os wrote: + pci0: pci@fe0008000 { + status = disabled; + }; + + pci1: pci@fe0009000 { + status = disabled

[PATCH v3 1/1] powerpc/85xx: Board support for ppa8548

2013-02-13 Thread Stef van Os
flash - Serial RapidIO 1.2 - 1 x 10/100/1000 BASE-T front ethernet - 1 x 1000 BASE-BX ethernet on AMC connector Signed-off-by: Stef van Os stef.van...@prodrive.nl --- arch/powerpc/boot/dts/ppa8548.dts | 166 +++ arch/powerpc/configs/85xx/ppa8548_defconfig | 65

[PATCH v2 1/1] powerpc/85xx: Board support for ppa8548

2013-02-03 Thread Stef van Os
flash - Serial RapidIO 1.2 - 1 x 10/100/1000 BASE-T front ethernet - 1 x 1000 BASE-BX ethernet on AMC connector Signed-off-by: Stef van Os stef.van...@prodrive.nl --- arch/powerpc/boot/dts/ppa8548.dts | 163 +++ arch/powerpc/configs/85xx/ppa8548_defconfig | 65

Re: [PATCH 1/1] powerpc/85xx: Board support for ppa8548

2013-02-02 Thread Stef van Os
Thanks for the comment! On 02/02/2013 01:31 AM, Scott Wood wrote: On 02/01/2013 09:36:53 AM, Stef van Os wrote: +memory { +device_type = memory; +reg = 0 0 0x0 0x4000; +}; You have a filled in by U-Boot comment elsewhere in the file, but you aren't letting U-Boot

[PATCH 1/1] powerpc/85xx: Board support for ppa8548

2013-02-01 Thread Stef van Os
flash - Serial RapidIO 1.2 - 1 x 10/100/1000 BASE-T front ethernet - 1 x 1000 BASE-BX ethernet on AMC connector Signed-off-by: Stef van Os stef.van...@prodrive.nl --- arch/powerpc/boot/dts/ppa8548.dts | 238 +++ arch/powerpc/configs/85xx/ppa8548_defconfig | 65

[PATCH] powerpc/4xx: Add pcix type 1 transactions

2010-01-20 Thread Stef van Os
Some of the newer 4xx pci cores don't send PCI type 1 transactions. This patch enables type 1 transations for pcix nodes, thus enabling devices behind PCI bridges. Signed-off-by: Stef van Os stef.van...@gmail.com --- arch/powerpc/sysdev/ppc4xx_pci.c |3 ++- 1 files changed, 2 insertions

RE: PCI-PCI bridge scanning broken on 460EX

2010-01-12 Thread Stef van Os
Hello Felix, Glad to know this is working for you! I'll try to send out a patch later today. The same change should also be applied to the ppc4xx_probe_pci_bridge function, as it also initialises PCI without type 1 transactions. With kind regards / Met vriendelijke groet, Stef van Os Prodrive

[PATCH] powerpc/4xx: Add support for type 1 pci transactions on 4xx boards

2010-01-12 Thread Stef van Os
This patch adds type 1 PCI transactions to 4xx PCI code, enabling the discovery of devices behind a PCI bridge. Signed-off-by: Stef van Os stef.van...@gmail.com --- arch/powerpc/sysdev/ppc4xx_pci.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/sysdev

RE: PCI-PCI bridge scanning broken on 460EX

2010-01-11 Thread Stef van Os
); + setup_indirect_pci(hose, rsrc_cfg.start, rsrc_cfg.start + 0x4, PPC_INDIRECT_TYPE_SET_CFG_TYPE); /* Disable all windows */ writel(0, reg + PCIX0_POM0SA); With kind regards / Met vriendelijke groet, Stef van Os Prodrive B.V. -Original Message- From: linuxppc-dev