[LinuxBIOS] [PATCH][v3] geodelx: Simplify geodelx_msr_init() and fix a bug (?)

Uwe Hermann uwe at hermann-uwe.de
Wed Jul 11 21:50:48 CEST 2007


On Wed, Jul 11, 2007 at 12:47:47PM -0600, Marc Jones wrote:
> More good stuff!
> Acked-by: Marc Jones <marc.jones at amd.com>

r445.


>> -	msr.hi = 0x20000000;
>> -	msr.lo = 0x080fffe0;	/* 0x80000-0x9FFFF */
>> -	wrmsr(MSR_GLIU0_BASE2, msr);
>> -
>> -	msr.hi = 0x20000000;
>> -	msr.lo = 0x000fff80;	/* 0-0x7FFFF */
>> -	wrmsr(MSR_GLIU1_BASE1, msr);
>> -
>> -	msr.hi = 0x20000000;
>> -	msr.lo = 0x080fffe0;	/* 0x80000-0x9FFFF */
>> -	wrmsr(MSR_GLIU0_BASE2, msr);

Can you confirm that this should have been MSR_GLIU1_BASE2
(not MSR_GLIU0_BASE2)?


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070711/97c07a5b/attachment.sig>


More information about the coreboot mailing list