public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] eCos port for MPC5567 (e200z6)
@ 2008-12-02 11:56 Vladimir Nikolov
  2008-12-02 12:34 ` Lars Poeschel
  2008-12-03  8:43 ` Ilija Kocho
  0 siblings, 2 replies; 7+ messages in thread
From: Vladimir Nikolov @ 2008-12-02 11:56 UTC (permalink / raw)
  To: ecos-discuss

Hello,

does anyone know if there is already an eCos port for the MPC5567 
(e200z6 core) architecture?
If not, probably for the Fujitsu MB91460 controller?

Greetings,
Vlad

-- 
Vladimir Nikolov, vladimir.nikolov@uni-ulm.de            |UNI ULM
http://www-vs.informatik.uni-ulm.de/dept/staff/nikolov/  |DISTRIBUTED
Room O27-346, Phone: +49-731-5024146 [+49-179-7455069]   |SYSTEMS LAB


-- 
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] 7+ messages in thread

* Re: [ECOS] eCos port for MPC5567 (e200z6)
  2008-12-02 11:56 [ECOS] eCos port for MPC5567 (e200z6) Vladimir Nikolov
@ 2008-12-02 12:34 ` Lars Poeschel
  2008-12-02 14:50   ` Vladimir Nikolov
  2008-12-03  8:43 ` Ilija Kocho
  1 sibling, 1 reply; 7+ messages in thread
From: Lars Poeschel @ 2008-12-02 12:34 UTC (permalink / raw)
  To: ecos-discuss; +Cc: Vladimir Nikolov

On Dienstag, 2. Dezember 2008, Vladimir Nikolov wrote:

> If not, probably for the Fujitsu MB91460 controller?

I've done a port to the MB91302 controller, which is a predecessor. It 
shouldn't be much effort to do a MB91460 port based on that.

Lars

-- 
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] 7+ messages in thread

* Re: [ECOS] eCos port for MPC5567 (e200z6)
  2008-12-02 12:34 ` Lars Poeschel
@ 2008-12-02 14:50   ` Vladimir Nikolov
  2008-12-02 16:26     ` Lars Poeschel
  0 siblings, 1 reply; 7+ messages in thread
From: Vladimir Nikolov @ 2008-12-02 14:50 UTC (permalink / raw)
  To: Lars Poeschel, ecos-discuss

Dear Lars,

> I've done a port to the MB91302 controller, which is a predecessor. It 
> shouldn't be much effort to do a MB91460 port based on that.
>   

How much time did you spend making it?
Were there any major issues while doing the port?
I'm thinking about how long it would take to do a MPC5567 port on my 
own, because this MCU is a little more powerful
than the MB91460 ...

Vlad

-- 
Vladimir Nikolov, vladimir.nikolov@uni-ulm.de            |UNI ULM
http://www-vs.informatik.uni-ulm.de/dept/staff/nikolov/  |DISTRIBUTED
Room O27-346, Phone: +49-731-5024146 [+49-179-7455069]   |SYSTEMS LAB


-- 
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] 7+ messages in thread

* Re: [ECOS] eCos port for MPC5567 (e200z6)
  2008-12-02 14:50   ` Vladimir Nikolov
@ 2008-12-02 16:26     ` Lars Poeschel
  2008-12-02 17:29       ` Vladimir Nikolov
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Poeschel @ 2008-12-02 16:26 UTC (permalink / raw)
  To: Vladimir Nikolov; +Cc: ecos-discuss

On Dienstag, 2. Dezember 2008, Vladimir Nikolov wrote:
> Dear Lars,
>
> > I've done a port to the MB91302 controller, which is a predecessor. It
> > shouldn't be much effort to do a MB91460 port based on that.
>
> How much time did you spend making it?

I think in sum it was about 3 - 4 months but you can not compare this because 
I had to do the whole port including the initial fr30 architecture port, 
mb91302 variant and a platform.
You now have in both cases a running archtitecture port (powerpc or fr30) and 
a variant that is very close to what you need. So most of the porting effort 
is already done. What you have to do hardly depends on the platform you have 
and the drivers you need.
What kind of evaluation board do you have ?

> Were there any major issues while doing the port?

Yes, the architecture and variant part ;-)

> I'm thinking about how long it would take to do a MPC5567 port on my
> own, because this MCU is a little more powerful
> than the MB91460 ...

You have to decide on your own (or ask ecoscentric if they have a commercial 
port ready to use for you). I would be glad to see another fr30 architecture, 
with powerpc you have an architecture port that is more established and 
tested...

Regards,
Lars

-- 
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] 7+ messages in thread

* Re: [ECOS] eCos port for MPC5567 (e200z6)
  2008-12-02 16:26     ` Lars Poeschel
