-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Why are we setting anything in the 0-0x80000 range ( msr 0x250) or the > 0x80000-0x9ffff range (msr 0x258)?
addr = 0x250; <------>lo = 0x1E1E1E1E; <------>hi = lo; <------>_WRMSR(addr, lo, hi);<-><------>/* 0 - 512K = WB Mem */ <------>addr = 0x258; <------>_WRMSR(addr, lo, hi);<-><------>/* 512K - 640K = WB Mem */ In mctmtr_d.c Thanks, Rudolf -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkvgiKIACgkQ3J9wPJqZRNUingCdGXpLI64NIXQoyAPLYYIussJr yjEAni1NY76Xn+IzFR5bFKU7pnVnL/BK =IuTW -----END PGP SIGNATURE----- -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

