I am working towards porting linux on sandpoint with mpc750
I face the problem of continious spurious interrupts on booting
as per the base code SIOint is cascaded to EPIC in level triggered
mode , problem vanishes when i change it to edge triggered mode
also recall written in some intel document
BTW, the linuxppc_2_5 should "just work" for the 750 if you have the switch
settings correct.
Mark
--
"Mark A. Greer" wrote:
> Did you start with the sandpoint port that is a part of linuxppc_2_5? If not,
> you should.
> If so, double-check your switch settings.
>
> Mark
> --
>
> ashish anand
Did you start with the sandpoint port that is a part of linuxppc_2_5? If not,
you should.
If so, double-check your switch settings.
Mark
--
ashish anand wrote:
> I am working towards porting linux on sandpoint with mpc750
> I face the problem of continious spurious interrupts on booting
> as p