xref: /openbmc/libcper/examples/nvidia_event_gpu_init.json (revision 7c410e29164b3509cae16ee8297d4226f02674e9)
1{
2    "header": {
3        "revision": {
4            "major": 1,
5            "minor": 0
6        },
7        "sectionCount": 1,
8        "severity": {
9            "code": 3,
10            "name": "Informational"
11        },
12        "recordLength": 456,
13        "timestamp": "0000-00-00T19:44:12+00:00",
14        "timestampIsPrecise": false,
15        "platformID": "12345678-1234-5678-aabb-ccddeeff0011",
16        "creatorID": "4e564944-4941-0001-0000-000000000001",
17        "notificationType": {
18            "guid": "00000000-0000-0000-0000-000000000000",
19            "type": "Unknown"
20        },
21        "recordID": 1152921504606846977,
22        "flags": {
23            "value": 0,
24            "name": "Unknown"
25        },
26        "persistenceInfo": 0
27    },
28    "sectionDescriptors": [
29        {
30            "sectionOffset": 200,
31            "sectionLength": 256,
32            "revision": {
33                "major": 1,
34                "minor": 0
35            },
36            "flags": {
37                "primary": true,
38                "containmentWarning": false,
39                "reset": false,
40                "errorThresholdExceeded": false,
41                "resourceNotAccessible": false,
42                "latentError": false,
43                "propagated": false,
44                "overflow": false
45            },
46            "sectionType": {
47                "data": "9068e568-6ca0-11f0-aeaf-159343591eac",
48                "type": "NvidiaEvent"
49            },
50            "fruID": "44556677-8899-aabb-ccdd-eeff00112233",
51            "fruText": "699-2G525-0220",
52            "severity": {
53                "code": 3,
54                "name": "Informational"
55            }
56        }
57    ],
58    "sections": [
59        {
60            "message": "A GPU-Core Nvidia Event occurred",
61            "NvidiaEvent": {
62                "eventHeader": {
63                    "signature": "GPU-Core",
64                    "version": 1,
65                    "sourceDeviceType": "GPU",
66                    "type": "0x0001",
67                    "subtype": "0x0001"
68                },
69                "eventInfo": {
70                    "version": "1.0",
71                    "gpu": {
72                        "EventOriginator": "PF_GSP_FW",
73                        "SourcePartition": 0,
74                        "SourceSubPartition": 0,
75                        "Pdi": "11:22:33:44:55:66:77:88"
76                    }
77                },
78                "eventContexts": [
79                    {
80                        "version": 0,
81                        "dataFormatType": "0x8000",
82                        "dataFormatVersion": 256,
83                        "dataSize": 192,
84                        "data": {
85                            "gpuInitMetadata": {
86                                "deviceName": "NVIDIA B200",
87                                "firmwareVersion": "997.00.88.00.0F",
88                                "pfDriverMicrocodeVersion": "605.32.04",
89                                "pfDriverVersion": "605.32.04",
90                                "vfDriverVersion": "",
91                                "configuration": "0x0000000000000001",
92                                "pdi": "11:22:33:44:55:66:77:88",
93                                "architectureId": {
94                                    "raw": "0x1A0A1000",
95                                    "architecture": "Blackwell"
96                                },
97                                "hardwareInfoType": 0,
98                                "pciInfo": {
99                                    "class": "0x03",
100                                    "subclass": "0x02",
101                                    "rev": "0xA1",
102                                    "vendorId": "0x10DE",
103                                    "deviceId": "0x2920",
104                                    "subsystemVendorId": "0x10DE",
105                                    "subsystemId": "0x197F",
106                                    "bar0Start": "0x00000000C0000000",
107                                    "bar0Size": "0x0000000004000000",
108                                    "bar1Start": "0x000000D000000000",
109                                    "bar1Size": "0x0000004000000000",
110                                    "bar2Start": "0x0000000000000000",
111                                    "bar2Size": "0x0000000000000000"
112                                }
113                            }
114                        }
115                    }
116                ]
117            }
118        }
119    ]
120}
121