Re: [U-Boot] start.S

2011-09-19 Thread maheen butt
From: Marek Vasut To: u-boot@lists.denx.de; maheen butt Cc: Christopher Harvey Sent: Tuesday, September 20, 2011 10:45 AM Subject: Re: [U-Boot] start.S On Tuesday, September 20, 2011 07:02:15 AM maheen butt wrote: > my target board is mips so > whic

Re: [U-Boot] start.S

2011-09-19 Thread maheen butt
On 09/19/11 14:28, maheen butt wrote: > Hi > I'm newbie in the boot loader world. I'm trying to learning the > source code for porting purpose. U-boot > start execution from start.S.I want to know that which part > of start.S jump to c code? and what is first funct

[U-Boot] start.S

2011-09-19 Thread maheen butt
Hi I'm newbie in the boot loader world. I'm trying to learning the  source code for porting purpose. U-boot  start execution from start.S.I want to know that which part  of start.S jump to c code? and what is first function comes  after start.S? Thanks   ___

[U-Boot] Enabling of KGDB using U-Boot

2011-07-08 Thread maheen butt
I want to know U-boot user mode configuration to enable KGDB. Is there any solution to my problem. actually I have seen some thing like this CFG_CMD_KGDB* kgdb  in u-boot readme. this CFG_CMD_KGDB is 'or'ed to CONFIG_COMMANDS but I dont know the proper procedure.

[U-Boot] Enabling of KGDB using U-Boot

2011-07-07 Thread maheen butt
hi I 've Cavium Networks Octeon processor with U-Boot 1.1.1 and Debian GNU/Linux 5.0 octeon I want to debug the kernel through KGDB. I compiled the kernel with KGDB configuration but when I boot the kernel on Octeon Board it boot as usual and doesnot wait for remote host to connect through seria