public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Board Speed of MPC8555 processor
       [not found] <ed9edd1a0805020312t20ffab0ye020911636cdf2a0@mail.gmail.com>
@ 2008-05-02 10:16 ` Dileep Kumar
  2008-05-02 18:36   ` [ECOS] Is there any issue with eCOS running on 512 or 1GB of memory Domegan, Patrick
  0 siblings, 1 reply; 6+ messages in thread
From: Dileep Kumar @ 2008-05-02 10:16 UTC (permalink / raw)
  To: ecos-discuss, Gary Thomas

Hi,
I am new to eCos.
In the CDL file for VADS , " hal_powerpc_vads.cdl " , there is  an option
 cdl_option CYGHWR_HAL_POWERPC_BOARD_SPEED,

Can you tell me what is the board speed for  MPC8555 processor ?
 The underlying board is AMC channel card.

Thanks
Dileep Kumar

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ECOS]  Is there any issue with eCOS running on 512 or 1GB of memory
  2008-05-02 10:16 ` [ECOS] Board Speed of MPC8555 processor Dileep Kumar
@ 2008-05-02 18:36   ` Domegan, Patrick
  2008-05-02 18:44     ` Andrew Lunn
  0 siblings, 1 reply; 6+ messages in thread
From: Domegan, Patrick @ 2008-05-02 18:36 UTC (permalink / raw)
  To: ecos-discuss

Hi,

Is there any issue with eCOS running on 512 or 1GB of memory?

Thanks
Patrick


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS]  Is there any issue with eCOS running on 512 or 1GB of  memory
  2008-05-02 18:36   ` [ECOS] Is there any issue with eCOS running on 512 or 1GB of memory Domegan, Patrick
@ 2008-05-02 18:44     ` Andrew Lunn
  2008-05-05 14:23       ` [ECOS] Is there any issue with eCOS running on 512 or 1GB ofmemory Domegan, Patrick
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Lunn @ 2008-05-02 18:44 UTC (permalink / raw)
  To: Domegan, Patrick; +Cc: ecos-discuss

On Fri, May 02, 2008 at 02:35:04PM -0400, Domegan, Patrick wrote:
> Hi,
> 
> Is there any issue with eCOS running on 512 or 1GB of memory?

What architecture? Since you are AMD i presume you mean i386?

I don't know of any problems, but i've not tried it myself.

  Andrew

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ECOS]  Is there any issue with eCOS running on 512 or 1GB ofmemory
  2008-05-02 18:44     ` Andrew Lunn
@ 2008-05-05 14:23       ` Domegan, Patrick
  2008-05-07 13:37         ` Nick Garnett
  0 siblings, 1 reply; 6+ messages in thread
From: Domegan, Patrick @ 2008-05-05 14:23 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: ecos-discuss

Andrew,

Sorry I mean MIPS core, specifically MIPS 4KEc

Thanks
Patrick

-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch] 
Sent: Friday, May 02, 2008 2:44 PM
To: Domegan, Patrick
Cc: ecos-discuss@sourceware.org
Subject: Re: [ECOS] Is there any issue with eCOS running on 512 or 1GB
ofmemory

On Fri, May 02, 2008 at 02:35:04PM -0400, Domegan, Patrick wrote:
> Hi,
> 
> Is there any issue with eCOS running on 512 or 1GB of memory?

What architecture? Since you are AMD i presume you mean i386?

I don't know of any problems, but i've not tried it myself.

  Andrew



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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS]  Is there any issue with eCOS running on 512 or 1GB ofmemory
  2008-05-05 14:23       ` [ECOS] Is there any issue with eCOS running on 512 or 1GB ofmemory Domegan, Patrick
@ 2008-05-07 13:37         ` Nick Garnett
  2008-05-08 10:31           ` Stefan Sommerfeld
  0 siblings, 1 reply; 6+ messages in thread
From: Nick Garnett @ 2008-05-07 13:37 UTC (permalink / raw)
  To: Domegan, Patrick; +Cc: ecos-discuss

"Domegan, Patrick" <Patrick.Domegan@amd.com> writes:

> Andrew,
> 
> Sorry I mean MIPS core, specifically MIPS 4KEc

In the case of MIPS you will have to deal with the kseg0/1 segment
size limits. From memory these are limited to 512MB. So if you have
more RAM, you would have to set up the MMU to map the excess into
useg. eCos generally doesn't use the MMU in MIPS targets, so there is
little example code, but you should be able to map everything using
one or two TLB entries.


-- 
Nick Garnett                                      eCos Kernel Architect
eCosCentric Limited    http://www.eCosCentric.com      The eCos experts
Barnwell House, Barnwell Drive, Cambridge, UK.     Tel: +44 1223 245571
Registered in England and Wales:                        Reg No: 4422071


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS]  Is there any issue with eCOS running on 512 or 1GB ofmemory
  2008-05-07 13:37         ` Nick Garnett
@ 2008-05-08 10:31           ` Stefan Sommerfeld
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Sommerfeld @ 2008-05-08 10:31 UTC (permalink / raw)
  Cc: ecos-discuss

Hi,

> "Domegan, Patrick" <Patrick.Domegan@amd.com> writes:
> 
>> Andrew,
>>
>> Sorry I mean MIPS core, specifically MIPS 4KEc
> 
> In the case of MIPS you will have to deal with the kseg0/1 segment
> size limits. From memory these are limited to 512MB. So if you have
> more RAM, you would have to set up the MMU to map the excess into
> useg. eCos generally doesn't use the MMU in MIPS targets, so there is
> little example code, but you should be able to map everything using
> one or two TLB entries.
> 
> 

I'm running eCos on a 1GHz MIPS and I've done the MMU setup. If you need some 
examples, I could provide them.

Bye...

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-05-08 10:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ed9edd1a0805020312t20ffab0ye020911636cdf2a0@mail.gmail.com>
2008-05-02 10:16 ` [ECOS] Board Speed of MPC8555 processor Dileep Kumar
2008-05-02 18:36   ` [ECOS] Is there any issue with eCOS running on 512 or 1GB of memory Domegan, Patrick
2008-05-02 18:44     ` Andrew Lunn
2008-05-05 14:23       ` [ECOS] Is there any issue with eCOS running on 512 or 1GB ofmemory Domegan, Patrick
2008-05-07 13:37         ` Nick Garnett
2008-05-08 10:31           ` Stefan Sommerfeld

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).