Re: [U-Boot] Linux kernel hang with FDT changes

2010-06-17 Thread Ronny D
Thanks jerry i verified the fdt fixup code and found problem with my DTB creation. By adding fixup for timebase-frequency in DTB kernel works fine.   -Ronny --- On Wed, 16/6/10, Jerry Van Baren wrote: From: Jerry Van Baren Subject: Re: [U-Boot] Linux kernel hang with FDT changes To: "

Re: [U-Boot] Linux kernel hang with FDT changes

2010-06-17 Thread Ronny D
I compared ft_board_setup() body with my .dts file for missing parameters, difference was timebase-frequency. I have updated .dts file with the timebase-frequency parameter. Now working fine   Thanks. Ronny --- On Mon, 14/6/10, Stefan Roese wrote: From: Stefan Roese Subject: Re: Linux kernel

Re: [U-Boot] Linux kernel hang with FDT changes

2010-06-15 Thread Jerry Van Baren
Hi Ronny, Just adding to Stefan's comments... On Mon, 2010-06-14 at 13:27 +0200, Stefan Roese wrote: > Hi Ronny, > > On Monday 14 June 2010 12:00:38 Ronny D wrote: > > I am using customized ppc440 based board. > > BTW: Do you plan to send the U-Boot changes to the mailing list and some time? >

Re: [U-Boot] Linux kernel hang with FDT changes

2010-06-14 Thread Stefan Roese
Hi Ronny, On Monday 14 June 2010 12:00:38 Ronny D wrote: > I am using customized ppc440 based board. BTW: Do you plan to send the U-Boot changes to the mailing list and some time? > We have created a .dtb file, u-boot should not update the file because of > that we have added following macro i

[U-Boot] Linux kernel hang with FDT changes

2010-06-14 Thread Ronny D
Hi,   I am using customized ppc440 based board.   We have created a .dtb file, u-boot should not update the file because of that we have added following macro in config file   #define CONFIG_OF_LIBFDT 1 #undef CONFIG_OF_BOARD_SETUP     With the above change kernel code gets hang wi