This is the mail archive of the ecos-discuss@sources.redhat.com 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: eb40/eb40a platform hals


I fixed ecos.db by reverting back to cvs, then applying your patch,
then making my change.  All works okay now.

I have a question about plf_io.h.  This file is in var/current/include
and has all the at91 registers, which seems right.  But it also can
be found in eb40/current/include where it is empty.  And my version,
eb40a/current/include has my LED #defines.  My version doesn't 
seem to make it into the redboot build tree.  Are they supposed to
be merged somehow, or am I supposed to rename my plf_io.h to
something else (plf_io_eb40a.h)?

-tim


On Wednesday 26 June 2002 12:28 pm, Koeller, T. wrote:
> The EB40 target should already be present in the ecos.db.diff
> file included in my patch.
> And there is a typo in your code: aeb instead of EB40.
> tk
>
> > -----Original Message-----
> > From: Tim Drury [mailto:tdrury@siliconmotorsports.com]
> > Sent: Wednesday, June 26, 2002 6:12 PM
> > To: ecos-discuss@sources.redhat.com
> > Subject: Re: [ECOS] eb40/eb40a platform hals
> >
> > On Wednesday 26 June 2002 11:39 am, Koeller, T. wrote:
> > > I suppose the file 'hal_arm_at91_eb40a.cdl' actually
> > > exists in 'hal/arm/at91/eb40a/current/cdl'?
> >
> > Arg! It was still named hal_arm_at91_eb40.cdl (no 'a').
> > Thanks.
> >
> > I also had to add this to ecos.db:
> >
> > target eb40 {
> > 	alias { "Atmel evaluation board (EB40)" eb40 }
> > 	packages { CYGPKG_HAL_ARM
> >                    CYGPKG_HAL_ARM_AT91_EB40
> >                    CYGPKG_DEVS_FLASH_AT91
> >                    CYGPKG_IO_SERIAL_ARM_AT91
> >         }
> >         description "
> > The aeb target provides the packages needed to run eCos on an Atmel
> > evaluation board (EB40)."
> > }
> >
> > target eb40a {
> > 	alias { "Atmel evaluation board (EB40A)" eb40a }
> > 	packages { CYGPKG_HAL_ARM
> >                    CYGPKG_HAL_ARM_AT91_EB40A
> >                    CYGPKG_DEVS_FLASH_AT91
> >                    CYGPKG_IO_SERIAL_ARM_AT91
> >         }
> >         description "
> > The aeb target provides the packages needed to run eCos on an Atmel
> > evaluation board (EB40A)."
> > }
> >
> > -tim
> >
> >
> >
> > --
> > Before posting, please read the FAQ:
>
> http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> -----------------------------------------------
> Thomas Koeller, Software Development
>
> Basler Vision Technologies
> An der Strusbek 60-62
> 22926 Ahrensburg
> Germany
>
> Tel +49 (4102) 463-390
> Fax +49 (4102) 463-46390
>
> mailto:Thomas.Koeller@baslerweb.com
> http://www.baslerweb.com


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


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