1 /*
2 // Copyright (c) 2019 Intel Corporation
3 //
4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 //      http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 */
16 #pragma once
17 #include <registries.hpp>
18 
19 namespace redfish::message_registries::openbmc
20 {
21 const Header header = {
22     "Copyright 2018 OpenBMC. All rights reserved.",
23     "#MessageRegistry.v1_4_0.MessageRegistry",
24     "OpenBMC.0.3.0",
25     "OpenBMC Message Registry",
26     "en",
27     "This registry defines the base messages for OpenBMC.",
28     "OpenBMC",
29     "0.3.0",
30     "OpenBMC",
31 };
32 constexpr std::array<MessageEntry, 189> registry = {
33     MessageEntry{
34         "ADDDCCorrectable",
35         {
36             "Indicates an ADDDC Correctable Error.",
37             "ADDDC Correctable Error.Socket=%1 Channel=%2 DIMM=%3 Rank=%4.",
38             "Warning",
39             "Warning",
40             4,
41             {
42                 "number",
43                 "string",
44                 "number",
45                 "number",
46             },
47             "None.",
48         }},
49     MessageEntry{
50         "AtScaleDebugFeatureEnabledAtHardware",
51         {
52             "Indicates that At-Scale Debug enable is detected in hardware.",
53             "At-Scale Debug Feature is enabled in hardware.",
54             "Critical",
55             "Critical",
56             0,
57             {},
58             "None.",
59         }},
60     MessageEntry{
61         "AtScaleDebugFeatureDisabledAtHardware",
62         {
63             "Indicates that At-Scale Debug disable is detected in hardware.",
64             "At-Scale Debug Feature is disabled in hardware.",
65             "OK",
66             "OK",
67             0,
68             {},
69             "None.",
70         }},
71     MessageEntry{"AtScaleDebugFeatureEnabled",
72                  {
73                      "Indicates that At-Scale Debug service is started.",
74                      "At-Scale Debug service is started.",
75                      "Critical",
76                      "Critical",
77                      0,
78                      {},
79                      "None.",
80                  }},
81     MessageEntry{"AtScaleDebugFeatureDisabled",
82                  {
83                      "Indicates that At-Scale Debug service is stopped.",
84                      "At-Scale Debug service is stopped.",
85                      "OK",
86                      "OK",
87                      0,
88                      {},
89                      "None.",
90                  }},
91     MessageEntry{"AtScaleDebugConnected",
92                  {
93                      "Indicates At-Scale Debug connection has been established",
94                      "At-Scale Debug service is now connected %1",
95                      "Critical",
96                      "Critical",
97                      1,
98                      {"string"},
99                      "None.",
100                  }},
101     MessageEntry{"AtScaleDebugDisconnected",
102                  {
103                      "Indicates At-Scale Debug connection has ended",
104                      "At-Scale Debug service is now disconnected",
105                      "OK",
106                      "OK",
107                      0,
108                      {},
109                      "None.",
110                  }},
111     MessageEntry{"AtScaleDebugConnectionFailed",
112                  {
113                      "Indicates At-Scale Debug connection aborted/failed",
114                      "At-Scale Debug connection aborted/failed",
115                      "Critical",
116                      "Critical",
117                      0,
118                      {},
119                      "None.",
120                  }},
121     MessageEntry{"AtScaleDebugSpecialUserEnabled",
122                  {
123                      "Indicates that special user is enabled.",
124                      "At-Scale Debug special user is enabled",
125                      "Critical",
126                      "Critical",
127                      0,
128                      {},
129                      "None.",
130                  }},
131     MessageEntry{"AtScaleDebugSpecialUserDisabled",
132                  {
133                      "Indicates that special user is disabled.",
134                      "At-Scale Debug special user is disabled",
135                      "OK",
136                      "OK",
137                      0,
138                      {},
139                      "None.",
140                  }},
141 
142     MessageEntry{
143         "BIOSBoot",
144         {
145             "Indicates BIOS has transitioned control to the OS Loader.",
146             "BIOS System Boot.",
147             "OK",
148             "OK",
149             0,
150             {},
151             "None.",
152         }},
153     MessageEntry{"BIOSFirmwarePanicReason",
154                  {
155                      "Indicates the reason for BIOS firmware panic.",
156                      "BIOS firmware panic occurred due to %1.",
157                      "Warning",
158                      "Warning",
159                      1,
160                      {
161                          "string",
162                      },
163                      "None.",
164                  }},
165     MessageEntry{"BIOSFirmwareRecoveryReason",
166                  {
167                      "Indicates the reason for BIOS firmware recovery.",
168                      "BIOS firmware recovery occurred due to %1.",
169                      "Warning",
170                      "Warning",
171                      1,
172                      {
173                          "string",
174                      },
175                      "None.",
176                  }},
177     MessageEntry{"BIOSFirmwareResiliencyError",
178                  {
179                      "Indicates BIOS firmware encountered resilience error.",
180                      "BIOS firmware resiliency error. Error reason: %1.",
181                      "Critical",
182                      "Critical",
183                      1,
184                      {
185                          "string",
186                      },
187                      "None.",
188                  }},
189     MessageEntry{
190         "BIOSPOSTCode",
191         {
192             "BIOS Power-On Self-Test Code received",
193             "Boot Count: %1; Time Stamp Offset: %2 seconds; POST Code: %3",
194             "OK",
195             "OK",
196             3,
197             {"number", "number", "number"},
198             "None.",
199         }},
200     MessageEntry{"BIOSPOSTError",
201                  {
202                      "Indicates BIOS POST has encountered an error.",
203                      "BIOS POST Error. Error Code=%1",
204                      "Warning",
205                      "Warning",
206                      1,
207                      {"number"},
208                      "None.",
209                  }},
210     MessageEntry{"BIOSRecoveryComplete",
211                  {
212                      "Indicates BIOS Recovery has completed.",
213                      "BIOS Recovery Complete.",
214                      "OK",
215                      "OK",
216                      0,
217                      {},
218                      "None.",
219                  }},
220     MessageEntry{"BIOSRecoveryStart",
221                  {
222                      "Indicates BIOS Recovery has started.",
223                      "BIOS Recovery Start.",
224                      "Warning",
225                      "Warning",
226                      0,
227                      {},
228                      "None.",
229                  }},
230     MessageEntry{"BMCBootReason",
231                  {
232                      "Indicates the reason why BMC firmware booted.",
233                      "BMC firmware version %1 booted due to %2.",
234                      "OK",
235                      "OK",
236                      2,
237                      {
238                          "string",
239                          "string",
240                      },
241                      "None.",
242                  }},
243     MessageEntry{"BMCFirmwarePanicReason",
244                  {
245                      "Indicates the reason for last BMC firmware panic.",
246                      "BMC firmware panic occurred due to %1.",
247                      "Warning",
248                      "Warning",
249                      1,
250                      {
251                          "string",
252                      },
253                      "None.",
254                  }},
255     MessageEntry{"BMCFirmwareRecoveryReason",
256                  {
257                      "Indicates the reason for last BMC firmware recovery.",
258                      "BMC firmware recovery occurred due to %1.",
259                      "Warning",
260                      "Warning",
261                      1,
262                      {
263                          "string",
264                      },
265                      "None.",
266                  }},
267     MessageEntry{"BMCFirmwareResiliencyError",
268                  {
269                      "Indicates BMC firmware encountered resilience error.",
270                      "BMC firmware resiliency error. Error reason: %1.",
271                      "Critical",
272                      "Critical",
273                      1,
274                      {
275                          "string",
276                      },
277                      "None.",
278                  }},
279     MessageEntry{"BMCKernelPanic",
280                  {
281                      "Indicates that BMC kernel panic occurred.",
282                      "BMC rebooted due to kernel panic.",
283                      "OK",
284                      "OK",
285                      0,
286                      {},
287                      "None.",
288                  }},
289     MessageEntry{"ChassisIntrusionDetected",
290                  {
291                      "Indicates that a physical security event "
292                      "of the chassis intrusion has occurred.",
293                      "Chassis Intrusion Detected.",
294                      "Warning",
295                      "Warning",
296                      0,
297                      {},
298                      "None.",
299                  }},
300     MessageEntry{"ChassisIntrusionReset",
301                  {
302                      "Indicates that chassis intrusion status has recovered.",
303                      "Chassis Intrusion Reset.",
304                      "OK",
305                      "OK",
306                      0,
307                      {},
308                      "None.",
309                  }},
310     MessageEntry{
311         "ComponentOverTemperature",
312         {
313             "Indicates that the specified component is over temperature.",
314             "%1 component over temperature and being throttled.",
315             "Critical",
316             "Critical",
317             1,
318             {"string"},
319             "None.",
320         }},
321     MessageEntry{"CPLDFirmwarePanicReason",
322                  {
323                      "Indicates the reason for CPLD firmware panic.",
324                      "CPLD firmware panic occurred due to %1.",
325                      "Warning",
326                      "Warning",
327                      1,
328                      {
329                          "string",
330                      },
331                      "None.",
332                  }},
333     MessageEntry{"CPLDFirmwareRecoveryReason",
334                  {
335                      "Indicates the reason for CPLD firmware recovery.",
336                      "CPLD firmware recovery occurred due to %1.",
337                      "Warning",
338                      "Warning",
339                      1,
340                      {
341                          "string",
342                      },
343                      "None.",
344                  }},
345     MessageEntry{"CPLDFirmwareResiliencyError",
346                  {
347                      "Indicates CPLD firmware encountered resilience error.",
348                      "CPLD firmware resiliency error. Error reason: %1.",
349                      "Critical",
350                      "Critical",
351                      1,
352                      {
353                          "string",
354                      },
355                      "None.",
356                  }},
357     MessageEntry{"CPUError",
358                  {
359                      "Indicates that a CPU Error occurred of "
360                      "the specified type or cause.",
361                      "CPU Error Occurred: %1.",
362                      "Critical",
363                      "Critical",
364                      1,
365                      {"string"},
366                      "None.",
367                  }},
368     MessageEntry{"CPUMismatch",
369                  {
370                      "Indicates that the specified CPU power/current "
371                      "rating is incompatible with the board.",
372                      "CPU %1 Mismatch.",
373                      "Critical",
374                      "Critical",
375                      1,
376                      {"number"},
377                      "Install the supported CPU.",
378                  }},
379     MessageEntry{"CPUThermalTrip",
380                  {
381                      "Indicates that the specified CPU thermal "
382                      "trip has been asserted.",
383                      "CPU %1 Thermal Trip.",
384                      "Critical",
385                      "Critical",
386                      1,
387                      {"number"},
388                      "None.",
389                  }},
390     MessageEntry{"DCPowerOff",
391                  {
392                      "Indicates that the system DC power is off.",
393                      "Host system DC power is off",
394                      "OK",
395                      "OK",
396                      0,
397                      {},
398                      "None.",
399                  }},
400     MessageEntry{"DCPowerOn",
401                  {
402                      "Indicates that the system DC power is on.",
403                      "Host system DC power is on",
404                      "OK",
405                      "OK",
406                      0,
407                      {},
408                      "None.",
409                  }},
410     MessageEntry{"DriveError",
411                  {
412                      "Indicates that a Drive Error occurred of "
413                      "the specified type or cause.",
414                      "Drive Error Occurred: %1.",
415                      "Warning",
416                      "Warning",
417                      1,
418                      {"string"},
419                      "None.",
420                  }},
421     MessageEntry{"EventLogCleared",
422                  {
423                      "Indicates that the event log has been cleared.",
424                      "Event Log Cleared.",
425                      "OK",
426                      "OK",
427                      0,
428                      {},
429                      "None.",
430                  }},
431     MessageEntry{"FanInserted",
432                  {
433                      "Indicates that a system fan has been inserted.",
434                      "%1 inserted.",
435                      "OK",
436                      "OK",
437                      1,
438                      {"string"},
439                      "None.",
440                  }},
441     MessageEntry{"FanRedundancyLost",
442                  {
443                      "Indicates that system fan redundancy has been lost.",
444                      "Fan redundancy lost.",
445                      "Warning",
446                      "Warning",
447                      0,
448                      {},
449                      "None.",
450                  }},
451     MessageEntry{"FanRedundancyRegained",
452                  {
453                      "Indicates that system fan redundancy has been regained.",
454                      "Fan redundancy regained.",
455                      "OK",
456                      "OK",
457                      0,
458                      {},
459                      "None.",
460                  }},
461     MessageEntry{"FanRemoved",
462                  {
463                      "Indicates that a system fan has been removed.",
464                      "%1 removed.",
465                      "OK",
466                      "OK",
467                      1,
468                      {"string"},
469                      "None.",
470                  }},
471     MessageEntry{
472         "FirmwareActivationCompleted",
473         {
474             "Indicates a firmware activation has completed successfully.",
475             "%1 firmware activation completed successfully.",
476             "OK",
477             "OK",
478             1,
479             {"string"},
480             "None.",
481         }},
482     MessageEntry{"FirmwareActivationFailed",
483                  {
484                      "Indicates a firmware activation has failed.",
485                      "%1 firmware activation failed: %2.",
486                      "Warning",
487                      "Warning",
488                      2,
489                      {"string", "string"},
490                      "None.",
491                  }},
492     MessageEntry{"FirmwareActivationStarted",
493                  {
494                      "Indicates a firmware activation has started.",
495                      "%1 firmware activation started.",
496                      "OK",
497                      "OK",
498                      1,
499                      {"string"},
500                      "None.",
501                  }},
502     MessageEntry{"FirmwareResiliencyError",
503                  {
504                      "Indicates firmware encountered resilience error.",
505                      "Firmware resiliency error. Error reason: %1.",
506                      "Critical",
507                      "Critical",
508                      1,
509                      {
510                          "string",
511                      },
512                      "None.",
513                  }},
514     MessageEntry{"FirmwareUpdateCompleted",
515                  {
516                      "Indicates a firmware update has completed successfully.",
517                      "%1 firmware update to version %2 completed "
518                      "successfully.",
519                      "OK",
520                      "OK",
521                      2,
522                      {"string", "string"},
523                      "None.",
524                  }},
525     MessageEntry{"FirmwareUpdateFailed",
526                  {
527                      "Indicates a firmware update has failed.",
528                      "%1 firmware update to version %2 failed: %3.",
529                      "Warning",
530                      "Warning",
531                      3,
532                      {"string", "string", "string"},
533                      "None.",
534                  }},
535     MessageEntry{"FirmwareUpdateStaged",
536                  {
537                      "Indicates a firmware update has staged successfully.",
538                      "%1 firmware update to version %2 staged successfully.",
539                      "OK",
540                      "OK",
541                      2,
542                      {"string", "string"},
543                      "None.",
544                  }},
545     MessageEntry{"FirmwareUpdateStarted",
546                  {
547                      "Indicates a firmware update has started.",
548                      "%1 firmware update to version %2 started.",
549                      "OK",
550                      "OK",
551                      2,
552                      {"string", "string"},
553                      "None.",
554                  }},
555     MessageEntry{
556         "GeneralFirmwareSecurityViolation",
557         {
558             "Indicates a general firmware security violation has occurred.",
559             "Firmware security violation: %1.",
560             "Critical",
561             "Critical",
562             1,
563             {"string"},
564             "None.",
565         }},
566     MessageEntry{"InvalidLoginAttempted",
567                  {
568                      "Indicates that a login was attempted on the specified "
569                      "interface with an invalid username or password.",
570                      "Invalid username or password attempted on %1.",
571                      "Warning",
572                      "Warning",
573                      1,
574                      {"string"},
575                      "None.",
576                  }},
577     MessageEntry{"InvalidUpload",
578                  {
579                      "Indicates that the uploaded file was invalid.",
580                      "Invalid file uploaded to %1: %2.",
581                      "Warning",
582                      "Warning",
583                      2,
584                      {"string", "string"},
585                      "None.",
586                  }},
587     MessageEntry{
588         "InventoryAdded",
589         {
590             "Indicates that an inventory item with the specified model, "
591             "type, and serial number was installed.",
592             "%1 %2 with serial number %3 was installed.",
593             "OK",
594             "OK",
595             3,
596 
597             {
598                 "string",
599                 "string",
600                 "string",
601             },
602             "None.",
603         }},
604     MessageEntry{
605         "InventoryRemoved",
606         {
607             "Indicates that an inventory item with the specified model, "
608             "type, and serial number was removed.",
609             "%1 %2 with serial number %3 was removed.",
610             "OK",
611             "OK",
612             3,
613 
614             {
615                 "string",
616                 "string",
617                 "string",
618             },
619             "None.",
620         }},
621     MessageEntry{
622         "IntelUPILinkWidthReducedToHalf",
623         {
624             "Indicates Intel UPI link width has reduced to half width.",
625             "Intel UPI link width reduced to half. Node=%1.",
626             "Warning",
627             "Warning",
628             1,
629 
630             {
631                 "number",
632             },
633             "None.",
634         }},
635     MessageEntry{
636         "IntelUPILinkWidthReducedToQuarter",
637         {
638             "Indicates Intel UPI link width has reduced to quarter width.",
639             "Intel UPI link width reduced to quarter. Node=%1.",
640             "Warning",
641             "Warning",
642             1,
643 
644             {
645                 "number",
646             },
647             "None.",
648         }},
649 
650     MessageEntry{"IPMIWatchdog",
651                  {
652                      "Indicates that there is a host watchdog event.",
653                      "Host Watchdog Event: %1",
654                      "OK",
655                      "OK",
656                      1,
657 
658                      {
659                          "string",
660                      },
661                      "None.",
662                  }},
663     MessageEntry{"LanLost",
664                  {
665                      "Indicates that a physical security event "
666                      "of the LAN leash has lost.",
667                      "%1 LAN leash lost.",
668                      "Warning",
669                      "Warning",
670                      1,
671                      {
672                          "string",
673                      },
674                      "None.",
675                  }},
676     MessageEntry{"LanRegained",
677                  {
678                      "Indicates that LAN link status has reconnected.",
679                      "%1 LAN leash regained.",
680                      "OK",
681                      "OK",
682                      1,
683                      {
684                          "string",
685                      },
686                      "None.",
687                  }},
688     MessageEntry{"LegacyPCIPERR",
689                  {
690                      "Indicates a Legacy PCI PERR.",
691                      "Legacy PCI PERR. Bus=%1 Device=%2 Function=%3.",
692                      "Warning",
693                      "Warning",
694                      3,
695 
696                      {
697                          "number",
698                          "number",
699                          "number",
700                      },
701                      "None.",
702                  }},
703     MessageEntry{"LegacyPCISERR",
704                  {
705                      "Indicates a Legacy PCI SERR.",
706                      "Legacy PCI SERR. Bus=%1 Device=%2 Function=%3.",
707                      "Critical",
708                      "Critical",
709                      3,
710 
711                      {
712                          "number",
713                          "number",
714                          "number",
715                      },
716                      "None.",
717                  }},
718     MessageEntry{"ManufacturingModeEntered",
719                  {
720                      "Indicates that the BMC entered Factory, "
721                      "or Manufacturing mode.",
722                      "Entered Manufacturing Mode.",
723                      "Critical",
724                      "Critical",
725                      0,
726                      {},
727                      "None.",
728                  }},
729     MessageEntry{"ManufacturingModeExited",
730                  {
731                      "Indicates that the BMC exited Factory, "
732                      "or Manufacturing mode.",
733                      "Exited Manufacturing Mode.",
734                      "OK",
735                      "OK",
736                      0,
737                      {},
738                      "None.",
739                  }},
740     MessageEntry{"MEAutoConfigFailed",
741                  {
742                      "Indicates that Intel ME power sensor "
743                      "auto-configuration has failed.",
744                      "Intel ME power sensor auto-configuration failed. Power "
745                      "monitoring, limiting and HW protection features might "
746                      "be unavailable. Failure reason: %1",
747                      "Critical",
748                      "Critical",
749                      1,
750                      {"string"},
751                      "Ensure that Intel ME configuration for power "
752                      "sources is correct.",
753                  }},
754     MessageEntry{
755         "MEAutoConfigSuccess",
756         {
757             "Indicates that Intel ME has performed successful "
758             "power sensor auto-configuration.",
759             "Intel ME power sensor auto-configuration succeeded. "
760             "Determined sources for domain readings are: DC Power: %1 ; "
761             "Chassis Power: %2 ; PSU Efficiency: %3 ; Unamanaged power: %4",
762             "OK",
763             "OK",
764             4,
765             {"string", "string", "string", "string"},
766             "None.",
767         }},
768     MessageEntry{"MEBootGuardHealthEvent",
769                  {
770                      "Indicates that Intel ME has detected error during "
771                      "operations of Intel Boot Guard",
772                      "Intel ME has detected following issue with Intel Boot "
773                      "Guard: %1",
774                      "Critical",
775                      "Critical",
776                      1,
777                      {"string"},
778                      "None.",
779                  }},
780     MessageEntry{"MECpuDebugCapabilityDisabled",
781                  {
782                      "Indicates that Intel ME has detected situation in "
783                      "which CPU Debug Capability is disabled.",
784                      "CPU Debug Capability disabled",
785                      "Warning",
786                      "Warning",
787                      0,
788                      {},
789                      "None.",
790                  }},
791     MessageEntry{"MEDirectFlashUpdateRequested",
792                  {
793                      "Indicates that BIOS has requested Direct Flash "
794                      "Update (DFU) of Intel ME",
795                      "Intel ME Firmware switched to recovery mode to perform "
796                      "full update from BIOS.",
797                      "OK",
798                      "OK",
799                      0,
800                      {},
801                      "This is transient state. Intel ME Firmware should "
802                      "return to operational mode after successful image "
803                      "update performed by the BIOS.",
804                  }},
805     MessageEntry{
806         "MEExceptionDuringShutdown",
807         {
808             "Indicates that Intel ME could not successfully "
809             "perform emergency host shutdown.",
810             "Power Down command triggered by Intel Node Manager policy "
811             "failure action and Intel ME forced shutdown. BMC probably did "
812             "not respond correctly to Chassis Control.",
813             "Warning",
814             "Warning",
815             0,
816             {},
817             "Verify the Intel Node Manager policy configuration.",
818         }},
819     MessageEntry{
820         "MEFactoryResetError",
821         {
822             "Indicates that Intel ME has ben restored to factory preset.",
823             "Intel ME has performed automatic reset to factory "
824             "presets due to following reason: %1",
825             "Critical",
826             "Critical",
827             1,
828             {"string"},
829             "If error is persistent the Flash device must be replaced.",
830         }},
831     MessageEntry{
832         "MEFactoryRestore",
833         {
834             "Indicates that Intel ME has ben restored to factory preset.",
835             "Intel ME has performed automatic reset to factory "
836             "presets due to following reason: %1",
837             "OK",
838             "OK",
839             1,
840             {"string"},
841             "If error is persistent the Flash device must be replaced.",
842         }},
843     MessageEntry{
844         "MEFirmwareException",
845         {
846             "Indicates that Intel ME has encountered firmware "
847             "exception during execution.",
848             "Intel ME has encountered firmware exception. Error code = %1",
849             "Warning",
850             "Warning",
851             1,
852             {"string"},
853             "Restore factory presets using Force ME Recovery IPMI "
854             "command or by doing AC power cycle with Recovery jumper "
855             "asserted. If this does not clear the issue, reflash the SPI "
856             "flash. If the issue persists, provide the content of error "
857             "code to Intel support team for interpretation. (Error codes "
858             "are not documented because they only provide clues that must "
859             "be interpreted individually..",
860         }},
861     MessageEntry{"MEFirmwarePanicReason",
862                  {
863                      "Indicates the reason for ME firmware panic.",
864                      "ME firmware panic occurred due to %1.",
865                      "Warning",
866                      "Warning",
867                      1,
868                      {
869                          "string",
870                      },
871                      "None.",
872                  }},
873     MessageEntry{"MEFirmwareRecoveryReason",
874                  {
875                      "Indicates the reason for ME firmware recovery.",
876                      "ME firmware recovery occurred due to %1.",
877                      "Warning",
878                      "Warning",
879                      1,
880                      {
881                          "string",
882                      },
883                      "None.",
884                  }},
885     MessageEntry{"MEFirmwareResiliencyError",
886                  {
887                      "Indicates ME firmware encountered resilience error.",
888                      "ME firmware resiliency error. Error reason: %1.",
889                      "Critical",
890                      "Critical",
891                      1,
892                      {
893                          "string",
894                      },
895                      "None.",
896                  }},
897 
898     MessageEntry{"MEFlashEraseError",
899                  {
900                      "Indicates that Intel ME was unable to finish flash "
901                      "erase procedure.",
902                      "Intel ME has encountered an error during Flash erasure "
903                      "procedure probably due to Flash part corruption.",
904                      "Critical",
905                      "Critical",
906                      0,
907                      {},
908                      "The Flash device must be replaced.",
909                  }},
910     MessageEntry{"MEFlashStateInformation",
911                  {
912                      "Indicates that Intel ME has encountered a problem "
913                      "during IO to flash device.",
914                      "Intel ME has encountered problem during IO to flash "
915                      "device. Reason: %1",
916                      "Critical",
917                      "Critical",
918                      1,
919                      {"string"},
920                      "If flash wear-out protection occurred wait until it "
921                      "expires. Otherwise - flash device must be replaced.",
922                  }},
923     MessageEntry{"MEFlashStateInformationWritingEnabled",
924                  {
925                      "Indicates that Intel ME has encountered a problem "
926                      "during IO to flash device.",
927                      "Intel ME has encountered problem during IO to flash "
928                      "device. Reason: %1",
929                      "OK",
930                      "OK",
931                      1,
932                      {"string"},
933                      "If flash wear-out protection occurred wait until it "
934                      "expires. Otherwise - flash device must be replaced.",
935                  }},
936     MessageEntry{"MEFlashVerificationError",
937                  {
938                      "Indicates that Intel ME encountered invalid flash "
939                      "descriptor region.",
940                      "Intel ME has detected invalid flash descriptor region. "
941                      "Following error is detected: %1",
942                      "Critical",
943                      "Critical",
944                      1,
945                      {"string"},
946                      "Flash Descriptor Region must be created correctly.",
947                  }},
948     MessageEntry{
949         "MEFlashWearOutWarning",
950         {
951             "Indicates that Intel ME has reached certain "
952             "threshold of flash write operations.",
953             "Warning threshold for number of flash operations has been "
954             "exceeded. Current percentage of write operations capacity: %1",
955             "Warning",
956             "Warning",
957             1,
958             {"number"},
959             "No immediate repair action needed.",
960         }},
961 
962     MessageEntry{
963         "MEImageExecutionFailed",
964         {
965             "Indicates that Intel ME could not load primary FW image.",
966             "Intel ME Recovery Image or backup operational image "
967             "loaded because operational image is corrupted. This "
968             "may be either caused by Flash device corruption or "
969             "failed upgrade procedure.",
970             "Critical",
971             "Critical",
972             0,
973             {},
974             "Either the Flash device must be replaced (if error is "
975             "persistent) or the upgrade procedure must be started again.",
976         }},
977 
978     MessageEntry{
979         "MEInternalError",
980         {
981             "Indicates that Intel ME encountered "
982             "internal error leading to watchdog reset.",
983             "Error during Intel ME execution. Watchdog "
984             "timeout has expired.",
985             "Critical",
986             "Critical",
987             0,
988             {},
989             "Firmware should automatically recover from error state. "
990             "If error is persistent then operational image shall be updated "
991             "or hardware board repair is needed.",
992         }},
993     MessageEntry{"MEManufacturingError",
994                  {
995                      "Indicates that Intel ME is unable to start in "
996                      "operational mode due to wrong configuration.",
997                      "Wrong manufacturing configuration detected by Intel ME "
998                      "Firmware. Unable to start operational mode. Reason: %1",
999                      "Critical",
1000                      "Critical",
1001                      1,
1002                      {"string"},
1003                      " If error is persistent the Flash device must be "
1004                      "replaced or FW configuration must be updated. Trace "
1005                      "logs might be gathered for detailed information.",
1006                  }},
1007     MessageEntry{"MEMctpInterfaceError",
1008                  {
1009                      "Indicates that Intel ME has encountered an error "
1010                      "in MCTP protocol.",
1011                      "Intel ME has detected MCTP interface failure and it is "
1012                      "not functional any more. It may indicate the situation "
1013                      "when MCTP was not configured by BIOS or a defect which "
1014                      "may need a Host reset to recover from. Details: %1",
1015                      "Critical",
1016                      "Critical",
1017                      1,
1018                      {"string"},
1019                      "Recovery via CPU Host reset or platform reset. If error "
1020                      "is persistent, deep-dive platform-level debugging is "
1021                      "required.",
1022                  }},
1023     MessageEntry{"MemoryECCCorrectable",
1024                  {
1025                      "Indicates a Correctable Memory ECC error.",
1026                      "Memory ECC correctable error. Socket=%1 "
1027                      "Channel=%2 DIMM=%3 Rank=%4.",
1028                      "Warning",
1029                      "Warning",
1030                      4,
1031 
1032                      {
1033                          "number",
1034                          "string",
1035                          "number",
1036                          "number",
1037                      },
1038                      "None.",
1039                  }},
1040     MessageEntry{"MemoryECCUncorrectable",
1041                  {
1042                      "Indicates an Uncorrectable Memory ECC error.",
1043                      "Memory ECC uncorrectable error. Socket=%1 Channel=%2 "
1044                      "DIMM=%3 Rank=%4.",
1045                      "Critical",
1046                      "Critical",
1047                      4,
1048 
1049                      {
1050                          "number",
1051                          "string",
1052                          "number",
1053                          "number",
1054                      },
1055                      "None.",
1056                  }},
1057     MessageEntry{"MemoryParityCommandAndAddress",
1058                  {
1059                      "Indicates a Command and Address parity error.",
1060                      "Command and Address parity error. Socket=%1 Channel=%2 "
1061                      "DIMM=%3 ChannelValid=%4 DIMMValid=%5.",
1062                      "Critical",
1063                      "Critical",
1064                      5,
1065 
1066                      {
1067                          "number",
1068                          "string",
1069                          "number",
1070                          "number",
1071                          "number",
1072                      },
1073                      "None.",
1074                  }},
1075     MessageEntry{"MemoryParityNotKnown",
1076                  {
1077                      "Indicates an unknown parity error.",
1078                      "Memory parity error. Socket=%1 Channel=%2 "
1079                      "DIMM=%3 ChannelValid=%4 DIMMValid=%5.",
1080                      "Critical",
1081                      "Critical",
1082                      5,
1083 
1084                      {
1085                          "number",
1086                          "string",
1087                          "number",
1088                          "number",
1089                          "number",
1090                      },
1091                      "None.",
1092                  }},
1093     MessageEntry{"MemoryRASConfigurationDisabled",
1094                  {
1095                      "Indicates Memory RAS Disabled Configuration Status.",
1096                      "Memory RAS Configuration Disabled. Error=%1 Mode=%2.",
1097                      "OK",
1098                      "OK",
1099                      2,
1100 
1101                      {
1102                          "string",
1103                          "string",
1104                      },
1105                      "None.",
1106                  }},
1107     MessageEntry{"MemoryRASConfigurationEnabled",
1108                  {
1109                      "Indicates Memory RAS Enabled Configuration Status.",
1110                      "Memory RAS Configuration Enabled. Error=%1 Mode=%2.",
1111                      "OK",
1112                      "OK",
1113                      2,
1114 
1115                      {
1116                          "string",
1117                          "string",
1118                      },
1119                      "None.",
1120                  }},
1121     MessageEntry{"MemoryRASModeDisabled",
1122                  {
1123                      "Indicates Memory RAS Disabled Mode Selection.",
1124                      "Memory RAS Mode Select Disabled. Prior Mode=%1 "
1125                      "Selected Mode=%2.",
1126                      "OK",
1127                      "OK",
1128                      2,
1129 
1130                      {
1131                          "string",
1132                          "string",
1133                      },
1134                      "None.",
1135                  }},
1136     MessageEntry{"MemoryRASModeEnabled",
1137                  {
1138                      "Indicates Memory RAS Enabled Mode Selection.",
1139                      "Memory RAS Mode Select Enabled. Prior Mode=%1 Selected "
1140                      "Mode=%2.",
1141                      "OK",
1142                      "OK",
1143                      2,
1144 
1145                      {
1146                          "string",
1147                          "string",
1148                      },
1149                      "None.",
1150                  }},
1151     MessageEntry{"MemoryThermTrip",
1152                  {
1153                      "Indicates that the system memory ThermTrip is asserted "
1154                      "by the specified component.",
1155                      "Memory ThermTrip asserted: %1.",
1156                      "Critical",
1157                      "Critical",
1158                      1,
1159                      {"string"},
1160                      "None.",
1161                  }},
1162     MessageEntry{"MEMultiPchModeMisconfig",
1163                  {
1164                      "Indicates that Intel ME has encountered "
1165                      "problems in initializing Multi-PCH mode.",
1166                      "Intel ME error in Multi-PCH mode: %1",
1167                      "Critical",
1168                      "Critical",
1169                      1,
1170                      {"string"},
1171                      "None.",
1172                  }},
1173     MessageEntry{
1174         "MEPeciOverDmiError",
1175         {
1176             "Indicates that Intel ME is unable to communicate "
1177             "using PECI over DMI.",
1178             "Intel ME has detected  PECI over DMI interface failure "
1179             "and it is not functional any more. It may indicate the "
1180             "situation when PECI over DMI was not configured by "
1181             "BIOS or a defect which may require a CPU Host reset to "
1182             "recover from. Details: %1",
1183             "Critical",
1184             "Critical",
1185             1,
1186             {"string"},
1187             "Recovery via CPU Host reset or platform reset. If error is "
1188             "persistent, deep-dive platform-level debugging is required.",
1189         }},
1190     MessageEntry{
1191         "MEPttHealthEvent",
1192         {
1193             "Indicates that Intel ME has encountered issue with Intel PTT",
1194             "Intel ME has detected following issue with Intel PTT: %1",
1195             "Warning",
1196             "Warning",
1197             1,
1198             {"string"},
1199             "None.",
1200         }},
1201     MessageEntry{
1202         "MERecoveryGpioForced",
1203         {
1204             "Indicates that Intel ME image is booted in "
1205             "recovery mode due to GPIO assertion.",
1206             "Intel ME Recovery Image loaded due to recovery MGPIO "
1207             "pin asserted. Pin number is configurable in factory "
1208             "presets, Default recovery pin is MGPIO1.",
1209             "OK",
1210             "OK",
1211             0,
1212             {},
1213             "Deassert recovery GPIO and reset the Intel ME back to "
1214             "operational mode. If Recovery Jumper is in legacy behavior, "
1215             "a ME reset (eg. Cold Reset IPMI cmd) is needed to have ME "
1216             "back in operational mode.",
1217         }},
1218     MessageEntry{"MERestrictedMode",
1219                  {
1220                      "Indicates events related to Intel ME restricted mode.",
1221                      "Intel ME restricted mode information: %1",
1222                      "Critical",
1223                      "Critical",
1224                      1,
1225                      {"string"},
1226                      "None.",
1227                  }},
1228     MessageEntry{
1229         "MESmbusLinkFailure",
1230         {
1231             "Indicate that Intel ME encountered SMBus link error.",
1232             "Intel ME has detected SMBus link error. "
1233             "Sensor Bus: %1 , MUX Address: %2 ",
1234             "Critical",
1235             "Critical",
1236             2,
1237             {"string", "string"},
1238             "Devices connected to given SMLINK might cause communication "
1239             "corruption. See error code and refer to Intel ME External "
1240             "Interfaces Specification for details.",
1241         }},
1242     MessageEntry{
1243         "MEUmaError",
1244         {
1245             "Indicates that Intel ME has encountered UMA operation error.",
1246             "Intel ME has encountered UMA operation error. Details: %1",
1247             "Critical",
1248             "Critical",
1249             1,
1250             {"string"},
1251             "Platform reset when UMA not configured correctly, or when "
1252             "error occurred during normal operation on correctly "
1253             "configured UMA multiple times leading to Intel ME entering "
1254             "Recovery or restricted operational mode.",
1255         }},
1256     MessageEntry{"MEUnsupportedFeature",
1257                  {
1258                      "Indicates that Intel ME is configuration with "
1259                      "feature which is not supported on this platform.",
1260                      "Feature not supported in current segment detected by "
1261                      "Intel ME Firmware. Details: %1",
1262                      "Critical",
1263                      "Critical",
1264                      1,
1265                      {"string"},
1266                      "Proper FW configuration must be updated or use the "
1267                      "Flash device with proper FW configuration",
1268                  }},
1269     MessageEntry{"MirroringRedundancyDegraded",
1270                  {
1271                      "Indicates the mirroring redundancy state is degraded.",
1272                      "Mirroring redundancy state degraded. Socket=%1 "
1273                      "Channel=%2 DIMM=%3 Pair=%4 Rank=%5.",
1274                      "Warning",
1275                      "Warning",
1276                      5,
1277 
1278                      {
1279                          "number",
1280                          "string",
1281                          "number",
1282                          "number",
1283                          "number",
1284                      },
1285                      "None.",
1286                  }},
1287     MessageEntry{
1288         "MirroringRedundancyFull",
1289         {
1290             "Indicates the mirroring redundancy state is fully redundant.",
1291             "Mirroring redundancy state fully redundant. Socket=%1 "
1292             "Channel=%2 DIMM=%3 Pair=%4 Rank=%5.",
1293             "OK",
1294             "OK",
1295             5,
1296 
1297             {
1298                 "number",
1299                 "string",
1300                 "number",
1301                 "number",
1302                 "number",
1303             },
1304             "None.",
1305         }},
1306     MessageEntry{"NMIButtonPressed",
1307                  {
1308                      "Indicates that the NMI button was pressed.",
1309                      "NMI Button Pressed.",
1310                      "Critical",
1311                      "Critical",
1312                      0,
1313                      {},
1314                      "None.",
1315                  }},
1316     MessageEntry{"NMIDiagnosticInterrupt",
1317                  {
1318                      "Indicates that an NMI Diagnostic "
1319                      "Interrupt has been generated.",
1320                      "NMI Diagnostic Interrupt.",
1321                      "Critical",
1322                      "Critical",
1323                      0,
1324                      {},
1325                      "None.",
1326                  }},
1327     MessageEntry{"PCIeCorrectableAdvisoryNonFatal",
1328                  {
1329                      "Indicates a PCIe Correctable Advisory Non-fatal Error.",
1330                      "PCIe Correctable Advisory Non-fatal Error. Bus=%1 "
1331                      "Device=%2 Function=%3.",
1332                      "Warning",
1333                      "Warning",
1334                      3,
1335 
1336                      {
1337                          "number",
1338                          "number",
1339                          "number",
1340                      },
1341                      "None.",
1342                  }},
1343     MessageEntry{"PCIeCorrectableBadDLLP",
1344                  {
1345                      "Indicates a PCIe Correctable Bad DLLP Error.",
1346 
1347                      "PCIe Correctable Bad DLLP. Bus=%1 Device=%2 Function=%3.",
1348                      "Warning",
1349                      "Warning",
1350                      3,
1351 
1352                      {
1353                          "number",
1354                          "number",
1355                          "number",
1356                      },
1357                      "None.",
1358                  }},
1359     MessageEntry{"PCIeCorrectableBadTLP",
1360                  {
1361                      "Indicates a PCIe Correctable Bad TLP Error.",
1362 
1363                      "PCIe Correctable Bad TLP. Bus=%1 Device=%2 Function=%3.",
1364                      "Warning",
1365                      "Warning",
1366                      3,
1367 
1368                      {
1369                          "number",
1370                          "number",
1371                          "number",
1372                      },
1373                      "None.",
1374                  }},
1375     MessageEntry{"PCIeCorrectableHeaderLogOverflow",
1376                  {
1377                      "Indicates a PCIe Correctable Header Log Overflow Error.",
1378                      "PCIe Correctable Header Log Overflow. Bus=%1 Device=%2 "
1379                      "Function=%3.",
1380                      "Warning",
1381                      "Warning",
1382                      3,
1383 
1384                      {
1385                          "number",
1386                          "number",
1387                          "number",
1388                      },
1389                      "None.",
1390                  }},
1391     MessageEntry{"PCIeCorrectableInternal",
1392                  {
1393                      "Indicates a PCIe Correctable Internal Error.",
1394                      "PCIe Correctable Internal Error. Bus=%1 Device=%2 "
1395                      "Function=%3.",
1396                      "Warning",
1397                      "Warning",
1398                      3,
1399 
1400                      {
1401                          "number",
1402                          "number",
1403                          "number",
1404                      },
1405                      "None.",
1406                  }},
1407     MessageEntry{"PCIeCorrectableLinkBWChanged",
1408                  {
1409                      "Indicates a PCIe Correctable Link BW Changed Error.",
1410                      "PCIe Correctable Link BW Changed. Bus=%1 "
1411                      "Device=%2 Function=%3.",
1412                      "Warning",
1413                      "Warning",
1414                      3,
1415 
1416                      {
1417                          "number",
1418                          "number",
1419                          "number",
1420                      },
1421                      "None.",
1422                  }},
1423     MessageEntry{"PCIeCorrectableReceiverError",
1424                  {
1425                      "Indicates a PCIe Correctable Receiver Error.",
1426                      "PCIe Correctable Receiver Error. Bus=%1 Device=%2 "
1427                      "Function=%3.",
1428                      "Warning",
1429                      "Warning",
1430                      3,
1431 
1432                      {
1433                          "number",
1434                          "number",
1435                          "number",
1436                      },
1437                      "None.",
1438                  }},
1439     MessageEntry{"PCIeCorrectableReplayNumRollover",
1440                  {
1441                      "Indicates a PCIe Correctable Replay Num Rollover.",
1442                      "PCIe Correctable Replay Num Rollover. Bus=%1 Device=%2 "
1443                      "Function=%3.",
1444                      "Warning",
1445                      "Warning",
1446                      3,
1447 
1448                      {
1449                          "number",
1450                          "number",
1451                          "number",
1452                      },
1453                      "None.",
1454                  }},
1455     MessageEntry{"PCIeCorrectableReplayTimerTimeout",
1456                  {
1457                      "Indicates a PCIe Correctable Replay Timer Timeout.",
1458                      "PCIe Correctable Replay Timer Timeout. Bus=%1 "
1459                      "Device=%2 Function=%3.",
1460                      "Warning",
1461                      "Warning",
1462                      3,
1463 
1464                      {
1465                          "number",
1466                          "number",
1467                          "number",
1468                      },
1469                      "None.",
1470                  }},
1471     MessageEntry{"PCIeCorrectableUnspecifiedAERError",
1472                  {
1473                      "Indicates a PCIe Correctable Unspecified AER Error.",
1474                      "PCIe Correctable Unspecified AER Error. "
1475                      "Bus=%1 Device=%2 Function=%3.",
1476                      "Warning",
1477                      "Warning",
1478                      3,
1479 
1480                      {
1481                          "number",
1482                          "number",
1483                          "number",
1484                      },
1485                      "None.",
1486                  }},
1487     MessageEntry{"PCIeFatalACSViolation",
1488                  {
1489                      "Indicates a PCIe ACS Violation Error.",
1490 
1491                      "PCIe Fatal ACS Violation. Bus=%1 Device=%2 Function=%3.",
1492                      "Critical",
1493                      "Critical",
1494                      3,
1495 
1496                      {
1497                          "number",
1498                          "number",
1499                          "number",
1500                      },
1501                      "None.",
1502                  }},
1503     MessageEntry{"PCIeFatalAtomicEgressBlocked",
1504                  {
1505                      "Indicates a PCIe Atomic Egress Blocked Error.",
1506                      "PCIe Fatal Atomic Egress Blocked. Bus=%1 Device=%2 "
1507                      "Function=%3.",
1508                      "Critical",
1509                      "Critical",
1510                      3,
1511 
1512                      {
1513                          "number",
1514                          "number",
1515                          "number",
1516                      },
1517                      "None.",
1518                  }},
1519     MessageEntry{
1520         "PCIeFatalCompleterAbort",
1521         {
1522             "Indicates a PCIe Completer Abort Error.",
1523 
1524             "PCIe Fatal Completer Abort. Bus=%1 Device=%2 Function=%3.",
1525             "Critical",
1526             "Critical",
1527             3,
1528 
1529             {
1530                 "number",
1531                 "number",
1532                 "number",
1533             },
1534             "None.",
1535         }},
1536     MessageEntry{
1537         "PCIeFatalCompletionTimeout",
1538         {
1539             "Indicates a PCIe Completion Timeout Error.",
1540 
1541             "PCIe Fatal Completion Timeout. Bus=%1 Device=%2 Function=%3.",
1542             "Critical",
1543             "Critical",
1544             3,
1545 
1546             {
1547                 "number",
1548                 "number",
1549                 "number",
1550             },
1551             "None.",
1552         }},
1553     MessageEntry{
1554         "PCIeFatalDataLinkLayerProtocol",
1555         {
1556             "Indicates a PCIe Data Link Layer Protocol Error.",
1557 
1558             "PCIe Fatal Data Link Layer Protocol Error. Bus=%1 Device=%2 "
1559             "Function=%3.",
1560             "Critical",
1561             "Critical",
1562             3,
1563 
1564             {
1565                 "number",
1566                 "number",
1567                 "number",
1568             },
1569             "None.",
1570         }},
1571     MessageEntry{"PCIeFatalECRCError",
1572                  {
1573                      "Indicates a PCIe ECRC Error.",
1574                      "PCIe Fatal ECRC Error. Bus=%1 Device=%2 Function=%3.",
1575                      "Critical",
1576                      "Critical",
1577                      3,
1578 
1579                      {
1580                          "number",
1581                          "number",
1582                          "number",
1583                      },
1584                      "None.",
1585                  }},
1586     MessageEntry{"PCIeFatalFlowControlProtocol",
1587                  {
1588                      "Indicates a PCIe Flow Control Protocol Error.",
1589 
1590                      "PCIe Fatal Flow Control Protocol Error. Bus=%1 Device=%2 "
1591                      "Function=%3.",
1592                      "Critical",
1593                      "Critical",
1594                      3,
1595 
1596                      {
1597                          "number",
1598                          "number",
1599                          "number",
1600                      },
1601                      "None.",
1602                  }},
1603     MessageEntry{
1604         "PCIeFatalMalformedTLP",
1605         {
1606             "Indicates a PCIe Malformed TLP Error.",
1607 
1608             "PCIe Fatal Malformed TLP Error. Bus=%1 Device=%2 Function=%3.",
1609             "Critical",
1610             "Critical",
1611             3,
1612 
1613             {
1614                 "number",
1615                 "number",
1616                 "number",
1617             },
1618             "None.",
1619         }},
1620     MessageEntry{"PCIeFatalMCBlockedTLP",
1621                  {
1622                      "Indicates a PCIe MC Blocked TLP Error.",
1623                      "PCIe Fatal MC Blocked TLP Error. Bus=%1 "
1624                      "Device=%2 Function=%3.",
1625                      "Critical",
1626                      "Critical",
1627                      3,
1628 
1629                      {
1630                          "number",
1631                          "number",
1632                          "number",
1633                      },
1634                      "None.",
1635                  }},
1636     MessageEntry{
1637         "PCIeFatalPoisonedTLP",
1638         {
1639             "Indicates a PCIe Poisoned TLP Error.",
1640 
1641             "PCIe Fatal Poisoned TLP Error. Bus=%1 Device=%2 Function=%3.",
1642             "Critical",
1643             "Critical",
1644             3,
1645 
1646             {
1647                 "number",
1648                 "number",
1649                 "number",
1650             },
1651             "None.",
1652         }},
1653     MessageEntry{"PCIeFatalReceiverBufferOverflow",
1654                  {
1655                      "Indicates a PCIe Receiver Buffer Overflow Error.",
1656                      "PCIe Fatal Receiver Buffer Overflow. Bus=%1 Device=%2 "
1657                      "Function=%3.",
1658                      "Critical",
1659                      "Critical",
1660                      3,
1661 
1662                      {
1663                          "number",
1664                          "number",
1665                          "number",
1666                      },
1667                      "None.",
1668                  }},
1669     MessageEntry{
1670         "PCIeFatalReceivedErrNonFatalMessage",
1671         {
1672             "Indicates a PCIe Received ERR_NONFATAL Message Error.",
1673 
1674             "PCIe Fatal Received ERR_NONFATAL Message. Bus=%1 Device=%2 "
1675             "Function=%3.",
1676             "Critical",
1677             "Critical",
1678             3,
1679 
1680             {
1681                 "number",
1682                 "number",
1683                 "number",
1684             },
1685             "None.",
1686         }},
1687     MessageEntry{"PCIeFatalReceivedFatalMessageFromDownstream",
1688                  {
1689                      "Indicates a PCIe Received Fatal Message "
1690                      "From Downstream Error.",
1691 
1692                      "PCIe Fatal Received Fatal Message From Downstream. "
1693                      "Bus=%1 Device=%2 Function=%3.",
1694                      "Critical",
1695                      "Critical",
1696                      3,
1697 
1698                      {
1699                          "number",
1700                          "number",
1701                          "number",
1702                      },
1703                      "None.",
1704                  }},
1705     MessageEntry{"PCIeFatalSurpriseLinkDown",
1706                  {
1707                      "Indicates a PCIe Surprise Link Down Error.",
1708                      "PCIe Fatal Surprise Link Down Error. Bus=%1 Device=%2 "
1709                      "Function=%3.",
1710                      "Critical",
1711                      "Critical",
1712                      3,
1713 
1714                      {
1715                          "number",
1716                          "number",
1717                          "number",
1718                      },
1719                      "None.",
1720                  }},
1721     MessageEntry{"PCIeFatalTLPPrefixBlocked",
1722                  {
1723                      "Indicates a PCIe TLP Prefix Blocked Error.",
1724                      "PCIe Fatal TLP Prefix Blocked Error. Bus=%1 Device=%2 "
1725                      "Function=%3.",
1726                      "Critical",
1727                      "Critical",
1728                      3,
1729 
1730                      {
1731                          "number",
1732                          "number",
1733                          "number",
1734                      },
1735                      "None.",
1736                  }},
1737     MessageEntry{
1738         "PCIeFatalUncorrectableInternal",
1739         {
1740             "Indicates a PCIe Uncorrectable Internal Error.",
1741 
1742             "PCIe Fatal Uncorrectable Internal Error. Bus=%1 Device=%2 "
1743             "Function=%3.",
1744             "Critical",
1745             "Critical",
1746             3,
1747 
1748             {
1749                 "number",
1750                 "number",
1751                 "number",
1752             },
1753             "None.",
1754         }},
1755     MessageEntry{"PCIeFatalUnexpectedCompletion",
1756                  {
1757                      "Indicates a PCIe Unexpected Completion Error.",
1758                      "PCIe Fatal Unexpected Completion. Bus=%1 Device=%2 "
1759                      "Function=%3.",
1760                      "Critical",
1761                      "Critical",
1762                      3,
1763 
1764                      {
1765                          "number",
1766                          "number",
1767                          "number",
1768                      },
1769                      "None.",
1770                  }},
1771     MessageEntry{"PCIeFatalUnspecifiedNonAERFatalError",
1772                  {
1773                      "Indicates a PCIe Unspecified Non-AER Fatal Error.",
1774                      "PCIe Fatal Unspecified Non-AER Fatal Error. Bus=%1 "
1775                      "Device=%2 Function=%3.",
1776                      "Critical",
1777                      "Critical",
1778                      3,
1779 
1780                      {
1781                          "number",
1782                          "number",
1783                          "number",
1784                      },
1785                      "None.",
1786                  }},
1787     MessageEntry{
1788         "PCIeFatalUnsupportedRequest",
1789         {
1790             "Indicates a PCIe Unsupported Request Error.",
1791 
1792             "PCIe Fatal Unsupported Request. Bus=%1 Device=%2 Function=%3.",
1793             "Critical",
1794             "Critical",
1795             3,
1796 
1797             {
1798                 "number",
1799                 "number",
1800                 "number",
1801             },
1802             "None.",
1803         }},
1804     MessageEntry{"PowerButtonPressed",
1805                  {
1806                      "Indicates that the power button was pressed.",
1807                      "Power Button Pressed.",
1808                      "OK",
1809                      "OK",
1810                      0,
1811                      {},
1812                      "None.",
1813                  }},
1814     MessageEntry{"PowerRestorePolicyApplied",
1815                  {
1816                      "Indicates that power was restored and the "
1817                      "BMC has applied the restore policy.",
1818                      "Power restore policy applied.",
1819                      "OK",
1820                      "OK",
1821                      0,
1822                      {},
1823                      "None.",
1824                  }},
1825     MessageEntry{"PowerSupplyConfigurationError",
1826                  {
1827                      "Indicates an error in power supply configuration.",
1828                      "Power supply %1 configuration error.",
1829                      "Warning",
1830                      "Warning",
1831                      1,
1832                      {"string"},
1833                      "None.",
1834                  }},
1835     MessageEntry{
1836         "PowerSupplyConfigurationErrorRecovered",
1837         {
1838             "Indicates that power supply configuration error recovered "
1839             "from a failure.",
1840             "Power supply %1 configuration error recovered.",
1841             "OK",
1842             "OK",
1843             1,
1844             {"string"},
1845             "None.",
1846         }},
1847     MessageEntry{
1848         "PowerSupplyFanFailed",
1849         {
1850             "Indicates that the specified power supply fan has failed.",
1851             "Power supply %1 fan %2 failed.",
1852             "Warning",
1853             "Warning",
1854             2,
1855             {"string", "string"},
1856             "None.",
1857         }},
1858     MessageEntry{
1859         "PowerSupplyFanRecovered",
1860         {
1861             "Indicates that the power supply fan recovered from a failure.",
1862             "Power supply %1 fan %2 recovered.",
1863             "OK",
1864             "OK",
1865             2,
1866             {"string", "string"},
1867             "None.",
1868         }},
1869     MessageEntry{"PowerSupplyFailed",
1870                  {
1871                      "Indicates that a power supply has failed.",
1872                      "Power supply %1 failed.",
1873                      "Warning",
1874                      "Warning",
1875                      1,
1876                      {"string"},
1877                      "None.",
1878                  }},
1879     MessageEntry{"PowerSupplyFailurePredicted",
1880                  {
1881                      "Indicates that a power supply is predicted to fail.",
1882                      "Power supply %1 failure predicted.",
1883                      "Warning",
1884                      "Warning",
1885                      1,
1886                      {"string"},
1887                      "None.",
1888                  }},
1889     MessageEntry{"PowerSupplyInserted",
1890                  {
1891                      "Indicates that a power supply has been inserted.",
1892                      "Power supply %1 inserted.",
1893                      "OK",
1894                      "OK",
1895                      1,
1896                      {"string"},
1897                      "None.",
1898                  }},
1899     MessageEntry{"PowerSupplyPowerGoodFailed",
1900                  {
1901                      "Indicates that the power supply power good signal "
1902                      "failed to assert within the specified time.",
1903                      "Power supply power good failed to assert within %1 "
1904                      "milliseconds.",
1905                      "Critical",
1906                      "Critical",
1907                      1,
1908                      {"number"},
1909                      "None.",
1910                  }},
1911     MessageEntry{"PowerSupplyPowerLost",
1912                  {
1913                      "Indicates that a power supply has lost input power.",
1914                      "Power supply %1 power lost.",
1915                      "Warning",
1916                      "Warning",
1917                      1,
1918                      {"string"},
1919                      "None.",
1920                  }},
1921     MessageEntry{"PowerSupplyPowerRestored",
1922                  {
1923                      "Indicates that a power supply input power was restored.",
1924                      "Power supply %1 power restored.",
1925                      "OK",
1926                      "OK",
1927                      1,
1928                      {"string"},
1929                      "None.",
1930                  }},
1931     MessageEntry{"PowerSupplyPredictedFailureRecovered",
1932                  {
1933                      "Indicates that a power supply recovered "
1934                      "from a predicted failure.",
1935                      "Power supply %1 predicted failure recovered.",
1936                      "OK",
1937                      "OK",
1938                      1,
1939                      {"string"},
1940                      "None.",
1941                  }},
1942     MessageEntry{"PowerSupplyRecovered",
1943                  {
1944                      "Indicates that a power supply recovered from a failure.",
1945                      "Power supply %1 recovered.",
1946                      "OK",
1947                      "OK",
1948                      1,
1949                      {"string"},
1950                      "None.",
1951                  }},
1952     MessageEntry{"PowerSupplyRemoved",
1953                  {
1954                      "Indicates that a power supply has been removed.",
1955                      "Power supply %1 removed.",
1956                      "Warning",
1957                      "Warning",
1958                      1,
1959                      {"string"},
1960                      "None.",
1961                  }},
1962     MessageEntry{"PowerUnitDegradedFromNonRedundant",
1963                  {
1964                      "Indicates that power unit is come back to redundant from"
1965                      "nonredundant but is still not in full redundancy mode.",
1966                      "Power Unit degraded from nonredundant.",
1967                      "Warning",
1968                      "Warning",
1969                      0,
1970                      {},
1971                      "None.",
1972                  }},
1973     MessageEntry{"PowerUnitDegradedFromRedundant",
1974                  {
1975                      "Indicates that power unit is degarded from full "
1976                      "redundancy mode.",
1977                      "Power Unit degraded from redundant.",
1978                      "Warning",
1979                      "Warning",
1980                      0,
1981                      {},
1982                      "None.",
1983                  }},
1984     MessageEntry{"PowerUnitRedundancyDegraded",
1985                  {
1986                      "Indicates that power unit redundancy has been degraded.",
1987                      "Power Unit Redundancy degraded.",
1988                      "Warning",
1989                      "Warning",
1990                      0,
1991                      {},
1992                      "None.",
1993                  }},
1994     MessageEntry{
1995         "PowerUnitNonRedundantFromInsufficient",
1996         {
1997             "Indicates that power unit is not in redundancy mode and get"
1998             "sufficient power to support redundancy from insufficient"
1999             "power.",
2000 
2001             "Power Unit NonRedundant from insufficient to sufficient.",
2002             "Warning",
2003             "Warning",
2004             0,
2005             {},
2006             "None.",
2007         }},
2008     MessageEntry{"PowerUnitNonRedundantInsufficient",
2009                  {
2010                      "Indicates that power unit do not have sufficient "
2011                      "power to support redundancy.",
2012                      "Power Unit NonRedundant and has insufficient resource.",
2013                      "Critical",
2014                      "Critical",
2015                      0,
2016                      {},
2017                      "None.",
2018                  }},
2019     MessageEntry{"PowerUnitRedundancyLost",
2020                  {
2021                      "Indicates that power unit redundancy has been lost.",
2022                      "Power Unit Redundancy lost.",
2023                      "Warning",
2024                      "Warning",
2025                      0,
2026                      {},
2027                      "None.",
2028                  }},
2029     MessageEntry{
2030         "PowerUnitRedundancyRegained",
2031         {
2032             "Indicates that power unit full redundancy has been regained.",
2033             "Power Unit Redundancy regained.",
2034             "OK",
2035             "OK",
2036             0,
2037             {},
2038             "None.",
2039         }},
2040     MessageEntry{
2041         "PowerUnitNonRedundantSufficient",
2042         {
2043             "Indicates that power unit is not in redundancy mode but still"
2044             "has sufficient power to support redundancy.",
2045             "Power Unit Nonredundant but has sufficient resource.",
2046             "Warning",
2047             "Warning",
2048             0,
2049             {},
2050             "None.",
2051         }},
2052     MessageEntry{"ResetButtonPressed",
2053                  {
2054                      "Indicates that the reset button was pressed.",
2055                      "Reset Button Pressed.",
2056                      "OK",
2057                      "OK",
2058                      0,
2059                      {},
2060                      "None.",
2061                  }},
2062     MessageEntry{"SecurityBoot2ndFlashEnabled",
2063                  {
2064                      "Indicates that the BMC 2nd boot flash is enabled.",
2065                      "BMC 2nd boot flash is enabled.",
2066                      "Critical",
2067                      "Critical",
2068                      0,
2069                      {},
2070                      "None.",
2071                  }},
2072     MessageEntry{"SecurityP2aBridgeEnabled",
2073                  {
2074                      "Indicates that the P2A bridge is enabled.",
2075                      "P2A(PCIe to AHB) bridge is enabled.",
2076                      "Critical",
2077                      "Critical",
2078                      0,
2079                      {},
2080                      "None.",
2081                  }},
2082     MessageEntry{"SecurityUartPortDebugEnabled",
2083                  {
2084                      "Indicates that the uart port debug is enabled.",
2085                      "Uart port debug is enabled.",
2086                      "Critical",
2087                      "Critical",
2088                      0,
2089                      {},
2090                      "None.",
2091                  }},
2092     MessageEntry{
2093         "SecurityUserStrongHashAlgoRestored",
2094         {
2095             "Indicates that password computing hash algorithm changed.",
2096             "Password computing hash algorithm is changed to sha256/sha512.",
2097             "OK",
2098             "OK",
2099             0,
2100             {},
2101             "None.",
2102         }},
2103 
2104     MessageEntry{"SecurityUserNonRootUidZeroAssigned",
2105                  {
2106                      "Indicates that non root user assigned with user ID zero.",
2107                      "User ID Zero is assigned with non-root user.",
2108                      "Critical",
2109                      "Critical",
2110                      0,
2111                      {},
2112                      "None.",
2113                  }},
2114     MessageEntry{"SecurityUserNonRootUidZeroRemoved",
2115                  {
2116                      "Indicates that non root user ID is removed",
2117                      "Non root user assigned with user ID zero is removed.",
2118                      "OK",
2119                      "OK",
2120                      0,
2121                      {},
2122                      "None.",
2123                  }},
2124 
2125     MessageEntry{"SecurityUserRootEnabled",
2126                  {
2127                      "Indicates that system root user is enabled.",
2128                      "User root is enabled.",
2129                      "Critical",
2130                      "Critical",
2131                      0,
2132                      {},
2133                      "None.",
2134                  }},
2135     MessageEntry{"SecurityUserRootDisabled",
2136                  {
2137                      "Indicates that system root user is disabled.",
2138                      "User root is disabled.",
2139                      "OK",
2140                      "OK",
2141                      0,
2142                      {},
2143                      "None.",
2144                  }},
2145 
2146     MessageEntry{"SecurityUserUnsupportedShellEnabled",
2147                  {
2148                      "Indicates that unsupported shell is enabled.",
2149                      "Unsupported shell is enabled.",
2150                      "Critical",
2151                      "Critical",
2152                      0,
2153                      {},
2154                      "None.",
2155                  }},
2156     MessageEntry{"SecurityUserUnsupportedShellRemoved",
2157                  {
2158                      "Indicates that unsupported shell is removed.",
2159                      "Unsupported shell is removed.",
2160                      "OK",
2161                      "OK",
2162                      0,
2163                      {},
2164                      "None.",
2165                  }},
2166 
2167     MessageEntry{
2168         "SecurityUserWeakHashAlgoEnabled",
2169         {
2170             "Indicates that weak password computing hash algorithm is enabled.",
2171             "Weak password computing hash algorithm is enabled.",
2172             "Critical",
2173             "Critical",
2174             0,
2175             {},
2176             "None.",
2177         }},
2178     MessageEntry{"SELEntryAdded",
2179                  {
2180                      "Indicates a SEL entry was added using the "
2181                      "Add SEL Entry or Platform Event command.",
2182                      "SEL Entry Added: %1",
2183                      "OK",
2184                      "OK",
2185                      1,
2186 
2187                      {
2188                          "string",
2189                      },
2190                      "None.",
2191                  }},
2192     MessageEntry{"SensorThresholdCriticalHighGoingHigh",
2193                  {
2194                      "Indicates that a threshold sensor has crossed a "
2195                      "critical high threshold going high.",
2196                      "%1 sensor crossed a critical high threshold going "
2197                      "high. Reading=%2 Threshold=%3.",
2198                      "Critical",
2199                      "Critical",
2200                      3,
2201                      {"string", "number", "number"},
2202                      "Check the sensor or subsystem for errors.",
2203                  }},
2204     MessageEntry{"SensorThresholdCriticalHighGoingLow",
2205                  {
2206                      "Indicates that a threshold sensor has crossed a "
2207                      "critical high threshold going low.",
2208                      "%1 sensor crossed a critical high threshold going low. "
2209                      "Reading=%2 Threshold=%3.",
2210                      "OK",
2211                      "OK",
2212                      3,
2213                      {"string", "number", "number"},
2214                      "None.",
2215                  }},
2216     MessageEntry{"SensorThresholdCriticalLowGoingHigh",
2217                  {
2218                      "Indicates that a threshold sensor has crossed a "
2219                      "critical low threshold going high.",
2220                      "%1 sensor crossed a critical low threshold going high. "
2221                      "Reading=%2 Threshold=%3.",
2222                      "OK",
2223                      "OK",
2224                      3,
2225                      {"string", "number", "number"},
2226                      "None.",
2227                  }},
2228     MessageEntry{"SensorThresholdCriticalLowGoingLow",
2229                  {
2230                      "Indicates that a threshold sensor has crossed a "
2231                      "critical low threshold going low.",
2232                      "%1 sensor crossed a critical low threshold going low. "
2233                      "Reading=%2 Threshold=%3.",
2234                      "Critical",
2235                      "Critical",
2236                      3,
2237                      {"string", "number", "number"},
2238                      "Check the sensor or subsystem for errors.",
2239                  }},
2240     MessageEntry{"SensorThresholdWarningHighGoingHigh",
2241                  {
2242                      "Indicates that a threshold sensor has crossed a "
2243                      "warning high threshold going high.",
2244                      "%1 sensor crossed a warning high threshold going high. "
2245                      "Reading=%2 Threshold=%3.",
2246                      "Warning",
2247                      "Warning",
2248                      3,
2249                      {"string", "number", "number"},
2250                      "Check the sensor or subsystem for errors.",
2251                  }},
2252     MessageEntry{"SensorThresholdWarningHighGoingLow",
2253                  {
2254                      "Indicates that a threshold sensor has crossed a "
2255                      "warning high threshold going low.",
2256                      "%1 sensor crossed a warning high threshold going low. "
2257                      "Reading=%2 Threshold=%3.",
2258                      "OK",
2259                      "OK",
2260                      3,
2261                      {"string", "number", "number"},
2262                      "None.",
2263                  }},
2264     MessageEntry{"SensorThresholdWarningLowGoingHigh",
2265                  {
2266                      "Indicates that a threshold sensor has crossed a "
2267                      "warning low threshold going high.",
2268                      "%1 sensor crossed a warning low threshold going high. "
2269                      "Reading=%2 Threshold=%3.",
2270                      "OK",
2271                      "OK",
2272                      3,
2273                      {"string", "number", "number"},
2274                      "None.",
2275                  }},
2276     MessageEntry{"SensorThresholdWarningLowGoingLow",
2277                  {
2278                      "Indicates that a threshold sensor has crossed a "
2279                      "warning low threshold going low.",
2280                      "%1 sensor crossed a warning low threshold going low. "
2281                      "Reading=%2 Threshold=%3.",
2282                      "Warning",
2283                      "Warning",
2284                      3,
2285                      {"string", "number", "number"},
2286                      "Check the sensor or subsystem for errors.",
2287                  }},
2288     MessageEntry{"ServiceFailure",
2289                  {
2290                      "Indicates that a service has exited unsuccessfully.",
2291                      "Service %1 has exited unsuccessfully.",
2292                      "Warning",
2293                      "Warning",
2294                      1,
2295                      {"string"},
2296                      "None.",
2297                  }},
2298     MessageEntry{"SparingRedundancyDegraded",
2299                  {
2300                      "Indicates the sparing redundancy state is degraded.",
2301                      "Sparing redundancy state degraded. Socket=%1 "
2302                      "Channel=%2 DIMM=%3 Domain=%4 Rank=%5.",
2303                      "Warning",
2304                      "Warning",
2305                      5,
2306 
2307                      {
2308                          "number",
2309                          "string",
2310                          "number",
2311                          "string",
2312                          "number",
2313                      },
2314                      "None.",
2315                  }},
2316     MessageEntry{
2317         "SparingRedundancyFull",
2318         {
2319             "Indicates the sparing redundancy state is fully redundant.",
2320             "Sparing redundancy state fully redundant. Socket=%1 "
2321             "Channel=%2 DIMM=%3 Domain=%4 Rank=%5.",
2322             "OK",
2323             "OK",
2324             5,
2325 
2326             {
2327                 "number",
2328                 "string",
2329                 "number",
2330                 "string",
2331                 "number",
2332             },
2333             "None.",
2334         }},
2335     MessageEntry{"SsbThermalTrip",
2336                  {
2337                      "Indicates that an SSB Thermal trip has been asserted.",
2338                      "SSB Thermal trip.",
2339                      "Critical",
2340                      "Critical",
2341                      0,
2342                      {},
2343                      "None.",
2344                  }},
2345     MessageEntry{"SystemInterfaceDisabledProvisioned",
2346                  {
2347                      "Indicates that the system interface is in the disabled "
2348                      "provisioned state. All commands are blocked to execute "
2349                      "through the system interface.",
2350                      "The system interface is in the disabled provisioned "
2351                      "state.",
2352                      "OK",
2353                      "OK",
2354                      0,
2355                      {},
2356                      "None.",
2357                  }},
2358     MessageEntry{"SystemInterfaceUnprovisioned",
2359                  {
2360                      "Indicates that the system interface is in the "
2361                      "unprovisioned state. All commands are permitted to "
2362                      "execute through the system interface.",
2363                      "The system interface is in the unprovisioned state.",
2364                      "Critical",
2365                      "Critical",
2366                      0,
2367                      {},
2368                      "None.",
2369                  }},
2370     MessageEntry{"SystemInterfaceWhitelistProvisioned",
2371                  {
2372                      "Indicates that the system interface is in the whitelist "
2373                      "provisioned state. Only whitelisted commands "
2374                      "are permitted to execute through the system interface.",
2375                      "The system interface is in the whitelist provisioned "
2376                      "state.",
2377                      "Warning",
2378                      "Warning",
2379                      0,
2380                      {},
2381                      "None.",
2382                  }},
2383     MessageEntry{"SystemPowerGoodFailed",
2384                  {
2385                      "Indicates that the system power good signal failed "
2386                      "to assert within the specified time (VR failure).",
2387                      "System power good failed to assert within %1 "
2388                      "milliseconds (VR failure).",
2389                      "Critical",
2390                      "Critical",
2391                      1,
2392                      {"number"},
2393                      "None.",
2394                  }},
2395     MessageEntry{"SystemPowerLost",
2396                  {
2397                      "Indicates that power was lost while the "
2398                      "system was powered on.",
2399                      "System Power Lost.",
2400                      "Critical",
2401                      "Critical",
2402                      0,
2403                      {},
2404                      "None.",
2405                  }},
2406     MessageEntry{"SystemPowerOffFailed",
2407                  {
2408                      "Indicates that the system failed to power off.",
2409                      "System Power-Off Failed.",
2410                      "Critical",
2411                      "Critical",
2412                      0,
2413                      {},
2414                      "None.",
2415                  }},
2416     MessageEntry{"SystemPowerOnFailed",
2417                  {
2418                      "Indicates that the system failed to power on.",
2419                      "System Power-On Failed.",
2420                      "Critical",
2421                      "Critical",
2422                      0,
2423                      {},
2424                      "None.",
2425                  }},
2426     MessageEntry{
2427         "VoltageRegulatorOverheated",
2428         {
2429             "Indicates that the specified voltage regulator overheated.",
2430             "%1 Voltage Regulator Overheated.",
2431             "Critical",
2432             "Critical",
2433             1,
2434             {"string"},
2435             "None.",
2436         }},
2437 
2438 };
2439 } // namespace redfish::message_registries::openbmc
2440