Re: [U-Boot] random exception on ppc based board

2010-06-17 Thread Thirumalai
- Original Message - From: "Thirumalai" To: ; Sent: Saturday, June 12, 2010 10:40 AM Subject: [U-Boot] random exception on ppc based board > Hi, >I am having a ppc based target on which linux-2.4.20 kernel is running > with u-boot 1.3.4 as boot loader. The targe

[U-Boot] random exception on ppc based board

2010-06-11 Thread Thirumalai
panic: Aiee, killing interrupt handler! In interrupt handler - not syncing <0>Rebooting in 180 seconds.. ==== How to debug this??? -Thirumalai ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Regarding M96 GPU

2010-06-10 Thread Thirumalai
- Original Message - From: "Stefan Roese" To: "Thirumalai" Sent: Thursday, June 10, 2010 3:16 PM Subject: Re: Regarding M96 GPU > Hi Thirumalai, > > On Thursday 10 June 2010 11:43:23 Thirumalai wrote: >> I just want to know whether the

[U-Boot] Fw: Regarding M96 GPU

2010-06-10 Thread Thirumalai
on u-boot? -Thirumalai ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Video Driver Support

2010-05-21 Thread Thirumalai
Hi Stefan, I just want know whether the following GPU is supported by u-boot driver. ATI RADEON E4690(M96). Or Is there any other way to add support for this GPU. I want linux need to be booted on this GPU based Graphics Card. -Thirumalai

Re: [U-Boot] Support for MB86R01 cpu

2010-05-18 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 i

Re: [U-Boot] Support for MB86R01 cpu

2010-05-17 Thread Thirumalai
-boot ? -Thirumalai - Original Message - From: "Matthias Weißer" To: "Thirumalai" Cc: 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 Matthia

[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] 8640D Errata

2010-05-10 Thread Thirumalai
Hi denx, Is 8640D all errata has fixed on the u-boot-2009.06 version ? Or it is the responsible for end user ? Kindly clarify me. -Thirumalai ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Random problem on MPC8640D based board

2010-05-05 Thread Thirumalai
Dear Denx, - Original Message - From: "Wolfgang Denk" To: "Thirumalai" Cc: Sent: Wednesday, May 05, 2010 12:38 PM Subject: Re: [U-Boot] Random problem on MPC8640D based board > Dear "Thirumalai", > > In message <0c0a8ed2edfb487097801b3175c

Re: [U-Boot] Random problem on MPC8640D based board

2010-05-04 Thread Thirumalai
- Original Message - From: "Wolfgang Denk" To: "Thirumalai" Cc: Sent: Wednesday, May 05, 2010 12:02 PM Subject: Re: [U-Boot] Random problem on MPC8640D based board > Dear "Thirumalai", > > In message <8f0ecfaa4f2c46928a69de95faf2a...@itd210

[U-Boot] Random problem on MPC8640D based board

2010-05-04 Thread Thirumalai
machine check Resetting Board... Thank you Thirumalai ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] ppc u-boot string comparison problem

2010-03-25 Thread Thirumalai
using ELDK-4.0 FPU unavailable exception is coming. Thank you Thirumalai ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] coldfire support

2010-02-22 Thread Thirumalai
Hi denx, I just want to know whether the coldfire processor is supported by u-boot and what toolchains need to be used for compilation. Whether ELDK will support or not ? Thank you Thirumalai ___ U-Boot mailing list U-Boot@lists.denx.de http

[U-Boot] Machine check exception on video driver initialization

2009-12-05 Thread Thirumalai
Hi Stefan, I am getting Machine check exception when my video driver is initializing. When i searched the net i found that you also faced the same kind of problem. I have mentioned the VIDEO_IO_OFFSET as 0xf000. This address is nothing but CONFIG_SYS_PCI1_IO_VIRT which is mention

Re: [U-Boot] Regarding MPC8640D second core initialization

2009-12-02 Thread Thirumalai
> > On Dec 2, 2009, at 3:55 AM, Thirumalai wrote: > >> Thank you denx. >> >> Hi Jon, > > The email address you used for Jon is invalid (we need to update the > maintainers file - Jon should weigh in here). > >> >> I am using 2009-06 u-boot

[U-Boot] MPC8640D second core initialization

2009-12-02 Thread Thirumalai
Hi Kumar, I am using 2009-06 u-boot for MPC8640D based custom board. I just want to know whether the second core of MPC8640D is kicked off automatically or will it required by the user to kick[like mpc85xx/mp.c]. Also if am enabling the CONFIG_MP macro and CONFIG_NUM_CPUS as 2, then t

Re: [U-Boot] Regarding MPC8640D second core initialization

2009-12-02 Thread Thirumalai
Thank you denx. Hi Jon, I am using 2009-06 u-boot for MPC8640D based custom board. i just want to know whether the second core of MPC8640D is kicked off automatically or will it required by the user to kick using cpu command like mpc85xx/mp.c. Also if am enabling the CONFIG_MP macro

[U-Boot] Regarding MPC8640D second core initialization

2009-12-02 Thread Thirumalai
Hi denx, I am using 2009-06 u-boot for MPC8640D based board. i just want to know whether the second core of MPC8640D is kicked off automatically or will it required by the user to kick. Also if am enabling the CONFIG_MP macro and CONFIG_NUM_CPUS as 2, then the reset command of the target

[U-Boot] Regarding Reset command.

2009-10-12 Thread Thirumalai
Hi kumar, We are having QUAD MPC8640D based System on which all the processors are sharing the same boot code which is residing on the 32bit boot flash memory. i don't find any problem with this. But i just want to know whether it will create any problem. My configuration is Processo

[U-Boot] Regarding LM90 support on u-boot

2009-10-12 Thread Thirumalai
Hi denx, Is there any support for LM90 temperature sensor on u-boot? Any patches Regards, T. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Regarding linux kernel booting.

2009-08-20 Thread Thirumalai
Hi all, I am in bit of peculiar problem on booting linux kernel on my MPC7448-TSi108 based custom board. I am using u-boot 1.3.4 which was compiled on ELDK- 4.0. when i use bootp command to download the kernel image from the tftp server that was already working with other custom boards t

[U-Boot] Fw: Regarding 8641D uboot

2009-08-19 Thread Thirumalai
- Original Message - From: "Kumar Gala" To: "Thirumalai" Sent: Tuesday, August 18, 2009 7:45 PM Subject: Re: Regarding 8641D uboot > Please ask these questions on the u-boot list. > > - k > > On Aug 17, 2009, at 10:19 PM, Thirumalai wrote: > &g

[U-Boot] Regarding 8641D u-boot

2009-08-18 Thread Thirumalai
Hi kumar, The CONFIG_PHYS_64BIT was not defined on the header file of HPCN but extended address translation was enabled on the start.S irrespective of the MPC8641D_hpcn compilation option why?. Regards, T. CAUTION - Disclaimer *This email may conta

[U-Boot] Regarding Netconsole support

2009-06-29 Thread Thirumalai
Dear Denk, I have enabled Netconsole option on my customized powerpc 7410 based processor board. I have set ncip as my host machine which is connected through serial port (Now act as debug port but i need the ethernet to be debug port). i have set stdout and stdin as nc as mentioned