Ronald G Minnich <[EMAIL PROTECTED]> writes:
> On Fri, 9 Feb 2001 [EMAIL PROTECTED] wrote:
>
> > > one other thing: i noticed that there are to different versions of that
> > > crt0.S ... one which i would get by running the config script and one
> > > sitting in the mainboard subdir. which one is better to get started with?
> > > at least the autogenerated code doesn't have the ramtest stuff included ...
>
> > > so after doing some first tests i switched over to the mainboard specific
> > > source file.
> >
> > I am using the auto generated one. I'm not sure if the old one still
> > works with the re-organized source code. The old one is a good
> > reference for how to use the ramtest since the config tool doesn't
> > currently support ramtest.
>
>
> OK, sorry about this. I need to both get rid of the crt0.S in the
> mainboard dir and put the ramtest support (as an option) into the
> generated crt0.S. Look for this next week. Tyson moved so fast, I didn't
> realize he no longer needed it :-)
Ron. Note, as a todo item:
We should enable MTRR's for the RAM being tested in the RAM test.
Using Write-Combining should be enough. Otherwise it is easy for
a lot of errors to slip through.
Eric