This is the mail archive of the ecos-devel@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: eCos porting to MPC8555 with WiMax board


On Tue, Jan 29, 2008 at 02:14:08PM +0530, madhulingeswara reddy vennapusa wrote:
> hai all,
>           I am tring to port ecos to MPC 8555 processor with WiMax
> board. I found major areas that needs to be change and those are
> serial,ethernet drivers, inturrupt handling, memory management. now my
> quetions are
> 
> Does porting eCos to a new processor depend on both processor and board?

Yes.

You should separate out the processor from the board. You should have
packages which can be used for any MPC 8555 and packages which can be
used just for your MPC 8555 on your board. Doing it like this allows
the generic MPC 8555 packages to be used with another board which has
an MPC8555.

    Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]