diff options
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/glinda/mca.c | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/src/soc/amd/glinda/mca.c b/src/soc/amd/glinda/mca.c index c843f4e81b..e89f0c8d34 100644 --- a/src/soc/amd/glinda/mca.c +++ b/src/soc/amd/glinda/mca.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Update for Glinda */ - #include <amdblocks/mca.h> #include <cpu/x86/msr.h> #include <types.h> @@ -18,12 +16,27 @@ static const char *const mca_bank_name[] = { [8] = "L3 cache unit", [9] = "L3 cache unit", [10] = "L3 cache unit", - [11] = "UMC", - [12] = "UMC", - [13] = "CS", - [14] = "CS", - [15] = "NBIO", - [16] = "PIE", + [11] = "L3 cache unit", + [12] = "L3 cache unit", + [13] = "L3 cache unit", + [14] = "L3 cache unit", + [15] = "UMC", + [16] = "UMC", + [17] = "UMC", + [18] = "UMC", + [19] = "CS", + [20] = "CS", + [21] = "CS", + [22] = "CS", + [23] = "", + [24] = "", + [25] = "", + [26] = "", + [27] = "PIE", + [28] = "NBIO", + [29] = "KPX_SERDES", + [30] = "KPX_SERDES", + [31] = "", }; bool mca_has_expected_bank_count(void) |