提交 dc7a8476 编写于 作者: Y Yazen Ghannam 提交者: Borislav Petkov

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: NYazen Ghannam <yazen.ghannam@amd.com>
Signed-off-by: NBorislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200708153515.1911642-1-Yazen.Ghannam@amd.com
上级 7d4c1ea2
...@@ -210,6 +210,11 @@ static const char * const smca_if_mce_desc[] = { ...@@ -210,6 +210,11 @@ static const char * const smca_if_mce_desc[] = {
"L2 BTB Multi-Match Error", "L2 BTB Multi-Match Error",
"L2 Cache Response Poison Error", "L2 Cache Response Poison Error",
"System Read Data Error", "System Read Data Error",
"Hardware Assertion Error",
"L1-TLB Multi-Hit",
"L2-TLB Multi-Hit",
"BSR Parity Error",
"CT MCE",
}; };
static const char * const smca_l2_mce_desc[] = { static const char * const smca_l2_mce_desc[] = {
...@@ -228,7 +233,8 @@ static const char * const smca_de_mce_desc[] = { ...@@ -228,7 +233,8 @@ static const char * const smca_de_mce_desc[] = {
"Fetch address FIFO parity error", "Fetch address FIFO parity error",
"Patch RAM data parity error", "Patch RAM data parity error",
"Patch RAM sequencer parity error", "Patch RAM sequencer parity error",
"Micro-op buffer parity error" "Micro-op buffer parity error",
"Hardware Assertion MCA Error",
}; };
static const char * const smca_ex_mce_desc[] = { static const char * const smca_ex_mce_desc[] = {
...@@ -244,6 +250,8 @@ static const char * const smca_ex_mce_desc[] = { ...@@ -244,6 +250,8 @@ static const char * const smca_ex_mce_desc[] = {
"Scheduling queue parity error", "Scheduling queue parity error",
"Branch buffer queue parity error", "Branch buffer queue parity error",
"Hardware Assertion error", "Hardware Assertion error",
"Spec Map parity error",
"Retire Map parity error",
}; };
static const char * const smca_fp_mce_desc[] = { static const char * const smca_fp_mce_desc[] = {
...@@ -360,6 +368,7 @@ static const char * const smca_smu2_mce_desc[] = { ...@@ -360,6 +368,7 @@ static const char * const smca_smu2_mce_desc[] = {
"Instruction Tag Cache Bank A ECC or parity error", "Instruction Tag Cache Bank A ECC or parity error",
"Instruction Tag Cache Bank B ECC or parity error", "Instruction Tag Cache Bank B ECC or parity error",
"System Hub Read Buffer ECC or parity error", "System Hub Read Buffer ECC or parity error",
"PHY RAM ECC error",
}; };
static const char * const smca_mp5_mce_desc[] = { static const char * const smca_mp5_mce_desc[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册