Status AMD64 ram init

Stefan Reinauer stepan at suse.de
Fri Mar 19 10:27:01 CET 2004


* Stefan Reinauer <stepan at suse.de> [040319 15:38]:
> Ram1.00
> Ram2.00
> Bad SPD value

        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?
  
Stefan

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



More information about the coreboot mailing list