Blame SOURCES/8704a85d8dc3483423ec2934fee8132f85f8fdb6.patch

f27859
commit 8704a85d8dc3483423ec2934fee8132f85f8fdb6
f27859
Author: Brian WoodsGhannam, Yazen <brian.woods@amd.comYazen.Ghannam@amd.com>
f27859
Date:   Fri Nov 1 15:48:14 2019 +0100
f27859
f27859
    rasdaemon: add support for new AMD SMCA bank types
f27859
    
f27859
    Going forward, the Scalable Machine Check Architecture (SMCA) has some
f27859
    updated and additional bank types which show up in Zen2.  The differing
f27859
    bank types include: CS_V2, PSP_V2, SMU_V2, MP5, NBIO, and PCIE.  The V2
f27859
    bank types replace the original bank types but have unique HWID/MCAtype
f27859
    IDs from the originals so there's no conflicts between different
f27859
    versions or other bank types.  All of the differing bank types have new
f27859
    MCE descriptions which have been added as well.
f27859
    
f27859
    CC: "mchehab+samsung@kernel.org" <mchehab+samsung@kernel.org>, "Namburu, Chandu-babu" <chandu@amd.com> # Thread-Topic: [PATCH 2/2] rasdaemon: add support for new AMD SMCA bank types
f27859
    Signed-off-by: Brian Woods <brian.woods@amd.com>
f27859
    Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
f27859
    Cc: Chandu-babu Namburu <chandu@amd.com>
f27859
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
f27859
f27859
diff --git a/mce-amd-smca.c b/mce-amd-smca.c
f27859
index 6c3e8a5..114e786 100644
f27859
--- a/mce-amd-smca.c
f27859
+++ b/mce-amd-smca.c
f27859
@@ -49,11 +49,17 @@ enum smca_bank_types {
f27859
 	SMCA_FP,        /* Floating Point */
f27859
 	SMCA_L3_CACHE,  /* L3 Cache */
f27859
 	SMCA_CS,        /* Coherent Slave */
f27859
+	SMCA_CS_V2,     /* Coherent Slave V2 */
f27859
 	SMCA_PIE,       /* Power, Interrupts, etc. */
f27859
 	SMCA_UMC,       /* Unified Memory Controller */
f27859
 	SMCA_PB,        /* Parameter Block */
f27859
 	SMCA_PSP,       /* Platform Security Processor */
f27859
+	SMCA_PSP_V2,    /* Platform Security Processor V2 */
f27859
 	SMCA_SMU,       /* System Management Unit */
f27859
+	SMCA_SMU_V2,    /* System Management Unit V2 */
f27859
+	SMCA_MP5,	/* Microprocessor 5 Unit */
f27859
+	SMCA_NBIO,	/* Northbridge IO Unit */
f27859
+	SMCA_PCIE,	/* PCI Express Unit */
f27859
 	N_SMCA_BANK_TYPES
f27859
 };
f27859
 
f27859
@@ -165,6 +171,23 @@ static const char * const smca_cs_mce_desc[] = {
f27859
 	"Atomic request parity",
f27859
 	"ECC error on probe filter access",
f27859
 };
f27859
+/* Coherent Slave Unit V2 */
f27859
+static const char * const smca_cs2_mce_desc[] = {
f27859
+	"Illegal Request",
f27859
+	"Address Violation",
f27859
+	"Security Violation",
f27859
+	"Illegal Response",
f27859
+	"Unexpected Response",
f27859
+	"Request or Probe Parity Error",
f27859
+	"Read Response Parity Error",
f27859
+	"Atomic Request Parity Error",
f27859
+	"SDP read response had no match in the CS queue",
f27859
+	"Probe Filter Protocol Error",
f27859
+	"Probe Filter ECC Error",
f27859
+	"SDP read response had an unexpected RETRY error",
f27859
+	"Counter overflow error",
f27859
+	"Counter underflow error",
f27859
+};
f27859
 /* Power, Interrupt, etc.. */
