From patchwork Fri Jul 17 14:54:55 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: update Socket F CPU names as per AMD revision guide Date: Fri, 17 Jul 2009 14:54:55 -0000 From: Ward Vandewege X-Patchwork-Id: 46 Message-Id: <20090717145455.GA3777@countzero.vandewege.net> To: coreboot@coreboot.org See attached... Thanks, Ward. Acked-by: Stefan Reinauer 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 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";