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