[coreboot] [PATCH] update Socket F CPU names as per AMD revision guide

2009-07-17 Thread Ward Vandewege
See attached...

Thanks,
Ward.

-- 
Ward Vandewege w...@gnu.org

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 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)
@@ -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;
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [PATCH] update Socket F CPU names as per AMD revision guide

2009-07-17 Thread Stefan Reinauer
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 w...@gnu.org
   
Acked-by: Stefan Reinauer ste...@coresystems.de

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
  Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: i...@coresystems.de  • http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866




signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [PATCH] update Socket F CPU names as per AMD revision guide

2009-07-17 Thread Ward Vandewege
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 w...@gnu.org

 Acked-by: Stefan Reinauer ste...@coresystems.de

r4433.

Thanks,
Ward.

-- 
Ward Vandewege w...@gnu.org

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