@ 2008-12-02 17:29       ` Vladimir Nikolov
  2008-12-02 22:30         ` Lars Poeschel
  0 siblings, 1 reply; 7+ messages in thread
From: Vladimir Nikolov @ 2008-12-02 17:29 UTC (permalink / raw)
  To: Lars Poeschel; +Cc: ecos-discuss

Hi Lars,

> On Dienstag, 2. Dezember 2008, Vladimir Nikolov wrote:
>   
>> Dear Lars,
>>
>>     
>>> I've done a port to the MB91302 controller, which is a predecessor. It
>>> shouldn't be much effort to do a MB91460 port based on that.
>>>       
>> How much time did you spend making it?
>>     
>
> I think in sum it was about 3 - 4 months but you can not compare this because 
> I had to do the whole port including the initial fr30 architecture port, 
> mb91302 variant and a platform.
> You now have in both cases a running archtitecture port (powerpc or fr30) and 
> a variant that is very close to what you need. So most of the porting effort 
> is already done. What you have to do hardly depends on the platform you have 
> and the drivers you need.
> What kind of evaluation board do you have ?
>   

I still cannot decide between the "FlexDevel Starter" evaluation boards 
(with the MPC5567) http://www.tzm.de/Flexray/FlexDevel_Starter.html
and the Fujitsu SK-91465X-100PMC (with the MB91460) 
http://mcu.emea.fujitsu.com/mcu_tool/detail/SK-91465X-100PMC.htm .
Well, actually the MB91460 seems to have a fr60 architecture. 
Unfortunatelly, I cannot assess whether a new fr60 architecture port 
would be necessary for the latter.

>   
>> Were there any major issues while doing the port?
>>     
>
> Yes, the architecture and variant part ;-)
>   

I see ;-) !

>   
>> I'm thinking about how long it would take to do a MPC5567 port on my
>> own, because this MCU is a little more powerful
>> than the MB91460 ...
>>     
>
> You have to decide on your own (or ask ecoscentric if they have a commercial 
> port ready to use for you). 

Thats a good idea, maybe they have!

> I would be glad to see another fr30 architecture, 
> with powerpc you have an architecture port that is more established and 
> tested...
>   

That is also a reason why I tend to the FlexDevel Starter Board ...

Vladimir

-- 
Vladimir Nikolov, vladimir.nikolov@uni-ulm.de            |UNI ULM
http://www-vs.informatik.uni-ulm.de/dept/staff/nikolov/  |DISTRIBUTED
Room O27-346, Phone: +49-731-5024146 [+49-179-7455069]   |SYSTEMS LAB


-- 
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] 7+ messages in thread

* Re: [ECOS] eCos port for MPC5567 (e200z6)
  2008-12-02 17:29       ` Vladimir Nikolov
@ 2008-12-02 22:30         ` Lars Poeschel
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Poeschel @ 2008-12-02 22:30 UTC (permalink / raw)
  To: ecos-discuss; +Cc: Vladimir Nikolov

