public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: aprakash@tataelxsi.co.in
To: ecos-discuss@sources.redhat.com
Subject: [ECOS] Newbie question about SDRAM Size Modification in Redboot for Integrator/AP.
Date: Mon, 09 May 2005 08:43:00 -0000	[thread overview]
Message-ID: <4160c41c61.41c614160c@vsnl.net> (raw)

Hi,

         I have an ARM development board (920T) with 128MB SDRAM. I am compiling REDBOOT for this board. Available binary file seems to be configured for 16MB SDRAM. I had tried by changing the following files ... But i wasnot helped me..  the file names are 

\opt\ecos\ecos-2.0\packages\hal\arm\integrator\v2_0  \include\pkgconf\mlt_arm_integrator_ram.ldi 


#include <cyg/infra/cyg_type.inc>

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

_______________________________________________________

\opt\ecos\ecos-2.0\packages\hal\arm\integrator\v2_0  \include\pkgconf\mlt_arm_integrator_ram.mlt

region ram 0 08000000 0 !
_______________________________________________________
\opt\ecos\ecos-2.0\packages\hal\arm\integrator\v2_0  \include\pkgconf\mlt_arm_integrator_romram.h


#define CYGMEM_REGION_ram_SIZE (0x08000000)
____________________________________________________

\opt\ecos\ecos-2.0\packages\hal\arm\integrator\v2_0  \include\pkgconf\mlt_arm_integrator_romram.h

MEMORY
{
    ram : ORIGIN = 0, LENGTH = 0x08000000
}
___________________________________________________


         Is there any other files should i need to modify ? ...Please let me know the direction to bring up Redboot with 128MB SDRAM support in board...

Thanks
Prakash


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

                 reply	other threads:[~2005-05-09  3:58 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=4160c41c61.41c614160c@vsnl.net \
    --to=aprakash@tataelxsi.co.in \
    --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).