Skip to content

Commit dc7a847

Browse files
yghannamsuryasaimadhu
authored andcommitted
EDAC/mce_amd: Add new error descriptions for existing types
A few existing MCA bank types will have new error types in future SMCA systems. Add the descriptions for the new error types. Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200708153515.1911642-1-Yazen.Ghannam@amd.com
1 parent 7d4c1ea commit dc7a847

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

drivers/edac/mce_amd.c

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,11 @@ static const char * const smca_if_mce_desc[] = {
210210
"L2 BTB Multi-Match Error",
211211
"L2 Cache Response Poison Error",
212212
"System Read Data Error",
213+
"Hardware Assertion Error",
214+
"L1-TLB Multi-Hit",
215+
"L2-TLB Multi-Hit",
216+
"BSR Parity Error",
217+
"CT MCE",
213218
};
214219

215220
static const char * const smca_l2_mce_desc[] = {
@@ -228,7 +233,8 @@ static const char * const smca_de_mce_desc[] = {
228233
"Fetch address FIFO parity error",
229234
"Patch RAM data parity error",
230235
"Patch RAM sequencer parity error",
231-
"Micro-op buffer parity error"
236+
"Micro-op buffer parity error",
237+
"Hardware Assertion MCA Error",
232238
};
233239

234240
static const char * const smca_ex_mce_desc[] = {
@@ -244,6 +250,8 @@ static const char * const smca_ex_mce_desc[] = {
244250
"Scheduling queue parity error",
245251
"Branch buffer queue parity error",
246252
"Hardware Assertion error",
253+
"Spec Map parity error",
254+
"Retire Map parity error",
247255
};
248256

249257
static const char * const smca_fp_mce_desc[] = {
@@ -360,6 +368,7 @@ static const char * const smca_smu2_mce_desc[] = {
360368
"Instruction Tag Cache Bank A ECC or parity error",
361369
"Instruction Tag Cache Bank B ECC or parity error",
362370
"System Hub Read Buffer ECC or parity error",
371+
"PHY RAM ECC error",
363372
};
364373

365374
static const char * const smca_mp5_mce_desc[] = {

0 commit comments

Comments
 (0)