Re: [U-Boot] Support for MB86R01 cpu

2010-05-21 Thread Detlev Zundel
Hi Thirumalai,

 Hi Matthias,

 Hi Thirumalai

 Am 18.05.2010 08:29, schrieb Thirumalai:
 Hi Matthias,
 I am going to use u-boot alone for my development. Which debugger 
 is
 suitable for debugging u-boot and initial board bringup activity?
 My choice is BDI2000. Is it ok.

 Yes. As I said. But I never used it to debug u-boot together together
 with GDB. After the serial console was up I used printf-like debugging.
 And before that point I could live quite good with simple BDI commands.


 Whether source level debugging is possible with BDI2000?

Yes of course this is possible.  It's even in the documentation:

http://www.denx.de/wiki/view/DULG/DebuggingUBoot

Cheers
  Detlev

-- 
Wenn ein Kopf und ein Buch zusammenstossen und es klingt hohl; ist
denn das allemal im Buche?
   - Lichtenberg
--
DENX Software Engineering GmbH,  MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Support for MB86R01 cpu

2010-05-19 Thread Thirumalai
Hi Matthias,

 Hi Thirumalai

 Am 18.05.2010 08:29, schrieb Thirumalai:
 Hi Matthias,
 I am going to use u-boot alone for my development. Which debugger 
 is
 suitable for debugging u-boot and initial board bringup activity?
 My choice is BDI2000. Is it ok.

 Yes. As I said. But I never used it to debug u-boot together together
 with GDB. After the serial console was up I used printf-like debugging.
 And before that point I could live quite good with simple BDI commands.


Whether source level debugging is possible with BDI2000?

 Also tell me what toolchains need to be used. Is ELDK supports?

 I don't know. I used a toolchain which I build myself using
 crosstools-ng (see http://freshmeat.net/projects/crosstool-ng/)

 Whether the video driver is available on u-boot ?

 Check my patch series and you will see ;-)
I will check and tell this.

 Matthias

 -Thirumalai

 - Original Message - 
 From: Matthias Weißer weiss...@arcor.de
 To: Thirumalai thirumala...@datapatterns.co.in
 Cc: u-boot@lists.denx.de
 Sent: Tuesday, May 18, 2010 11:18 AM
 Subject: Re: [U-Boot] Support for MB86R01 cpu


 Hello Thirumalai

 Am 18.05.2010 07:37, schrieb Thirumalai:
 Hi Matthias,
  We are using MB86R01 processor in our design. We just want to
 know
 what emulator/debugger can be used for initial board bring-up activity
 and
 also whether the latest u-boot(2010.03) is supporting this processor ?

 I recently posted a patch series adding support for MB86R01 to u-boot. I
 did not receive any comments on V2 so I thinks its more or less fine and 
 I
 hope it will be merged within the upcoming merge window.

 See http://lists.denx.de/pipermail/u-boot/2010-May/071097.html for the
 initial mail of the patch series.

 I am using a BDI2000 (http://www.abatron.ch/products/bdi-family.html) 
 for
 initial flash programming. A Segger JLink
 (http://www.segger.com/cms/jlink.html) works also.

 Hope this helped.

 Matthias

 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Support for MB86R01 cpu

2010-05-18 Thread Thirumalai
Hi Matthias,
I am going to use u-boot alone for my development. Which debugger is 
suitable for debugging u-boot and initial board bringup activity?
My choice is BDI2000. Is it ok.
Also tell me what toolchains need to be used. Is ELDK supports?
Whether the video driver is available on u-boot ?
-Thirumalai

- Original Message - 
From: Matthias Weißer weiss...@arcor.de
To: Thirumalai thirumala...@datapatterns.co.in
Cc: u-boot@lists.denx.de
Sent: Tuesday, May 18, 2010 11:18 AM
Subject: Re: [U-Boot] Support for MB86R01 cpu


 Hello Thirumalai

 Am 18.05.2010 07:37, schrieb Thirumalai:
 Hi Matthias,
  We are using MB86R01 processor in our design. We just want to 
 know
 what emulator/debugger can be used for initial board bring-up activity 
 and
 also whether the latest u-boot(2010.03) is supporting this processor ?

 I recently posted a patch series adding support for MB86R01 to u-boot. I 
 did not receive any comments on V2 so I thinks its more or less fine and I 
 hope it will be merged within the upcoming merge window.

 See http://lists.denx.de/pipermail/u-boot/2010-May/071097.html for the 
 initial mail of the patch series.

 I am using a BDI2000 (http://www.abatron.ch/products/bdi-family.html) for 
 initial flash programming. A Segger JLink 
 (http://www.segger.com/cms/jlink.html) works also.

 Hope this helped.

 Matthias 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Support for MB86R01 cpu

2010-05-17 Thread Thirumalai
Hi Matthias,
We are using MB86R01 processor in our design. We just want to know 
what emulator/debugger can be used for initial board bring-up activity and 
also whether the latest u-boot(2010.03) is supporting this processor ?

-Thirumalai 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Support for MB86R01 cpu

2010-05-17 Thread Matthias Weißer
Hello Thirumalai

Am 18.05.2010 07:37, schrieb Thirumalai:
 Hi Matthias,
  We are using MB86R01 processor in our design. We just want to know
 what emulator/debugger can be used for initial board bring-up activity and
 also whether the latest u-boot(2010.03) is supporting this processor ?

I recently posted a patch series adding support for MB86R01 to u-boot. I 
did not receive any comments on V2 so I thinks its more or less fine and 
I hope it will be merged within the upcoming merge window.

See http://lists.denx.de/pipermail/u-boot/2010-May/071097.html for the 
initial mail of the patch series.

I am using a BDI2000 (http://www.abatron.ch/products/bdi-family.html) 
for initial flash programming. A Segger JLink 
(http://www.segger.com/cms/jlink.html) works also.

Hope this helped.

Matthias
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot