[coreboot-gerrit] Patch set updated for coreboot: 033e770 amd/amdfam10: Update name table with Opteron 2400/8400 series codes

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Jan 31 20:33:34 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8309

-gerrit

commit 033e7704705099e378b70a862f0e2bf94d2b35f3
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Fri Jan 30 23:47:12 2015 -0600

    amd/amdfam10: Update name table with Opteron 2400/8400 series codes
    
    Change-Id: I52587c0c0dffd814d39087475b8f14c500a68933
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/cpu/amd/model_10xxx/processor_name.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/cpu/amd/model_10xxx/processor_name.c b/src/cpu/amd/model_10xxx/processor_name.c
index 40b73b0..11f4f8b 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 <marcj303 at gmail.com>
+ * Copyright (C) 2015 Timothy Pearson <tpearson at raptorengineeringinc.com>, 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"},



More information about the coreboot-gerrit mailing list