Re: [U-Boot] Porting u-boot for MPC8280 based Board by taking MPC8260ads reference, Its hanging at some point

2012-08-09 Thread Markus Hubig
On Thu, Aug 09, 2012 at 11:44:18AM +0530, Thirumalesha N wrote: > I'm porting u-boot for mpc8280 based CPU board by taking mpc8260ads > reference, its hanging at some some point. i enabled debug mode. > U-Boot 1.3.1 (Aug 8 2012 - 09:19:16) > New Stack Pointer is: 1ffa0f48 > > please can you sugg

Re: [U-Boot] Porting u-boot for MPC8280 based Board by taking MPC8260ads reference, Its hanging at some point

2012-08-09 Thread Wolfgang Denk
Dear Thirumalesha N, In message you wrote: > > I'm porting u-boot for mpc8280 based CPU board by taking mpc8260ads > reference, its hanging at some some point. i enabled debug mode. > > U-Boot 1.3.1 (Aug 8 2012 - 09:19:16) I explained this before. Please stop asking questions about 5

[U-Boot] Porting u-boot for MPC8280 based Board by taking MPC8260ads reference, Its hanging at some point

2012-08-08 Thread Thirumalesha N
Dear sir, I'm porting u-boot for mpc8280 based CPU board by taking mpc8260ads reference, its hanging at some some point. i enabled debug mode. U-Boot 1.3.1 (Aug 8 2012 - 09:19:16) MPC8260 Reset Status: Check Stop, External Soft, External Hard MPC8260 Clock Configuration - Bus-to-Core

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-05-03 Thread Thirumalesha N
On Thu, May 3, 2012 at 2:29 PM, Wolfgang Denk wrote: > Dear Thirumalesha N, > > In message < > cao1rv-ysrczbuhdflfd0kj9y1a7+ffcnwutrgng2xtl34ca...@mail.gmail.com> you > wrote: > > > >To enable console on SMC( There are 2 SMC in MPC8280, we using SMC2 > > means Pin no. PA9 ( Tx ) and PA8 (Rx)

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-05-03 Thread Wolfgang Denk
Dear Thirumalesha N, In message you wrote: > >To enable console on SMC( There are 2 SMC in MPC8280, we using SMC2 > means Pin no. PA9 ( Tx ) and PA8 (Rx) ). >I modified as follows ... > + /* PA9 */ { 1, 1, 0, 1, 0, 0 }, /* SMC Tx */ > + /* PA8 */ { 1, 1, 0,

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-05-02 Thread Thirumalesha N
On Wed, May 2, 2012 at 7:15 PM, Wolfgang Denk wrote: > Dear Thirumalesha N, > > Please keep the mailing list on Cc: > > In message < > cao1rv-ayvvrd1urk3eq3asyqz2rrddpyyaexstktjh7tbuq...@mail.gmail.com> you > wrote: > > > > Unable to get a BDI tool. Am trying to do directly. > > Please feel

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-05-02 Thread Wolfgang Denk
Dear Thirumalesha N, Please keep the mailing list on Cc: In message you wrote: > > Unable to get a BDI tool. Am trying to do directly. Please feel free to contact off...@denx.de for a quotation. > Please can you explain me where the u-boot starts execution ? means > not address. In

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-04-26 Thread Wolfgang Denk
Dear Thirumalesha N, In message you wrote: > > > > I have BDI 2000 tool, but its not connecting to board. > > > > This is a problem that should be fixable. Keep in mind that the > > MPC82xx can come up in different modes, depending on if there is a > > valid HRCW in flash or not. This can c

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-04-26 Thread Thirumalesha N
> > Yes These frequency and flash base address are correct to my board. > > SMC2 pins PA9-TX and PA8-Rx, > > I Checked BRG and clock routing is matching to board. > > Then you need a debugger. > > > I have BDI 2000 tool, but its not connecting to board. > > This is a problem that should be fi

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-04-25 Thread Wolfgang Denk
Dear Thirumalesha N, In message you wrote: > > Yes These frequency and flash base address are correct to my board. > SMC2 pins PA9-TX and PA8-Rx, > I Checked BRG and clock routing is matching to board. Then you need a debugger. > I have BDI 2000 tool, but its not connecting to board. Th

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-04-24 Thread Thirumalesha N
> >> I modified MPC8260ADS with CPU clock frequency 100MHz, Text base > > >Is this the actual clock frequency on your system? Really? > > >> 0xfff0, Flash Base 0xfff0 and sdram base 0x, and > console on > > >Are these values correct for your hardware? > > >> SMC of port pins PA9(R

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-04-24 Thread Wolfgang Denk
Dear Thirumalesha N, In message you wrote: > > I modified MPC8260ADS with CPU clock frequency 100MHz, Text base Is this the actual clock frequency on your system? Really? > 0xfff0, Flash Base 0xfff0 and sdram base 0x, and console on Are these values correct for your hardware

[U-Boot] Porting u-boot for MPC8280 based board.

2012-04-24 Thread Thirumalesha N
Hi, I am trying to port u-boot for MPC8280 by taking reference MPC8260ADS, but its not booting, u-boot Version u-boot-1.3.1 ARCH = PPC 82xx Processor = MPC8280 Bootflash = AM29LV040B (512kb) mirror bit sdram = 512MB I modified MPC8260ADS with CPU clock frequency 100MHz,