[U-Boot-Users] Kiran added you as a friend on WAYN

2008-06-14 Thread WAYN.com
Hi u-boot-users Kiran Choudary(http://www.wayn.com/waynprofile.html?member_key=12241497) and added you as a friend on WAYN (Where Are You Now?). To confirm that you are friends and join the worlds' largest travel and lifestyle community, click on the following link: http://www.wayn.com/way

Re: [U-Boot-Users] [PATCH] Fix 4xx build issue

2008-06-14 Thread Stefan Roese
On Saturday 14 June 2008, Larry Johnson wrote: > Thanks from me too, Anatolij. I just came up with the same patch, but > decided to check the mailing list before submitting it. > > Stefan, could you add this to the ppc4xx repository ASAP? No, I can't. This patch touches non-PPC4xx files so it sho

[U-Boot-Users] (no subject)

2008-06-14 Thread 钟文辉
各位老总:您们好! 诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!   鼠不尽的幸福!鼠不尽的美满生活!愿: 您们阖家欢乐!幸福安康! 我公司可以长期提供:出口报关单,核销单,等等一系列手续;代理:出口 报关,商检,境内外运输..等等;还可以代办:出口欧盟许可证,欧盟产地证; 并且还有(广州国际贸易交易会)的摊位可以转让;价格特别优惠;有意者请来邮件 或来电联系。谢谢合作!   电话:0755-81153047。  

Re: [U-Boot-Users] new to U-Boot, how do I get started for Atmel at91sam9261ek

2008-06-14 Thread Andrejs Cainikovs
Vyan is misinformed. Atmel do not sell GPL'ed stuff. Regards, Andrejs Cainikovs. Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > >> I received the following email from Ulf - it appears he is struggling >> with his phone/email and sent it directly to me only, not to the lis

Re: [U-Boot-Users] U-Boot and Linux on Walnut based board

2008-06-14 Thread Wolfgang Denk
Dear Brian, in message <[EMAIL PROTECTED]> you wrote: > > I tried the following versions on our old board and found that > booting linux stops working from 1.3.2-rc1. So, some change between > 1.3.1 and 1.3.2-rc1 is causing my problem. Can you give me any > pointers as to where to look? I trie

Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB

2008-06-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Can someone please clarify how copyright of derivative works is > handled within the U-Boot source code trees? For example, how > much source code needs to be added/modified/removed to justify > a copyright notice for the changes? U-Boot is a big proj

Re: [U-Boot-Users] new to U-Boot, how do I get started for Atmel at91sam9261ek

2008-06-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I received the following email from Ulf - it appears he is struggling > with his phone/email and sent it directly to me only, not to the list. > The one that really needed it was Vyas. As expected, Vyas just needed > to know where to look to get the

Re: [U-Boot-Users] U-Boot booting from NAND

2008-06-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I ditched the entire reuse thing when I implemented nand boot for a > 5121e platform. 2k was to little space to try to force in the generic > files. just make a new start.S that do only the things it needs to. I seriously hope you based your code on

Re: [U-Boot-Users] Silent console enhancement patch

2008-06-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > When we manufacture a new board, we will load the flash via jtag. All I > had planned to put in at that stage was the u-boot image itself. I did > not plan to put in an initial environment, because the environment can > easily be constructed by u-boot.

Re: [U-Boot-Users] new to U-Boot, how do I get started for Atmel at91sam9261ek

2008-06-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I have a at91sam9261ek evaluation Kit from Atmel and I want to bring up > the UBoot on that. When I got the board, I also got UBoot binary which can > be flashed and verified. However, I did not get the source code. The code > has to be purchased se

Re: [U-Boot-Users] Can't get strong symbol to override weak one

2008-06-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > "Ben Warren" <[EMAIL PROTECTED]> wrote: > > I propose to wrap both the 'board/$(BOARDDIR)/lib$(BOARD).a' and > > 'cpu/$(CPU)/lib$(CPU).a' arguments to ld in > > --whole-module/--no-whole-module in order to accomplish this goal. We > > definitely don't wa

[U-Boot-Users] [PATCH] pp44xx: Remove implementation of testdram() from Korat board support

2008-06-14 Thread Larry Johnson
Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> --- This patch requires the previously-submitted patch for these files. board/korat/korat.c | 38 -- include/configs/korat.h |1 - 2 files changed, 0 insertions(+), 39 deletions(-) diff --git a/board/k

[U-Boot-Users] [PATCH] ppc4xx: Update and add FDT to Korat board support

2008-06-14 Thread Larry Johnson
Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> --- board/korat/korat.c | 42 -- include/configs/korat.h | 10 +++--- 2 files changed, 47 insertions(+), 5 deletions(-) diff --git a/board/korat/korat.c b/board/korat/korat.c index a7b4b27..dc9772

Re: [U-Boot-Users] [PATCH] Fix 4xx build issue

2008-06-14 Thread Larry Johnson
Stefan Roese wrote: > On Thursday 12 June 2008, Anatolij Gustschin wrote: >> Building for 4xx doesn't work since commit 4dbdb768: >> >> In file included from 4xx_pcie.c:28: >> include/asm/processor.h:971: error: expected ')' before 'ver' >> make[1]: *** [4xx_pcie.o] Error 1 >> >> This patch fixes t

Re: [U-Boot-Users] U-Boot and Linux on Walnut based board

2008-06-14 Thread Jon Loeliger
Brian S. Park wrote: > Wolfgang, > I tried the following versions on our old board and found that > booting linux stops working from 1.3.2-rc1. So, some change between > 1.3.1 and 1.3.2-rc1 is causing my problem. Can you give me any > pointers as to where to look? > > 1.0.0: works > 1.2.0: work

Re: [U-Boot-Users] Run Linux kernel from within a JFFS2 filesystem

2008-06-14 Thread Luigi 'Comio' Mantellini
Ciao Pesà, U-Boot can load an image from a jffs2 fs using the fsload command: fsload DEST_ADDR imagename Furthermore, you need to properly define the mtdpart and mtdids environment vars or define the opportune #define, like this: #define MTDIDS_DEFAULT "nor0=phys_mapped_flash" #define

[U-Boot-Users] Run Linux kernel from within a JFFS2 filesystem

2008-06-14 Thread Giuseppe Modugno
Hi all, this is my first post in this mailing list. I hope I don't start with a FAQ. On my board I have installed U-Boot and I'm able to run Linux kernel and rootfs via Flash/Flash (ramdisk/image file) or TFTP/NFS. Of course, either ramdisk and nfs aren't suitable for my end application (ram

[U-Boot-Users] I have a problem ! Thanks

2008-06-14 Thread wdx12065
Hello, I am porting u-boot to LPC2210 . My cross tool is arm-linux-gcc . its version is 3.3.2 .the problem is ,when i calls a malloc function it always returns 0 . How can i handle it ? Thanks . 2008-06-14 Best Regards, Wu DongXing(吴东兴) [EMAIL PROTECTED] School of Computer Science&Engineer