From 108a4763f008391945014004f49d79a9fa21b5f7 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 13 Mar 2021 02:24:07 +0100 Subject: soc/amd/picasso/mca: fix core MCA bank names The bank names were copied over from Stoneyridge, but they don't match for Picasso. TEST=Checked the Picasso PPR. Signed-off-by: Felix Held Change-Id: Ia86cf3874f8b16b007bad46535af6dafb776fbdd Reviewed-on: https://review.coreboot.org/c/coreboot/+/51476 Reviewed-by: Marshall Dawson Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/mca.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c index c21f4f1072..5471a6bfc7 100644 --- a/src/soc/amd/picasso/mca.c +++ b/src/soc/amd/picasso/mca.c @@ -136,11 +136,12 @@ failed: static const char *const mca_bank_name[] = { "Load-store unit", "Instruction fetch unit", - "Combined unit", - "Reserved", - "Northbridge", + "L2 cache unit", + "Decode unit" + "", "Execution unit", - "Floating point unit" + "Floating point unit", + "L3 cache unit" }; /* Check the Legacy Machine Check Architecture registers */ -- cgit v1.2.3