Hi Chris, ----- Original Message ----
> From: Chris Lingard <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, November 12, 2008 9:52:24 AM > Subject: [coreboot] AMD Athlon(tm) dual core processor, (X2 AM2 ,,,,) > > > Coreboot fails to identify this cpu correctly, so I hacked processer_name .c > as > follows .... > On the other hand the value in the case statement > > case 0x31046: > processor_name_string = > "AMD Athlon(tm) 64 X2 Dual Core Processor TT00+"; > > > > should be 0x3104c > > I do not know which We need an additional entry in the table. See table9 in the K8 revision guide. http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/33610.pdf I attached a patch for you to try. If it works please ack it and I will commit it. Marc
k8_cpuid.patch
Description: Binary data
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

