[coreboot] add pretty cpu name for Athlon X2 5050e

2009-07-16 Thread Ward Vandewege
See attached. I'm not sure if I could predict the IDs for the
4050e/4450e/4850e - anyone know? I only have a 5050e.

Thanks,
Ward.

-- 
Ward Vandewege w...@fsf.org
Free Software Foundation - Senior Systems Administrator

Add pretty name for AMD Athlon(tm) 64 X2 Dual Core Processor 5050e.

Boot tested.

Signed-off-by: Ward Vandewege w...@gnu.org

Index: src/cpu/amd/model_fxx/processor_name.c
===
--- src/cpu/amd/model_fxx/processor_name.c  (revision 4407)
+++ src/cpu/amd/model_fxx/processor_name.c  (working copy)
@@ -301,6 +302,10 @@
processor_name_string =
AMD Athlon(tm) 64 FX-ZZ Dual Core Processor;
break;
+   case 0x31073:
+ processor_name_string =
+ AMD Athlon(tm) 64 X2 Dual Core Processor TT50e;
+ break;
/* Socket S1g1 */
case 0x00012:
processor_name_string =

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] add pretty cpu name for Athlon X2 5050e

2009-07-16 Thread Carl-Daniel Hailfinger
On 16.07.2009 23:29, Ward Vandewege wrote:
 See attached. I'm not sure if I could predict the IDs for the
 4050e/4450e/4850e - anyone know? I only have a 5050e.
   

The doc you're looking for is
http://support.amd.com/us/Processor_TechDocs/33610_PUB_Rev3%2042v3.pdf
Table 8 should have the info you need.

Regards,
Carl-Daniel

-- 
http://www.hailfinger.org/


-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot