Re: TQM8349 and ARCH = powerpc

2008-09-11 Thread David Gibson
On Wed, Sep 10, 2008 at 04:12:22PM +0200, Oliver Rutsch wrote: Hi again, u-boot assigns the IMMR to 0xff40 in TQM834x.h, whereas the device tree you picked has it at 0xe000 (it's defined in the soc node). Don't forget to match up the PCI addresses too. patches welcome, of course

Re: TQM8349 and ARCH = powerpc

2008-09-10 Thread Oliver Rutsch
Hi Kim, u-boot assigns the IMMR to 0xff40 in TQM834x.h, whereas the device tree you picked has it at 0xe000 (it's defined in the soc node). Don't forget to match up the PCI addresses too. patches welcome, of course (we don't have tqm boards). Thanks for this important information!

Re: TQM8349 and ARCH = powerpc

2008-09-10 Thread Oliver Rutsch
Hi again, u-boot assigns the IMMR to 0xff40 in TQM834x.h, whereas the device tree you picked has it at 0xe000 (it's defined in the soc node). Don't forget to match up the PCI addresses too. patches welcome, of course (we don't have tqm boards). So I modified the dts to match the

Re: TQM8349 and ARCH = powerpc

2008-09-10 Thread Kim Phillips
On Wed, 10 Sep 2008 16:12:22 +0200 Oliver Rutsch [EMAIL PROTECTED] wrote: model = tqc,tqm834x; compatible = tqc,tqm834x; you need a arch/powerpc/platforms/83xx/tqm834x.c file that matches this. Kim ___ Linuxppc-dev mailing list

TQM8349 and ARCH = powerpc

2008-09-09 Thread Oliver Rutsch
does not look board specific anymore and the network/console should work. I compiled a dtb with: dtc -b 0 -S 0x3000 -R 4 -I dts -O dtb -f arch/powerpc/boot/dts/tqm8349.dts tqm8349.dtb Then I build the kernel with make mpc83xx_defconfig make menuconfig (I made some minor modifications) make uImage

Re: TQM8349 and ARCH = powerpc

2008-09-09 Thread Kim Phillips
On Tue, 09 Sep 2008 16:25:39 +0200 Oliver Rutsch [EMAIL PROTECTED] wrote: U-Boot (1.3.4): Appended the file include/configs/TQM834x.h to support fdt: #define CONFIG_OF_LIBFDT 1 #define CONFIG_OF_BOARD_SETUP 1 #define CONFIG_OF_STDOUT_VIA_ALIAS1 Appended the file

Re: TQM8349 and ARCH = powerpc

2008-09-09 Thread Wolfgang Denk
Dear Oliver, In message [EMAIL PROTECTED] you wrote: currently I'm evaluating a TQM8349 (MPC8349E-based) module on a STK85xx. I wonder if anybody has already managed to get this module running under ARCH=powerpc. No such attempts were made by us. So far, TQ did not voice any inte- rest