diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-01-30 23:47:12 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-01-31 21:32:25 +0100 |
commit | 0d7f8d0b790446cd7f2f806c37ecdc2b9c8ed741 (patch) | |
tree | a1cc3afe2920755e8d1412f0930b0292749d9207 | |
parent | 86393bb64bfb190713eb96c83c856d286b8ec32a (diff) |
amd/amdfam10: Update name table with Opteron 2400/8400 series codes
Change-Id: I52587c0c0dffd814d39087475b8f14c500a68933
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8309
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/cpu/amd/model_10xxx/processor_name.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <marcj303@gmail.com> + * Copyright (C) 2015 Timothy Pearson <tpearson@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"}, |