f27859
 static const char * const smca_pie_mce_desc[] = {
f27859
 	"HW assert",
f27859
@@ -189,10 +212,75 @@ static const char * const smca_pb_mce_desc[] = {
f27859
 static const char * const smca_psp_mce_desc[] = {
f27859
 	"PSP RAM ECC or parity error",
f27859
 };
f27859
+/* Platform Security Processor V2 */
f27859
+static const char * const smca_psp2_mce_desc[] = {
f27859
+	"High SRAM ECC or parity error",
f27859
+	"Low SRAM ECC or parity error",
f27859
+	"Instruction Cache Bank 0 ECC or parity error",
f27859
+	"Instruction Cache Bank 1 ECC or parity error",
f27859
+	"Instruction Tag Ram 0 parity error",
f27859
+	"Instruction Tag Ram 1 parity error",
f27859
+	"Data Cache Bank 0 ECC or parity error",
f27859
+	"Data Cache Bank 1 ECC or parity error",
f27859
+	"Data Cache Bank 2 ECC or parity error",
f27859
+	"Data Cache Bank 3 ECC or parity error",
f27859
+	"Data Tag Bank 0 parity error",
f27859
+	"Data Tag Bank 1 parity error",
f27859
+	"Data Tag Bank 2 parity error",
f27859
+	"Data Tag Bank 3 parity error",
f27859
+	"Dirty Data Ram parity error",
f27859
+	"TLB Bank 0 parity error",
f27859
+	"TLB Bank 1 parity error",
f27859
+	"System Hub Read Buffer ECC or parity error",
f27859
+};
f27859
 /* System Management Unit */
f27859
 static const char * const smca_smu_mce_desc[] = {
f27859
 	"SMU RAM ECC or parity error",
f27859
 };
f27859
+/* System Management Unit V2 */
f27859
+static const char * const smca_smu2_mce_desc[] = {
f27859
+	"High SRAM ECC or parity error",
f27859
+	"Low SRAM ECC or parity error",
f27859
+	"Data Cache Bank A ECC or parity error",
f27859
+	"Data Cache Bank B ECC or parity error",
f27859
+	"Data Tag Cache Bank A ECC or parity error",
f27859
+	"Data Tag Cache Bank B ECC or parity error",
f27859
+	"Instruction Cache Bank A ECC or parity error",
f27859
+	"Instruction Cache Bank B ECC or parity error",
f27859
+	"Instruction Tag Cache Bank A ECC or parity error",
f27859
+	"Instruction Tag Cache Bank B ECC or parity error",
f27859
+	"System Hub Read Buffer ECC or parity error",
f27859
+};
f27859
+/* Microprocessor 5 Unit */
f27859
+static const char * const smca_mp5_mce_desc[] = {
f27859
+	"High SRAM ECC or parity error",
f27859
+	"Low SRAM ECC or parity error",
f27859
+	"Data Cache Bank A ECC or parity error",
f27859
+	"Data Cache Bank B ECC or parity error",
f27859
+	"Data Tag Cache Bank A ECC or parity error",
f27859
+	"Data Tag Cache Bank B ECC or parity error",
f27859
+	"Instruction Cache Bank A ECC or parity error",
f27859
+	"Instruction Cache Bank B ECC or parity error",
f27859
+	"Instruction Tag Cache Bank A ECC or parity error",
f27859
+	"Instruction Tag Cache Bank B ECC or parity error",
f27859
+};
f27859
+/* Northbridge IO Unit */
f27859
+static const char * const smca_nbio_mce_desc[] = {
f27859
+	"ECC or Parity error",
f27859
+	"PCIE error",
f27859
+	"SDP ErrEvent error",
f27859
+	"SDP Egress Poison Error",
f27859
+	"IOHC Internal Poison Error",
f27859
+};
f27859
+/* PCI Express Unit */
f27859
+static const char * const smca_pcie_mce_desc[] = {
f27859
+	"CCIX PER Message logging",
f27859
+	"CCIX Read Response with Status: Non-Data Error",
f27859
+	"CCIX Write Response with Status: Non-Data Error",
f27859
+	"CCIX Read Response with Status: Data Error",
f27859
+	"CCIX Non-okay write response with data error",
f27859
+};
f27859
+
f27859
 
f27859
 struct smca_mce_desc {
f27859
 	const char * const *descs;
f27859
@@ -208,11 +296,17 @@ static struct smca_mce_desc smca_mce_descs[] = {
f27859
 	[SMCA_FP]       = { smca_fp_mce_desc,   ARRAY_SIZE(smca_fp_mce_desc)  },
f27859
 	[SMCA_L3_CACHE] = { smca_l3_mce_desc,   ARRAY_SIZE(smca_l3_mce_desc)  },
f27859
 	[SMCA_CS]       = { smca_cs_mce_desc,   ARRAY_SIZE(smca_cs_mce_desc)  },
f27859
+	[SMCA_CS_V2]    = { smca_cs2_mce_desc,  ARRAY_SIZE(smca_cs2_mce_desc) },
f27859
 	[SMCA_PIE]      = { smca_pie_mce_desc,  ARRAY_SIZE(smca_pie_mce_desc) },
f27859
 	[SMCA_UMC]      = { smca_umc_mce_desc,  ARRAY_SIZE(smca_umc_mce_desc) },
f27859
 	[SMCA_PB]       = { smca_pb_mce_desc,   ARRAY_SIZE(smca_pb_mce_desc)  },
f27859
 	[SMCA_PSP]      = { smca_psp_mce_desc,  ARRAY_SIZE(smca_psp_mce_desc) },
f27859
+	[SMCA_PSP_V2]   = { smca_psp2_mce_desc, ARRAY_SIZE(smca_psp2_mce_desc)},
f27859
 	[SMCA_SMU]      = { smca_smu_mce_desc,  ARRAY_SIZE(smca_smu_mce_desc) },
f27859
+	[SMCA_SMU_V2]   = { smca_smu2_mce_desc, ARRAY_SIZE(smca_smu2_mce_desc)},
f27859
+	[SMCA_MP5]      = { smca_mp5_mce_desc,  ARRAY_SIZE(smca_mp5_mce_desc) },
f27859
+	[SMCA_NBIO]     = { smca_nbio_mce_desc, ARRAY_SIZE(smca_nbio_mce_desc)},
f27859
+	[SMCA_PCIE]     = { smca_pcie_mce_desc, ARRAY_SIZE(smca_pcie_mce_desc)},
f27859
 };
f27859
 
f27859
 struct smca_hwid {
f27859
@@ -235,6 +329,7 @@ static struct smca_hwid smca_hwid_mcatypes[] = {
f27859
 
f27859
 	/* Data Fabric MCA types */
f27859
 	{ SMCA_CS,       0x0000002E },
f27859
+	{ SMCA_CS_V2,    0x0002002E },
f27859
 	{ SMCA_PIE,      0x0001002E },
f27859
 
f27859
 	/* Unified Memory Controller MCA type */
f27859
@@ -245,9 +340,20 @@ static struct smca_hwid smca_hwid_mcatypes[] = {
f27859
 
f27859
 	/* Platform Security Processor MCA type */
f27859
 	{ SMCA_PSP,      0x000000FF },
f27859
+	{ SMCA_PSP_V2,   0x000100FF },
f27859
 
f27859
 	/* System Management Unit MCA type */
f27859
 	{ SMCA_SMU,      0x00000001 },
f27859
+	{ SMCA_SMU_V2,   0x00010001 },
f27859
+
f27859
+	/* Microprocessor 5 Unit MCA type */
f27859
+	{ SMCA_MP5,      0x00020001 },
f27859
+
f27859
+	/* Northbridge IO Unit MCA type */
f27859
+	{ SMCA_NBIO,     0x00000018 },
f27859
+
f27859
+	/* PCI Express Unit MCA type */
f27859
+	{ SMCA_PCIE,     0x00000046 },
f27859
 };
f27859
 
f27859
 struct smca_bank_name {
f27859
@@ -264,11 +370,17 @@ static struct smca_bank_name smca_names[] = {
f27859
 	[SMCA_FP]       = { "Floating Point Unit" },
f27859
 	[SMCA_L3_CACHE] = { "L3 Cache" },
f27859
 	[SMCA_CS]       = { "Coherent Slave" },
f27859
+	[SMCA_CS_V2]    = { "Coherent Slave" },
f27859
 	[SMCA_PIE]      = { "Power, Interrupts, etc." },
f27859
 	[SMCA_UMC]      = { "Unified Memory Controller" },
f27859
 	[SMCA_PB]       = { "Parameter Block" },
f27859
 	[SMCA_PSP]      = { "Platform Security Processor" },
f27859
+	[SMCA_PSP_V2]   = { "Platform Security Processor" },
f27859
 	[SMCA_SMU]      = { "System Management Unit" },
f27859
+	[SMCA_SMU_V2]   = { "System Management Unit" },
f27859
+	[SMCA_MP5]	= { "Microprocessor 5 Unit" },
f27859
+	[SMCA_NBIO]     = { "Northbridge IO Unit" },
f27859
+	[SMCA_PCIE]     = { "PCI Express Unit" },
f27859
 };
f27859
 
f27859
 static void amd_decode_errcode(struct mce_event *e)