Status AMD64 ram init [resolved]

Stefan Reinauer stepan at suse.de
Fri Mar 19 10:50:00 CET 2004


* 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.

Stefan

-- 
  Stefan Reinauer, SUSE LINUX AG
Head of Architecture Development



More information about the coreboot mailing list