Re: [U-Boot] MPC8313ERDB u-boot upgrade usb problem

2009-06-09 Thread Deepak Gopalakrishnan
hi I ran into this problem while trying to include files necessary to include ehci feature for usb. It would be of great help if some one cud point in a direction where i can get help... Im using MPC8313 board and u-boot.1.3.0 on it. Regards, Deepak Gopalakrishnan Kim Phillips 06/09

[U-Boot] MPC8313ERDB u-boot upgrade usb problem

2009-06-08 Thread Deepak Gopalakrishnan
Hi i am in the process of upgrading the u-boot version from u-boot 1.1.6 to 1.3.0 and im stuck up with the usb. this is the error im getting => usb start (Re)start USB... USB: ACTUAL Board Setting Clock... PHY Invalid Clock setting failed Error, couldn't init Lowlevel part i have no idea wat h

Re: [U-Boot] MPC8313ERDB board reset problem

2009-06-03 Thread Deepak Gopalakrishnan
nt to Flash... Error: end address not on sector boundary" Can you help me fix this problem Regards, Deepak Gopalakrishnan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] MPC8313ERDB board reset problem

2009-06-02 Thread Deepak Gopalakrishnan
Hi im using mpc8313erdb board. and i have modified the u-boot 1.3.0 code to suit my needs. But the problem is that now as soon as power up the board, the initial msgs are dumped on the telnet...and then as soon as the prompt is displayedit resetsand keeps on doing the same... the thing

Re: [U-Boot] bootstrap nand write function

2009-05-21 Thread Deepak Gopalakrishnan
.? Regards, Deepak Gopalakrishnan Scott Wood 05/21/2009 10:21 PM To Deepak Gopalakrishnan cc u-boot@lists.denx.de Subject Re: [U-Boot] bootstrap nand write function On Thu, May 21, 2009 at 01:56:37PM +0530, Deepak Gopalakrishnan wrote: > Hi > i want to write a function using which

[U-Boot] bootstrap nand write function

2009-05-21 Thread Deepak Gopalakrishnan
Hi i want to write a function using which i will be able to add a new env variable from the bootstrap. cud you help me with the sequence i should follow when im writing this function... thanks and regards, Deepak Gopalakrishnan ___ U-Boot mailing list

Re: [U-Boot] u-boot version

2009-05-19 Thread Deepak Gopalakrishnan
funtion for this bootstrap cause the limit of 4K has almost been covered. What method would u suggest to get around this? thanks & regards, Deepak Gopalakrishnan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] u-boot version

2009-05-19 Thread Deepak Gopalakrishnan
bootstrap) i assume that for this i will have to write a version string to the nand flash and then try to access it for the linux kernelbut thats just an idea...have no clue how to Regards, Deepak Gopalakrishnan ___ U-Boot mailing list U-Boot

[U-Boot] U-boot common/environment.c

2009-05-19 Thread Deepak Gopalakrishnan
Hi im using u-boot-1.1.5_atmel_1.2 and want to add a new environment variable for uboot version...my doubt --is it enough that i add this in the env_t environment __PPCENV__ . Also for each entry in this structure there is a macro defined, so if i add version as a new env variable..so this is wa

Re: [U-Boot] u-boot version

2009-05-19 Thread Deepak Gopalakrishnan
this. do u have any idea if this is possible. Also how do i add a new env variable in u-boot... thanks and regards, Deepak Gopalakrishnan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] u-boot version

2009-05-18 Thread Deepak Gopalakrishnan
Hi all this time i want to know is there anywat i can get a application in linux to fetch the bootstrap and u-boot version and display it i have no idea how this can be done could someone give a start.im using AT91Bootstrap and u-boot-1.1.5_atmel_1.2 thanks alot note:sorry if i h

[U-Boot] start.s file

2009-05-12 Thread Deepak Gopalakrishnan
site: http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.aixassem/doc/alangref/mfmsr.htm but im not able to proceed much. Is there any better way to understand this. thanks & regards, Deepak Gopalakrishnan ___ U-Boot mai

[U-Boot] uboot relocate_code() function

2009-05-11 Thread Deepak Gopalakrishnan
anyone help me with this. thanks and regards, Deepak Gopalakrishnan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Uboot reloaction scheme

2009-05-10 Thread Deepak Gopalakrishnan
I was wondering if there was any documentation or link which explains the uboot relocation scheme. Isnt it better to understand the concept and then try to understand the code. Regards, Deepak Gopalakrishnan___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Add a new command to U-Boot

2009-05-08 Thread Deepak Gopalakrishnan
); hope this is useful to atleast one person Regards, Deepak Gopalakrishnan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Add a new command to U-Boot

2009-05-07 Thread Deepak Gopalakrishnan
the makefile and placing it in the common folder...wat shud i do..? thanks alot... Regards, Deepak Jerry Van Baren 05/07/2009 07:10 PM To Deepak Gopalakrishnan cc u-boot@lists.denx.de Subject Re: [U-Boot] Add a new command to U-Boot Deepak Gopalakrishnan wrote: > HI > I am workin

Re: [U-Boot] Add a new command to U-Boot

2009-05-07 Thread Deepak Gopalakrishnan
HI I am working with Freescale MPC8313E-RDB and with it comes their BSP. This provides a u-boot. I want to understand how the u-boot commands work as in where are they defined and in which files. My utlimate goal is to add new u-boot commands and to modify the exsisting commands (if needed) Im a t