Submitter | Ward Vandewege |
---|---|
Date | 2009-07-16 21:29:54 |
Message ID | <20090716212954.GA14627@countzero.vandewege.net> |
Download | mbox | patch |
Permalink | /patch/42/ |
State | Accepted |
Headers | show |
Comments
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
Patch
Add pretty name for AMD Athlon(tm) 64 X2 Dual Core Processor 5050e. Boot tested. Signed-off-by: Ward Vandewege <ward@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 =