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