This is the mail archive of the ecos-discuss@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: IPX420


On Tue, 2005-11-22 at 00:59 -0800, Augusto Salazar wrote:
> > 
> > Now, our final board has a custom design and is
> > running with a IPX420, so, my question is, to change
> > in the redboot code the processor, what do I have to
> > change? in general, what changes have to be done to
> > have a custom board boot?
> > 

Well, the code is generally partitioned into three parts. The common
RedBoot code, the IXP4xx specific code, and the board specific code.
The changes you need to make for a custom board should be limited to
code under these directories:

  packages/hal/arm/xscale/<boardname>
  packages/devs/flash/arm/<boardname>
  packages/devs/eth/arm/<boardname>

Just look at the code in these directories for the grg board and change
whatever is different for your custom board.

--Mark



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


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