public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
From: sumanth <sumanth.kondlada@wipro.com>
To: ecos-devel@ecos.sourceware.org
Subject: is rom_vector address correct
Date: Wed, 01 Mar 2006 07:57:00 -0000	[thread overview]
Message-ID: <3179154.post@talk.nabble.com> (raw)


  Hi all, 

       This  problem is for IXP-425 board 

                I have build the image with config tool and ram as my
startup type, but still it shows as rom_vectors in my image 

is that ok ? 

 and in my target.ld my start location origin shows as 0x0 
 and rom_vectors section shows as 0x20000 as below 

MEMORY 
{ 
    ram : ORIGIN = 0, LENGTH = 0x02000000 
} 

SECTIONS 
{ 
    SECTIONS_BEGIN 
    SECTION_fixed_vectors (ram, 0x20, LMA_EQ_VMA) 
    SECTION_rom_vectors (ram, 0x20000, LMA_EQ_VMA) 



my reset_vector starts at 0x20040 from where the execution starts is it all
going 

fine (correct ?) or else i have to change the address in
mlt_arm_xscale_grg_ram.mlt 

to load the image from 0x0 location 

I am getting problem exactly with the registers  r13(stack pointer reg)  and 
r14(link reg) which are not getting reflected with instructions when i am in
debug mode. 

i am getting data abort when encountering stmfd/stmdb of ldmfd/ldmdb from
where i am unable to continue 

i am strucking in hal_hardware_init in plf_hardware_init where i encounter
ldmfd/ldmdb 

any sugessitions are very helpful 

thanks & regards, 
Sumanth

--
View this message in context: http://www.nabble.com/is-rom_vector-address-correct-t1204246.html#a3179154
Sent from the Sourceware - ecos-devel forum at Nabble.com.

                 reply	other threads:[~2006-03-01  7:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3179154.post@talk.nabble.com \
    --to=sumanth.kondlada@wipro.com \
    --cc=ecos-devel@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).