diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2016-10-29 14:02:01 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-11-09 23:28:52 +0100 |
commit | 1ec0c001793365d8b43f640b2bbc0080b4619d19 (patch) | |
tree | ce42063b0da9681d508a18d5989fbed561b9ca3e /src/cpu | |
parent | bb09f285c3e4e57d845231539edc6e374333cdbd (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')
-rw-r--r-- | src/cpu/amd/agesa/family14/chip_name.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family15/chip_name.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family15rl/chip_name.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family15tn/chip_name.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family16kb/chip_name.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00630F01/chip_name.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00660F01/chip_name.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00670F00/chip_name.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/pi/00730F01/chip_name.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/cpu/amd/agesa/family14/chip_name.c b/src/cpu/amd/agesa/family14/chip_name.c index 82d2b784ae..e5952876f2 100644 --- a/src/cpu/amd/agesa/family14/chip_name.c +++ b/src/cpu/amd/agesa/family14/chip_name.c @@ -16,5 +16,5 @@ #include <device/device.h> struct chip_operations cpu_amd_agesa_family14_ops = { - CHIP_NAME("AMD CPU Family 14h") + CHIP_NAME("AMD CPU Family 14h Model 00h-0Fh") }; diff --git a/src/cpu/amd/agesa/family15/chip_name.c b/src/cpu/amd/agesa/family15/chip_name.c index 8cb43c1f1d..f044e4069a 100644 --- a/src/cpu/amd/agesa/family15/chip_name.c +++ b/src/cpu/amd/agesa/family15/chip_name.c @@ -16,5 +16,5 @@ #include <device/device.h> struct chip_operations cpu_amd_agesa_family15_ops = { - CHIP_NAME("AMD CPU Family 15h") + CHIP_NAME("AMD CPU Family 15h Model 00h-0Fh") }; diff --git a/src/cpu/amd/agesa/family15rl/chip_name.c b/src/cpu/amd/agesa/family15rl/chip_name.c index 62442acbf1..cd4a0d83aa 100644 --- a/src/cpu/amd/agesa/family15rl/chip_name.c +++ b/src/cpu/amd/agesa/family15rl/chip_name.c @@ -17,5 +17,5 @@ #include <device/device.h> struct chip_operations cpu_amd_agesa_family15rl_ops = { - CHIP_NAME("AMD CPU Family 15h") + CHIP_NAME("AMD CPU Family 15h Model 10h-1Fh") }; 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") }; diff --git a/src/cpu/amd/agesa/family16kb/chip_name.c b/src/cpu/amd/agesa/family16kb/chip_name.c index f6294d3199..0ed0e61e5e 100644 --- a/src/cpu/amd/agesa/family16kb/chip_name.c +++ b/src/cpu/amd/agesa/family16kb/chip_name.c @@ -16,5 +16,5 @@ #include <device/device.h> struct chip_operations cpu_amd_agesa_family16kb_ops = { - CHIP_NAME("AMD CPU Family 16h") + CHIP_NAME("AMD CPU Family 16h Model 00h-0Fh") }; diff --git a/src/cpu/amd/pi/00630F01/chip_name.c b/src/cpu/amd/pi/00630F01/chip_name.c index e4fae2610a..65fe55e832 100644 --- a/src/cpu/amd/pi/00630F01/chip_name.c +++ b/src/cpu/amd/pi/00630F01/chip_name.c @@ -16,5 +16,5 @@ #include <device/device.h> struct chip_operations cpu_amd_pi_00630F01_ops = { - CHIP_NAME("AMD CPU Family 15h Model 30") + CHIP_NAME("AMD CPU Family 15h Model 30h-3Fh") }; diff --git a/src/cpu/amd/pi/00660F01/chip_name.c b/src/cpu/amd/pi/00660F01/chip_name.c index ff2bc06ffa..397bad7132 100644 --- a/src/cpu/amd/pi/00660F01/chip_name.c +++ b/src/cpu/amd/pi/00660F01/chip_name.c @@ -16,5 +16,5 @@ #include <device/device.h> struct chip_operations cpu_amd_pi_00660F01_ops = { - CHIP_NAME("AMD CPU Family 15h") + CHIP_NAME("AMD CPU Family 15h Model 60h-6Fh") }; diff --git a/src/cpu/amd/pi/00670F00/chip_name.c b/src/cpu/amd/pi/00670F00/chip_name.c index 3ad62e5435..c5e3b787ad 100644 --- a/src/cpu/amd/pi/00670F00/chip_name.c +++ b/src/cpu/amd/pi/00670F00/chip_name.c @@ -16,5 +16,5 @@ #include <device/device.h> struct chip_operations cpu_amd_pi_00670F00_ops = { - CHIP_NAME("AMD CPU Family 15h") + CHIP_NAME("AMD CPU Family 15h Model 70h-7Fh") }; diff --git a/src/cpu/amd/pi/00730F01/chip_name.c b/src/cpu/amd/pi/00730F01/chip_name.c index 1f2f1b7baf..4da24b73a4 100644 --- a/src/cpu/amd/pi/00730F01/chip_name.c +++ b/src/cpu/amd/pi/00730F01/chip_name.c @@ -16,5 +16,5 @@ #include <device/device.h> struct chip_operations cpu_amd_pi_00730F01_ops = { - CHIP_NAME("AMD CPU Family 16h") + CHIP_NAME("AMD CPU Family 16h Model 30h-3Fh") }; |