Fred Reitberger has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68683 )
Change subject: soc/amd/morgana/mca: Update for morgana ......................................................................
soc/amd/morgana/mca: Update for morgana
Update the MCA bank names for morgana per PPR #57396, rev 1.52
Signed-off-by: Fred Reitberger reitbergerfred@gmail.com Change-Id: If0082bd5362bdead3f9dc693d1e338e8cda224f0 --- M src/soc/amd/morgana/mca.c 1 file changed, 65 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/68683/1
diff --git a/src/soc/amd/morgana/mca.c b/src/soc/amd/morgana/mca.c index c104a33..63b040b 100644 --- a/src/soc/amd/morgana/mca.c +++ b/src/soc/amd/morgana/mca.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-/* TODO: Update for Morgana */ - #include <amdblocks/mca.h> #include <cpu/x86/msr.h> #include <types.h> @@ -18,12 +16,59 @@ [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] = "NBIO", + [26] = "", + [27] = "", + [28] = "PIE", + [29] = "", + [30] = "", + [31] = "", + [32] = "", + [33] = "", + [34] = "", + [35] = "", + [36] = "", + [37] = "", + [38] = "", + [39] = "", + [40] = "", + [41] = "", + [42] = "", + [43] = "", + [44] = "", + [45] = "", + [46] = "", + [47] = "", + [48] = "", + [49] = "", + [50] = "", + [51] = "", + [52] = "", + [53] = "", + [54] = "", + [55] = "", + [56] = "", + [57] = "", + [58] = "", + [59] = "", + [60] = "", + [61] = "", + [62] = "", + [63] = "", };
bool mca_has_expected_bank_count(void)