Re: [U-Boot-Users] Flash, Port Width & Chip width

2008-07-25 Thread k b
> i came through this code and didn't understand the difference between port > width and chip width. ok got it, port_width = n * chip_width n = number of flash parts. _ With Windows Live for mobile, your contacts travel with yo

[U-Boot-Users] Flash, Port Width & Chip width

2008-07-25 Thread k b
Hi, I'm using a 2 spansion 1Gb flash part 128k sector each, so 256k sector size. in x16, so they form whole 32 bit word. i came through this code and didn't understand the difference between port width and chip width. Can some one explain. here's what i specifically referring to from include/f

Re: [U-Boot-Users] Taishan linker problem.

2008-02-21 Thread k b
> > Please keep the mailing list on Cc: !!! > Sorry that was a mistake. In regards to the problem i'm seeing i was looking through the changelog of 1.1.5 and the mentions fixing this problem. here's the link that shows the changelog http://svn.digium.com/view/aadk-old/u-boot/upstream/r614/u-b

[U-Boot-Users] Taishan linker problem.

2008-02-21 Thread k b
Hi, I'm using the taishan board. and have adding some test cmd on top of it and here's what i see when i compile. > make distclean && make clean && make taishan_config && make UNDEF_SYM=`/opt/montavista/pro/devkit/ppc/440/bin/ppc_440-objdump -x lib_generic/libgeneric.a board/amcc/taishan/lib

[U-Boot-Users] read from serial port

2008-02-19 Thread k b
Hi, I'm using u-boot-1.2.0 and want to know if there is easy way to read serial port. So here's what i'm trying to achieve, 1) my commands get called based on user's input on the serial port. but there on after as the my command i interactive i would want to read users input on the serial por

[U-Boot-Users] Taishan or ppc440gx pci reset

2008-02-11 Thread k b
Hi, I'm using the amcc taishan board and have a pci-x device connected to it. 1) how do I take the pci device out of reset at boot up ? 2) and how do i reset the pci device ? thanks Kunal _ Climb to the top of the charts! Play the

[U-Boot-Users] ppc start.S 'rfmci' opcode not recognized by ppc-440 compiler

2008-01-24 Thread k b
Hi, I'm working on a amcc taishan board. The board works find with for u-boot 1.1.3 and 1.1.6. I'm using montavista ppc_440-gcc build tools. But any version after 1.2.0 compilation fails at start.S apparently it complains about an Unrecognized opcode 'rfmci (message show below) Questions: 1)

Re: [U-Boot-Users] U-Boot versions

2008-01-18 Thread k b
ubject: Re: [U-Boot-Users] U-Boot versions > > k b wrote: >> Hi, >> I have a question regarding the various version of u-boot. >> >> Is there a page that you can point me to that holds like a release note or >> something that tells me what's different fro

[U-Boot-Users] U-Boot versions

2008-01-18 Thread k b
Hi, I have a question regarding the various version of u-boot. Is there a page that you can point me to that holds like a release note or something that tells me what's different from the previous release. I tried looking http://www.denx.de/wiki/UBoot/WebHome but couldn't find anything. here ar