aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family15tn
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2016-10-29 14:02:01 -0600
committerMartin Roth <martinroth@google.com>2016-11-09 23:28:52 +0100
commit1ec0c001793365d8b43f640b2bbc0080b4619d19 (patch)
treece42063b0da9681d508a18d5989fbed561b9ca3e /src/cpu/amd/agesa/family15tn
parentbb09f285c3e4e57d845231539edc6e374333cdbd (diff)
amd/cpu: Add details to chip names
Newer AMD families have multiple models within them, each often requiring unique support. The chip_name files were starting to have a lot of duplication. Specify the model in the name, as well as the family. Change-Id: I236b260e2a565e212c486347c4a633eadcdf0042 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/17187 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/cpu/amd/agesa/family15tn')
-rw-r--r--src/cpu/amd/agesa/family15tn/chip_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/agesa/family15tn/chip_name.c b/src/cpu/amd/agesa/family15tn/chip_name.c
index 967165e20c..a4285d96cd 100644
--- a/src/cpu/amd/agesa/family15tn/chip_name.c
+++ b/src/cpu/amd/agesa/family15tn/chip_name.c
@@ -16,5 +16,5 @@
#include <device/device.h>
struct chip_operations cpu_amd_agesa_family15tn_ops = {
- CHIP_NAME("AMD CPU Family 15h")
+ CHIP_NAME("AMD CPU Family 15h Model 10h-1Fh")
};