[U-Boot] bootelf and vxWorks

2009-06-23 Thread Cem Eliguzel
Dear all, I see that do_bootelf method is located at cmd_elf.c and this file also includes do_bootvx method. Why is bootelf command is associated with vxWorks? Regards, Cem ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinf

[U-Boot] udelay

2009-06-23 Thread Cem Eliguzel
Dear all, Looking at the several udelay implementations for several different architectures (an example is cpu/arm926ejs/davinci/timer.c), it seemed to me that udelay implementations ( and other timer functions ) does not handle timestamp overflow. This might cause unexpected timer problems. By th

Re: [U-Boot] Merge Process

2009-06-18 Thread Cem Eliguzel
Dear Wolfgang, Our ultimate purpose is to have our architecture become one of the publicly supported architectures by U-Boot. What I really want to know is that should we always follow the master branch of original repo? I see several different branches as well. At the end, the patches we'll send t

[U-Boot] Merge Process

2009-06-18 Thread Cem Eliguzel
Hi all, We have, here at Ubicom , an ongoing process to port u-boot to our architecture. Last week we decided to merge the upstream u-boot codes to our local branch on which had forked from the upstream branch about 8 months ago.We successfully managed to merge remote master