Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/51476 )
Change subject: soc/amd/picasso/mca: fix core MCA bank names ......................................................................
soc/amd/picasso/mca: fix core MCA bank names
The bank names were copied over from Stoneyridge, but they don't match for Picasso.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ia86cf3874f8b16b007bad46535af6dafb776fbdd --- M src/soc/amd/picasso/mca.c 1 file changed, 5 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/51476/1
diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c index c21f4f1..5471a6b 100644 --- a/src/soc/amd/picasso/mca.c +++ b/src/soc/amd/picasso/mca.c @@ -136,11 +136,12 @@ 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 */