Status AMD64 ram init [resolved]

Eric W. Biederman ebiederman at lnxi.com
Sat Mar 20 19:14:01 CET 2004


Stefan Reinauer <stepan at suse.de> writes:

> * Stefan Reinauer <stepan at suse.de> [040319 16:50]:
> >         low = spd_read_byte(device, 6); /* (low byte) */
> >         if (low < 0) goto hw_err;
> >         value = value | (low & 0xff);
> >         if ((value != 72) && (value &= 64)) goto val_err;
> >                               ^^^^^^^^^^^
> > It seems this should be value != 64 as well?
>   
> works and commited.

Thanks.  This appears to fix all of Eric's typo's week :)

Eric



More information about the coreboot mailing list