Ana Carolina Cabral has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84599?usp=email )
Change subject: soc/amd/glinda: update the supported MCA banks ......................................................................
soc/amd/glinda: update the supported MCA banks
Change-Id: Iacab6ec597e830504d7b3c451d567fc402dc8ec3 Signed-off-by: Ana Carolina Cabral ana.cpmelo95@gmail.com --- M src/soc/amd/glinda/mca.c 1 file changed, 21 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/84599/1
diff --git a/src/soc/amd/glinda/mca.c b/src/soc/amd/glinda/mca.c index c843f4e..300db05 100644 --- a/src/soc/amd/glinda/mca.c +++ b/src/soc/amd/glinda/mca.c @@ -18,12 +18,27 @@ [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)