James Hendricks <[EMAIL PROTECTED]> writes:
> > I'll try to take a look as well. I occasionally retest on that
> > board to make certain everything hasn't regressed badly.
>
> Shoot.. Looks like we may be reviving our L440GX+ cluster for LinuxBIOS
> and SCYLD... This means I'll have to look at it in the next few weeks.
> As I recall:
>
> * We have SMP working and implemented
> * The framebuffer working and implemented (I should do a proper scan for
> it, which takes another 10 lines of code)
> * The L1 and L2 cache on the second processor is working, but not
> implemented (last I knew) -- sometimes the box will go very slowly because
> of this
> * The flash update from Linux is working, but only partially implemented
> and completely untested
>
> It looks like I need to do 3 changes, 1 trivial, 1 moderately difficult,
> and 1 difficult change (respectively). I hope to start work on this the
> 30th.. It looks like the ATI video driver will get delayed to Aug 14th..
>
> Eric, any progress you get on this would be greatly appreciated! Also,
> more importantly, where should second processor init code be located? In
> particular, where should I put the second processor's L1/L2 cache init
> (did you have to do this or does the AMD not suck and just start with L1 &
> L@ on?). If nobody cares, I'll choose.
James have you made in progress on working with this stuff? I'm in
the process of retesting and getting the warts out of the l440gx right
now so the SMP support in linuxBIOS is clean.
I'd like to sync up with whatever you have been doing before I go
to far. With a few small mods I have made today, I have linuxBIOS
initializing both CPUs... And coming up just fine in linux.
I have started testing the l440gx module to see if I can flash it from
linux and have so far failed. The probe routines cannot find a chip
on the flash so I believe that we are no tenabling #WE. Any ideas?
If you have code that mostly works from user space I can start with
that. I'd like to get this working because if I can it would greatly
simply testing of new rom images.
Eric