Submitter | Ward Vandewege |
---|---|
Date | 2009-07-17 14:54:55 |
Message ID | <20090717145455.GA3777@countzero.vandewege.net> |
Download | mbox | patch |
Permalink | /patch/46/ |
State | Accepted |
Headers | show |
Comments
Ward Vandewege wrote: > See attached... > > Thanks, > Ward. > > > Bring Socket F cpu names up to date with the official > > Revision Guide for AMD NPT Family 0Fh Processors > > Rev. 3.42 March 2009, found at > > http://support.amd.com/us/Processor_TechDocs/33610_PUB_Rev3%2042v3.pdf > > This patch takes its data from Table 7. > > Build tested. > > Signed-off-by: Ward Vandewege <ward@gnu.org> > Acked-by: Stefan Reinauer <stepan@coresystems.de>
On Fri, Jul 17, 2009 at 05:08:16PM +0200, Stefan Reinauer wrote: > > Bring Socket F cpu names up to date with the official > > > > Revision Guide for AMD NPT Family 0Fh Processors > > > > Rev. 3.42 March 2009, found at > > > > http://support.amd.com/us/Processor_TechDocs/33610_PUB_Rev3%2042v3.pdf > > > > This patch takes its data from Table 7. > > > > Build tested. > > > > Signed-off-by: Ward Vandewege <ward@gnu.org> > > > Acked-by: Stefan Reinauer <stepan@coresystems.de> r4433. Thanks, Ward.
Patch
Bring Socket F cpu names up to date with the official Revision Guide for AMD NPT Family 0Fh Processors Rev. 3.42 March 2009, found at http://support.amd.com/us/Processor_TechDocs/33610_PUB_Rev3%2042v3.pdf This patch takes its data from Table 7. Build 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) @@ -207,6 +207,10 @@ switch ((Socket << 16) | (CmpCap << 12) | (BrandTableIndex << 4) | PwrLmt) { /* Socket F */ + case 0x10012: + processor_name_string = + "AMD Opteron(tm) Processor 22RR EE"; + break; case 0x11002: processor_name_string = "Dual-Core AMD Opteron(tm) Processor 12RR EE";