[-- Attachment #1: Type: text/plain, Size: 2322 bytes --]

Am Dienstag, 2. Dezember 2008 schrieb Vladimir Nikolov:
> >>> I've done a port to the MB91302 controller, which is a predecessor. It
> >>> shouldn't be much effort to do a MB91460 port based on that.
> >>
> >> How much time did you spend making it?
> >
> > I think in sum it was about 3 - 4 months but you can not compare this
> > because I had to do the whole port including the initial fr30
> > architecture port, mb91302 variant and a platform.
> > You now have in both cases a running archtitecture port (powerpc or fr30)
> > and a variant that is very close to what you need. So most of the porting
> > effort is already done. What you have to do hardly depends on the
> > platform you have and the drivers you need.
> > What kind of evaluation board do you have ?
>
> I still cannot decide between the "FlexDevel Starter" evaluation boards
> (with the MPC5567) http://www.tzm.de/Flexray/FlexDevel_Starter.html
> and the Fujitsu SK-91465X-100PMC (with the MB91460)
> http://mcu.emea.fujitsu.com/mcu_tool/detail/SK-91465X-100PMC.htm .
> Well, actually the MB91460 seems to have a fr60 architecture.
> Unfortunatelly, I cannot assess whether a new fr60 architecture port
> would be necessary for the latter.

No, as far as I know the fr60 is absolutely software compatible to fr50 and 
fr30. The instruction set architecture did not change as well as interrupt 
exception handling.

It seems, you are interested in Flexray. It think most of the time porting 
ecos you will spend in developing drivers.

> >> I'm thinking about how long it would take to do a MPC5567 port on my
> >> own, because this MCU is a little more powerful
> >> than the MB91460 ...
> >
> > You have to decide on your own (or ask ecoscentric if they have a
> > commercial port ready to use for you).
>
> Thats a good idea, maybe they have!
>
> > I would be glad to see another fr30 architecture,
> > with powerpc you have an architecture port that is more established and
> > tested...
>
> That is also a reason why I tend to the FlexDevel Starter Board ...

The decision is up to you. I think porting to the MB91460 will be a bit easier 
because of the simpler architecture, but if you have done the MPC5567 you 
will have a bit more fun with it. (I think I would also tend to the MPC...)

Lars

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [ECOS] eCos port for MPC5567 (e200z6)
  2008-12-02 11:56 [ECOS] eCos port for MPC5567 (e200z6) Vladimir Nikolov
  2008-12-02 12:34 ` Lars Poeschel
@ 2008-12-03  8:43 ` Ilija Kocho
  1 sibling, 0 replies; 7+ messages in thread
From: Ilija Kocho @ 2008-12-03  8:43 UTC (permalink / raw)
  To: Vladimir Nikolov; +Cc: ecos-discuss

Hello

We are about to start project with MPC5554
http://www.phytec.com/products/sbc/PowerPC/phyCORE-MPC5554.html
and we are interested in such port.

There were some entries in this mailing list but nothing is contributed
so far.
http://sourceware.org/ml/ecos-discuss/2006-11/msg00197.html

However it may help us and community if we join forces, I have
contributed an ESCI serial driver as a part of MAC7100 port
http://ecos.sourceware.org/cgi-bin/cvsweb.cgi/ecos/packages/devs/serial/freescale/esci/?cvsroot=ecos
Afaik ESCI is identical on both chips. INTC and some other peripherals
should be similar or same and I think main effort to get it alive would
be the boot loader.

Regards
Ilija

Vladimir Nikolov wrote:
> Hello,
>
> does anyone know if there is already an eCos port for the MPC5567
> (e200z6 core) architecture?
> If not, probably for the Fujitsu MB91460 controller?
>
> Greetings,
> Vlad
>

-- 
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] 7+ messages in thread

end of thread, other threads:[~2008-12-03  7:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-02 11:56 [ECOS] eCos port for MPC5567 (e200z6) Vladimir Nikolov
2008-12-02 12:34 ` Lars Poeschel
2008-12-02 14:50   ` Vladimir Nikolov
2008-12-02 16:26     ` Lars Poeschel
2008-12-02 17:29       ` Vladimir Nikolov
2008-12-02 22:30         ` Lars Poeschel
2008-12-03  8:43 ` Ilija Kocho

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