From 0d7f8d0b790446cd7f2f806c37ecdc2b9c8ed741 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 30 Jan 2015 23:47:12 -0600 Subject: amd/amdfam10: Update name table with Opteron 2400/8400 series codes Change-Id: I52587c0c0dffd814d39087475b8f14c500a68933 Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/8309 Reviewed-by: Alexandru Gagniuc Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/cpu/amd/model_10xxx/processor_name.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/cpu/amd/model_10xxx/processor_name.c b/src/cpu/amd/model_10xxx/processor_name.c index 40b73b06e0..11f4f8b64c 100644 --- a/src/cpu/amd/model_10xxx/processor_name.c +++ b/src/cpu/amd/model_10xxx/processor_name.c @@ -4,6 +4,7 @@ * Copyright (C) 2007 Advanced Micro Devices, Inc. * Copyright (C) 2008 Peter Stuge * Copyright (C) 2010 Marc Jones + * Copyright (C) 2015 Timothy Pearson , Raptor Engineering * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,6 +52,8 @@ static const struct str_s String1_socket_F[] = { {0x00, 0x01, 0x01, "Dual-Core AMD Opteron(tm) Processor 23"}, {0x00, 0x03, 0x00, "Quad-Core AMD Opteron(tm) Processor 83"}, {0x00, 0x03, 0x01, "Quad-Core AMD Opteron(tm) Processor 23"}, + {0x00, 0x05, 0x00, "Six-Core AMD Opteron(tm) Processor 84"}, + {0x00, 0x05, 0x01, "Six-Core AMD Opteron(tm) Processor 24"}, {0x00, 0x03, 0x02, "Embedded AMD Opteron(tm) Processor 83"}, {0x00, 0x03, 0x03, "Embedded AMD Opteron(tm) Processor 23"}, {0x00, 0x03, 0x04, "Embedded AMD Opteron(tm) Processor 13"}, @@ -60,6 +63,7 @@ static const struct str_s String1_socket_F[] = { }; static const struct str_s String2_socket_F[] = { + {0x00, 0xFF, 0x02, " EE"}, {0x00, 0xFF, 0x0A, " SE"}, {0x00, 0xFF, 0x0B, " HE"}, {0x00, 0xFF, 0x0C, " EE"}, -- cgit v1.2.3