aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/mca.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-03-13 02:24:07 +0100
committerMarshall Dawson <marshalldawson3rd@gmail.com>2021-03-14 15:07:54 +0000
commit108a4763f008391945014004f49d79a9fa21b5f7 (patch)
treec7873aa577c5326c97f7fd2ee41eeca46ed21c50 /src/soc/amd/picasso/mca.c
parent6e4e6207f11e9cdad7310eb15a53d0e653d0a828 (diff)
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 <felix-coreboot@felixheld.de> Change-Id: Ia86cf3874f8b16b007bad46535af6dafb776fbdd Reviewed-on: https://review.coreboot.org/c/coreboot/+/51476 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/mca.c')
-rw-r--r--src/soc/amd/picasso/mca.c9
1 files 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 */