On Sun, Feb 01, 2004 at 05:52:58AM +0100, Ralf Baechle wrote: > > Well, it a little 'better'. It now hangs while configurating the network > > device, while in earlier versions the freeze appeared while calibrating the > > delay loop, or mounting the root fs. > > Is there something else I could try? > > Until I know what's going on, I am going to look for a kernel with proper > > VINO support which is 'old' enough to run without the freeze.. > > Seems I lost the R4600 V1.7 errata documents I used to have so all > information that is left to me is what's documented in the Linux code. > I've removed all the mentioned instructions and the kernel which > otherwise is running fine on R5000 systems or R4600 V2.0 keeps crashing. > I suspect I'm becoming victim of some of the other of the chip's errata; > it has at least 18 ... > > Anybody still got errata information for the R4600 V1.7 around? Jorik was so friendly to track down the patch in CVS that broke the R4600 V1.7 back in time. With that as a start it was fairly easy to isolate the problem further. Seems we became victim of some erratum that affects the operation of indexed I-cache flushes only. Last night I commited a patch that provides an optimized solution for the problem. Still, knowing the errata sheet of this processor has at least 18 items on it I'd not place bets on it being totally reliable. Therefore I'm still interested, just in case somebody happens to run over a dusty errata sheet somewhere :-) Ralf