public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Warren Jasper <wjasper@tx.ncsu.edu>
To: ecos-discuss@sources.redhat.com
Subject: [ECOS] romfs base address
Date: Tue, 07 Aug 2001 06:24:00 -0000	[thread overview]
Message-ID: <200108071324.JAA02368@lx10.tx.ncsu.edu> (raw)

I see that 

cdl_option CYGNUM_FS_ROM_BASE_ADDRESS {
    # Flavor: data
    user_value 0x8200000
    # value_source user
    # Default value: 0x50040000
};

Is no longer defined in the ecos.ecc cdl file.  Could someone please tell
me EXACTLY how to speify the base adress for the rom fs.  Is this 
done only in the MTAB entry in the application code?  For example is
this correct?

//==========================================================================

#define CYGNUM_FS_ROM_BASE_ADDRESS 0x8200000
MTAB_ENTRY( romfs_mte1,
                   "/",
                   "romfs",
                   "",
                   (CYG_ADDRWORD) CYGNUM_FS_ROM_BASE_ADDRESS );


//==========================================================================


Thanks,


	-- Warren

Warren J. Jasper
wjasper@tx.ncsu.edu

             reply	other threads:[~2001-08-07  6:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-07  6:24 Warren Jasper [this message]
2001-08-07  6:41 ` Jonathan Larmour

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=200108071324.JAA02368@lx10.tx.ncsu.edu \
    --to=wjasper@tx.ncsu.edu \
    --cc=ecos-discuss@sources.redhat.com \
    /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).