Re: [U-Boot] question about add new board to MAKEALL

2010-07-21 Thread Wolfgang Denk
Dear Xiangfu Liu, In message <4c464389.6070...@openmobilefree.net> you wrote: > > in there website[1], they don't mention MIPS at all, but I found this > in their head file: > "MIPS 4Kc (32 bit RISC)" > and the gcc argument is > "-march=4kc -mtune=4kc -EL -mabicalls -mips32" OK. So p

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Xiangfu Liu
Hi Wolfgang On 07/20/2010 11:47 PM, Wolfgang Denk wrote: > Dear Xiangfu Liu, > > In message<4c45b400.2000...@openmobilefree.net> you wrote: >> >> I modify the patch to a new one[1], since this board use a new cpu >> named "xburst". >> this new patch works fine when I run "./MAKEALL mips_el" :) >

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Wolfgang Denk
Dear Xiangfu Liu, In message <4c45b400.2000...@openmobilefree.net> you wrote: > > I modify the patch to a new one[1], since this board use a new cpu > named "xburst". > this new patch works fine when I run "./MAKEALL mips_el" :) Well, we don't want to add lists for each and every CPU, especially

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Xiangfu Liu
On 07/20/2010 05:51 PM, Wolfgang Denk wrote: > Dear Xiangfu Liu, >> is this patch[1] ok for "MAKEALL"? >> or how to add my board "qi_lb60_config" to "MAKEALL" > > Well, did you try it out? And did it work for you? > I modify the patch to a new one[1], since this board use a new cpu named "xburst".

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Wolfgang Denk
Dear Xiangfu Liu, In message <4c45580f.6080...@openmobilefree.net> you wrote: > > is this patch[1] ok for "MAKEALL"? > or how to add my board "qi_lb60_config" to "MAKEALL" Well, did you try it out? And did it work for you? It looks good, buty I cannot test it. > I am just apply the patch_[1].

Re: [U-Boot] question about add new board to MAKEALL

2010-07-20 Thread Xiangfu Liu
Hi Wolfgang is this patch[1] ok for "MAKEALL"? or how to add my board "qi_lb60_config" to "MAKEALL" I am just apply the patch_[1]. now it's making. it need several hours for "MAKEALL" in my pc. so I will got the build log several hours later. but I would also ask in list for some advice. thanks.

Re: [U-Boot] question about add new board to MAKEALL

2010-07-19 Thread Xiangfu Liu(刘向富)
Hi Wolfgang Denk On 07/20/2010 01:45 AM, Wolfgang Denk wrote: > Dear =?UTF-8?B?IlhpYW5nZnUgTGl1KOWImOWQkeWvjCki?=, > > In message<4c43c9a9.7020...@openmobilefree.net> you wrote: >> >> before I apply the new board patches. the "MAKEALL" compile 359 boards. >> after I applied the new board patches.

Re: [U-Boot] question about add new board to MAKEALL

2010-07-19 Thread Wolfgang Denk
Dear =?UTF-8?B?IlhpYW5nZnUgTGl1KOWImOWQkeWvjCki?=, In message <4c43c9a9.7020...@openmobilefree.net> you wrote: > > before I apply the new board patches. the "MAKEALL" compile 359 boards. > after I applied the new board patches. the "MAKEALL" still compile 359 boards. Then you obviously missed to

Re: [U-Boot] question about add new board to MAKEALL

2010-07-18 Thread Xiangfu Liu(刘向富)
Hi Wolfgang thanks for reply. before I apply the new board patches. the "MAKEALL" compile 359 boards. after I applied the new board patches. the "MAKEALL" still compile 359 boards. and the build log is the same. is that mean my patch is ok to send to mailist list?? if I am wrong just correct me

Re: [U-Boot] question about add new board to MAKEALL

2010-06-28 Thread Wolfgang Denk
Dear =?UTF-8?B?IlhpYW5nZnUgTGl1KOWImOWQkeWvjCki?=, In message <4c280be4.8030...@openmobilefree.net> you wrote: > > I am try to add new board to "MAKEALL" here[1] is the patch. > but "MAKEALL" doesn't compile the new board qi_lb60. MAKEALL is just a wrapper script that runs "make xxx_config" and

[U-Boot] question about add new board to MAKEALL

2010-06-27 Thread Xiangfu Liu(刘向富)
Hi all. I am try to add new board to "MAKEALL" here[1] is the patch. but "MAKEALL" doesn't compile the new board qi_lb60. here[2] is the tail of compile log this board is base on next branch commit: 953b7e629198fe2eb0adf272fb9140f2a4a51826 I am sure that when I use mipsel-openwrt-linux-, the qi