* initlizing stack for IXP 425 board
@ 2006-02-22 11:02 sumanth
2006-02-22 13:44 ` Mark Salter
0 siblings, 1 reply; 4+ messages in thread
From: sumanth @ 2006-02-22 11:02 UTC (permalink / raw)
To: ecos-devel
Hi all,
I am sumanth porting ecos to Intel xscale ixp425 board .
i am initilizing the stack in the reset_vector, but it is not
getting effected
I am getting problem when i am encountering the instruction
stmfd/stmdb
and in the same way when encountering the instruction
ldmfd/ldmdb
can any one help me how to solve this problem of initilizing the
stack ,so that it can continue execution when encountering
stmfd/stmdb
ldmfd/ldmdb
Thanks in advance,
Sumanth.
--
View this message in context: http://www.nabble.com/initlizing-stack-for-IXP-425-board-t1168289.html#a3067866
Sent from the Sourceware - ecos-devel forum at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: initlizing stack for IXP 425 board
2006-02-22 11:02 initlizing stack for IXP 425 board sumanth
@ 2006-02-22 13:44 ` Mark Salter
0 siblings, 0 replies; 4+ messages in thread
From: Mark Salter @ 2006-02-22 13:44 UTC (permalink / raw)
To: sumanth; +Cc: ecos-devel
On Wed, 2006-02-22 at 03:02 -0800, sumanth wrote:
> Hi all,
>
> I am sumanth porting ecos to Intel xscale ixp425 board .
>
> i am initilizing the stack in the reset_vector, but it is not
> getting effected
>
> I am getting problem when i am encountering the instruction
>
> stmfd/stmdb
You don't give enough information. Have you looked at how the existing
ixp425 ports work? You have to initialize the SDRAM controller before
using a stack.
--Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: initlizing stack for IXP 425 board
@ 2006-02-24 10:14 Daly, Jeffrey
0 siblings, 0 replies; 4+ messages in thread
From: Daly, Jeffrey @ 2006-02-24 10:14 UTC (permalink / raw)
To: ecos-devel
the manual is referring to the debug stub that the JTAG tool downloads
to the mini icache of the processor. has nothing to do with the code
you are working on.
>-----Original Message-----
>From: ecos-devel-owner@ecos.sourceware.org [mailto:ecos-devel-
>owner@ecos.sourceware.org] On Behalf Of sumanth.kondlada@wipro.com
>Sent: Friday, February 24, 2006 12:44 AM
>To: ecos-devel@ecos.sourceware.org
>Subject: RE: initlizing stack for IXP 425 board
>
>
>
>
>
>Hi all,
>
>
>
> We are porting bsp for IXP 425 board
using
>AXD debugger and
>
>multi-ice(JTAG) which needs debug mode (correct ?).The manual
"Intel(r)
>IXP42X Product Line of Network Processors and IXC1100 Control Plane
>Processor" , say's that in debug mode does not have a dedicated stack
>pointer and following instructions should not be executed in Debug
Mode,
>they may result in unpredictable behavior LDM ,STM,LDR w/ Rd=PC , LDR
w/
>RRX addressing mode, SWP, LDC, STC
>
> But as part of boot up code these
>instructions ( in reset_vector after PLATFORM_SETUP) Are used like
>stmfd, ldmfd.
>
> Any pointers to resolve this or any sugessitons
>
>
>Thanks & regards,
>Sumanth.
>
>
>The information contained in this electronic message and any
attachments to
>this message are intended for the exclusive use of the addressee(s) and
may
>contain proprietary, confidential or privileged information. If you are
not
>the intended recipient, you should not disseminate, distribute or copy
this
>e-mail. Please notify the sender immediately and destroy all copies of
this
>message and any attachments.
>
>
>WARNING: Computer viruses can be transmitted via email. The recipient
>should check this email and any attachments for the presence of
viruses.
>The company accepts no liability for any damage caused by any virus
>transmitted by this email.
>
>
>www.wipro.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: initlizing stack for IXP 425 board
@ 2006-02-24 5:44 sumanth.kondlada
0 siblings, 0 replies; 4+ messages in thread
From: sumanth.kondlada @ 2006-02-24 5:44 UTC (permalink / raw)
To: ecos-devel
Hi all,
We are porting bsp for IXP 425 board using
AXD debugger and
multi-ice(JTAG) which needs debug mode (correct ?).The manual "Intel(r)
IXP42X Product Line of Network Processors and IXC1100 Control Plane
Processor" , say's that in debug mode does not have a dedicated stack
pointer and following instructions should not be executed in Debug Mode,
they may result in unpredictable behavior LDM ,STM,LDR w/ Rd=PC , LDR w/
RRX addressing mode, SWP, LDC, STC
But as part of boot up code these
instructions ( in reset_vector after PLATFORM_SETUP) Are used like
stmfd, ldmfd.
Any pointers to resolve this or any sugessitons
Thanks & regards,
Sumanth.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-02-24 10:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-22 11:02 initlizing stack for IXP 425 board sumanth
2006-02-22 13:44 ` Mark Salter
2006-02-24 5:44 sumanth.kondlada
2006-02-24 10:14 Daly, Jeffrey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).