This is the mail archive of the ecos-patches@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: at91 watchdog on eb42


Hello,

The change is really the minimum, even if it is quite important.
Tis is due to the fact that on eb42 board, if Interrupt is used in init_hw, the
object is not already intialized so the attach function assert.
Moving it in the start function make the thing work, and does not change the
behavior at all.
To be closer to the original code, it is necessary to investigate object
intialization on eb42 board.

David ARNAUD

Selon Nick Garnett <nickg@ecoscentric.com>:

> davarn@free.fr writes:
>
> > Here is the patch from current cvs version.
> > A precision: ChangeLogvar is ChangeLog from hal/arm/at91/var/current
> > If the patch need an assignement, let me know, i will do it quickly.
> >
>
> This patch still seems to contain unnecessary and aparrently arbitrary
> changes to the source base. Any changes to support the new EB42
> watchdog should be kept to a minimum.
>
> Your sourcebase seems to be out of step with current anoncvs. Read the
> documentation in http://sources.redhat.com/ecos/patches.html about how
> to prepare a patch.
>
> --
> Nick Garnett                    eCos Kernel Architect
> http://www.ecoscentric.com/     The eCos and RedBoot experts
>
>



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