soc/amd/sabrina/mca: update MCA bank names to match the hardware
The MCA bank names were checked against PPR #57243 Rev 1.53. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I1b947e686a0306d4468203103f91107c15ececc6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65067 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
ceccfa22ba
commit
736d68c0b3
|
@ -18,23 +18,12 @@ static const char *const mca_bank_name[] = {
|
||||||
[8] = "L3 cache unit",
|
[8] = "L3 cache unit",
|
||||||
[9] = "L3 cache unit",
|
[9] = "L3 cache unit",
|
||||||
[10] = "L3 cache unit",
|
[10] = "L3 cache unit",
|
||||||
[11] = "L3 cache unit",
|
[11] = "UMC",
|
||||||
[12] = "L3 cache unit",
|
[12] = "UMC",
|
||||||
[13] = "L3 cache unit",
|
[13] = "CS",
|
||||||
[14] = "L3 cache unit",
|
[14] = "CS",
|
||||||
[15] = "",
|
[15] = "NBIO",
|
||||||
[16] = "",
|
[16] = "PIE",
|
||||||
[17] = "UMC",
|
|
||||||
[18] = "UMC",
|
|
||||||
[19] = "CS",
|
|
||||||
[20] = "CS",
|
|
||||||
[21] = "",
|
|
||||||
[22] = "",
|
|
||||||
[23] = "",
|
|
||||||
[24] = "",
|
|
||||||
[25] = "",
|
|
||||||
[26] = "",
|
|
||||||
[27] = "PIE",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
bool mca_has_expected_bank_count(void)
|
bool mca_has_expected_bank_count(void)
|
||||||
|
|
Loading…
Reference in New Issue