1fbe8378fSJason M. Bills /*
2fbe8378fSJason M. Bills // Copyright (c) 2019 Intel Corporation
3fbe8378fSJason M. Bills //
4fbe8378fSJason M. Bills // Licensed under the Apache License, Version 2.0 (the "License");
5fbe8378fSJason M. Bills // you may not use this file except in compliance with the License.
6fbe8378fSJason M. Bills // You may obtain a copy of the License at
7fbe8378fSJason M. Bills //
8fbe8378fSJason M. Bills //      http://www.apache.org/licenses/LICENSE-2.0
9fbe8378fSJason M. Bills //
10fbe8378fSJason M. Bills // Unless required by applicable law or agreed to in writing, software
11fbe8378fSJason M. Bills // distributed under the License is distributed on an "AS IS" BASIS,
12fbe8378fSJason M. Bills // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13fbe8378fSJason M. Bills // See the License for the specific language governing permissions and
14fbe8378fSJason M. Bills // limitations under the License.
15fbe8378fSJason M. Bills */
16fbe8378fSJason M. Bills #pragma once
17fbe8378fSJason M. Bills #include <registries.hpp>
18fbe8378fSJason M. Bills 
19fbe8378fSJason M. Bills namespace redfish::message_registries::openbmc
20fbe8378fSJason M. Bills {
21fbe8378fSJason M. Bills const Header header = {
22271584abSEd Tanous     "Copyright 2018 OpenBMC. All rights reserved.",
23e7808c93SGunnar Mills     "#MessageRegistry.v1_4_0.MessageRegistry",
24*4a0bf539SManojkiran Eda     "OpenBMC.0.2.0",
25271584abSEd Tanous     "OpenBMC Message Registry",
26271584abSEd Tanous     "en",
27271584abSEd Tanous     "This registry defines the base messages for OpenBMC.",
28271584abSEd Tanous     "OpenBMC",
29*4a0bf539SManojkiran Eda     "0.2.0",
30271584abSEd Tanous     "OpenBMC",
31fbe8378fSJason M. Bills };
325b0de033SJason M. Bills constexpr std::array<MessageEntry, 187> registry = {
33fbe8378fSJason M. Bills     MessageEntry{
34fbe8378fSJason M. Bills         "ADDDCCorrectable",
35fbe8378fSJason M. Bills         {
36271584abSEd Tanous             "Indicates an ADDDC Correctable Error.",
37fbe8378fSJason M. Bills             "ADDDC Correctable Error.Socket=%1 Channel=%2 DIMM=%3 Rank=%4.",
38271584abSEd Tanous             "Warning",
39e7808c93SGunnar Mills             "Warning",
40271584abSEd Tanous             4,
41fbe8378fSJason M. Bills             {
42fbe8378fSJason M. Bills                 "number",
43fbe8378fSJason M. Bills                 "string",
44fbe8378fSJason M. Bills                 "number",
45fbe8378fSJason M. Bills                 "number",
46fbe8378fSJason M. Bills             },
47271584abSEd Tanous             "None.",
48fbe8378fSJason M. Bills         }},
49fbe8378fSJason M. Bills     MessageEntry{
504dcc3f92SSuryakanth Sekar         "AtScaleDebugFeatureEnabledAtHardware",
514dcc3f92SSuryakanth Sekar         {
524dcc3f92SSuryakanth Sekar             "Indicates that At-Scale Debug enable is detected in hardware.",
534dcc3f92SSuryakanth Sekar             "At-Scale Debug Feature is enabled in hardware.",
544dcc3f92SSuryakanth Sekar             "Critical",
55e7808c93SGunnar Mills             "Critical",
564dcc3f92SSuryakanth Sekar             0,
574dcc3f92SSuryakanth Sekar             {},
584dcc3f92SSuryakanth Sekar             "None.",
594dcc3f92SSuryakanth Sekar         }},
604dcc3f92SSuryakanth Sekar     MessageEntry{
614dcc3f92SSuryakanth Sekar         "AtScaleDebugFeatureDisabledAtHardware",
624dcc3f92SSuryakanth Sekar         {
634dcc3f92SSuryakanth Sekar             "Indicates that At-Scale Debug disable is detected in hardware.",
644dcc3f92SSuryakanth Sekar             "At-Scale Debug Feature is disabled in hardware.",
654dcc3f92SSuryakanth Sekar             "OK",
66e7808c93SGunnar Mills             "OK",
674dcc3f92SSuryakanth Sekar             0,
684dcc3f92SSuryakanth Sekar             {},
694dcc3f92SSuryakanth Sekar             "None.",
704dcc3f92SSuryakanth Sekar         }},
714dcc3f92SSuryakanth Sekar     MessageEntry{"AtScaleDebugFeatureEnabled",
724dcc3f92SSuryakanth Sekar                  {
734dcc3f92SSuryakanth Sekar                      "Indicates that At-Scale Debug service is started.",
744dcc3f92SSuryakanth Sekar                      "At-Scale Debug service is started.",
754dcc3f92SSuryakanth Sekar                      "Critical",
76e7808c93SGunnar Mills                      "Critical",
774dcc3f92SSuryakanth Sekar                      0,
784dcc3f92SSuryakanth Sekar                      {},
794dcc3f92SSuryakanth Sekar                      "None.",
804dcc3f92SSuryakanth Sekar                  }},
814dcc3f92SSuryakanth Sekar     MessageEntry{"AtScaleDebugFeatureDisabled",
824dcc3f92SSuryakanth Sekar                  {
834dcc3f92SSuryakanth Sekar                      "Indicates that At-Scale Debug service is stopped.",
844dcc3f92SSuryakanth Sekar                      "At-Scale Debug service is stopped.",
854dcc3f92SSuryakanth Sekar                      "OK",
86e7808c93SGunnar Mills                      "OK",
874dcc3f92SSuryakanth Sekar                      0,
884dcc3f92SSuryakanth Sekar                      {},
894dcc3f92SSuryakanth Sekar                      "None.",
904dcc3f92SSuryakanth Sekar                  }},
914dcc3f92SSuryakanth Sekar     MessageEntry{"AtScaleDebugConnected",
924dcc3f92SSuryakanth Sekar                  {
934dcc3f92SSuryakanth Sekar                      "Indicates At-Scale Debug connection has been established",
944dcc3f92SSuryakanth Sekar                      "At-Scale Debug service is now connected %1",
954dcc3f92SSuryakanth Sekar                      "Critical",
96e7808c93SGunnar Mills                      "Critical",
974dcc3f92SSuryakanth Sekar                      1,
984dcc3f92SSuryakanth Sekar                      {"string"},
994dcc3f92SSuryakanth Sekar                      "None.",
1004dcc3f92SSuryakanth Sekar                  }},
1014dcc3f92SSuryakanth Sekar     MessageEntry{"AtScaleDebugDisconnected",
1024dcc3f92SSuryakanth Sekar                  {
1034dcc3f92SSuryakanth Sekar                      "Indicates At-Scale Debug connection has ended",
1044dcc3f92SSuryakanth Sekar                      "At-Scale Debug service is now disconnected",
1054dcc3f92SSuryakanth Sekar                      "OK",
106e7808c93SGunnar Mills                      "OK",
1074dcc3f92SSuryakanth Sekar                      0,
1084dcc3f92SSuryakanth Sekar                      {},
1094dcc3f92SSuryakanth Sekar                      "None.",
1104dcc3f92SSuryakanth Sekar                  }},
1114dcc3f92SSuryakanth Sekar     MessageEntry{"AtScaleDebugConnectionFailed",
1124dcc3f92SSuryakanth Sekar                  {
1134dcc3f92SSuryakanth Sekar                      "Indicates At-Scale Debug connection aborted/failed",
1144dcc3f92SSuryakanth Sekar                      "At-Scale Debug connection aborted/failed",
1154dcc3f92SSuryakanth Sekar                      "Critical",
116e7808c93SGunnar Mills                      "Critical",
1174dcc3f92SSuryakanth Sekar                      0,
1184dcc3f92SSuryakanth Sekar                      {},
1194dcc3f92SSuryakanth Sekar                      "None.",
1204dcc3f92SSuryakanth Sekar                  }},
1214dcc3f92SSuryakanth Sekar     MessageEntry{"AtScaleDebugSpecialUserEnabled",
1224dcc3f92SSuryakanth Sekar                  {
1234dcc3f92SSuryakanth Sekar                      "Indicates that special user is enabled.",
1244dcc3f92SSuryakanth Sekar                      "At-Scale Debug special user is enabled",
1254dcc3f92SSuryakanth Sekar                      "Critical",
126e7808c93SGunnar Mills                      "Critical",
1274dcc3f92SSuryakanth Sekar                      0,
1284dcc3f92SSuryakanth Sekar                      {},
1294dcc3f92SSuryakanth Sekar                      "None.",
1304dcc3f92SSuryakanth Sekar                  }},
1314dcc3f92SSuryakanth Sekar     MessageEntry{"AtScaleDebugSpecialUserDisabled",
1324dcc3f92SSuryakanth Sekar                  {
1334dcc3f92SSuryakanth Sekar                      "Indicates that special user is disabled.",
1344dcc3f92SSuryakanth Sekar                      "At-Scale Debug special user is disabled",
1354dcc3f92SSuryakanth Sekar                      "OK",
136e7808c93SGunnar Mills                      "OK",
1374dcc3f92SSuryakanth Sekar                      0,
1384dcc3f92SSuryakanth Sekar                      {},
1394dcc3f92SSuryakanth Sekar                      "None.",
1404dcc3f92SSuryakanth Sekar                  }},
1414dcc3f92SSuryakanth Sekar 
1424dcc3f92SSuryakanth Sekar     MessageEntry{
143fbe8378fSJason M. Bills         "BIOSBoot",
144fbe8378fSJason M. Bills         {
145fbe8378fSJason M. Bills             "Indicates BIOS has transitioned control to the OS Loader.",
146271584abSEd Tanous             "BIOS System Boot.",
147271584abSEd Tanous             "OK",
148e7808c93SGunnar Mills             "OK",
149271584abSEd Tanous             0,
150271584abSEd Tanous             {},
151271584abSEd Tanous             "None.",
152fbe8378fSJason M. Bills         }},
1530c0f18e7SAppaRao Puli     MessageEntry{"BIOSFirmwarePanicReason",
1540c0f18e7SAppaRao Puli                  {
1550c0f18e7SAppaRao Puli                      "Indicates the reason for BIOS firmware panic.",
1560c0f18e7SAppaRao Puli                      "BIOS firmware panic occurred due to %1.",
1570c0f18e7SAppaRao Puli                      "Warning",
158e7808c93SGunnar Mills                      "Warning",
1590c0f18e7SAppaRao Puli                      1,
1600c0f18e7SAppaRao Puli                      {
1610c0f18e7SAppaRao Puli                          "string",
1620c0f18e7SAppaRao Puli                      },
1630c0f18e7SAppaRao Puli                      "None.",
1640c0f18e7SAppaRao Puli                  }},
1650c0f18e7SAppaRao Puli     MessageEntry{"BIOSFirmwareRecoveryReason",
1660c0f18e7SAppaRao Puli                  {
1670c0f18e7SAppaRao Puli                      "Indicates the reason for BIOS firmware recovery.",
1680c0f18e7SAppaRao Puli                      "BIOS firmware recovery occurred due to %1.",
1690c0f18e7SAppaRao Puli                      "Warning",
170e7808c93SGunnar Mills                      "Warning",
1710c0f18e7SAppaRao Puli                      1,
1720c0f18e7SAppaRao Puli                      {
1730c0f18e7SAppaRao Puli                          "string",
1740c0f18e7SAppaRao Puli                      },
1750c0f18e7SAppaRao Puli                      "None.",
1760c0f18e7SAppaRao Puli                  }},
1770c0f18e7SAppaRao Puli     MessageEntry{"BIOSFirmwareResiliencyError",
1780c0f18e7SAppaRao Puli                  {
1790c0f18e7SAppaRao Puli                      "Indicates BIOS firmware encountered resilience error.",
1800c0f18e7SAppaRao Puli                      "BIOS firmware resiliency error. Error reason: %1.",
1810c0f18e7SAppaRao Puli                      "Critical",
182e7808c93SGunnar Mills                      "Critical",
1830c0f18e7SAppaRao Puli                      1,
1840c0f18e7SAppaRao Puli                      {
1850c0f18e7SAppaRao Puli                          "string",
1860c0f18e7SAppaRao Puli                      },
1870c0f18e7SAppaRao Puli                      "None.",
1880c0f18e7SAppaRao Puli                  }},
189*4a0bf539SManojkiran Eda     MessageEntry{
190*4a0bf539SManojkiran Eda         "BIOSPOSTCode",
191a3316fc6SZhikuiRen         {
192a3316fc6SZhikuiRen             "BIOS Power-On Self-Test Code received",
193*4a0bf539SManojkiran Eda             "Boot Count: %1; Time Stamp Offset: %2 seconds; POST Code: %3",
194a3316fc6SZhikuiRen             "OK",
195e7808c93SGunnar Mills             "OK",
196a3316fc6SZhikuiRen             3,
197a3316fc6SZhikuiRen             {"number", "number", "number"},
198a3316fc6SZhikuiRen             "None.",
199a3316fc6SZhikuiRen         }},
200271584abSEd Tanous     MessageEntry{"BIOSPOSTError",
201fbe8378fSJason M. Bills                  {
202271584abSEd Tanous                      "Indicates BIOS POST has encountered an error.",
203271584abSEd Tanous                      "BIOS POST Error. Error Code=%1",
204271584abSEd Tanous                      "Warning",
205e7808c93SGunnar Mills                      "Warning",
206271584abSEd Tanous                      1,
207271584abSEd Tanous                      {"number"},
208271584abSEd Tanous                      "None.",
209fbe8378fSJason M. Bills                  }},
210fbe8378fSJason M. Bills     MessageEntry{"BIOSRecoveryComplete",
211fbe8378fSJason M. Bills                  {
212271584abSEd Tanous                      "Indicates BIOS Recovery has completed.",
213271584abSEd Tanous                      "BIOS Recovery Complete.",
214271584abSEd Tanous                      "OK",
215e7808c93SGunnar Mills                      "OK",
216271584abSEd Tanous                      0,
217271584abSEd Tanous                      {},
218271584abSEd Tanous                      "None.",
219fbe8378fSJason M. Bills                  }},
220fbe8378fSJason M. Bills     MessageEntry{"BIOSRecoveryStart",
221fbe8378fSJason M. Bills                  {
222271584abSEd Tanous                      "Indicates BIOS Recovery has started.",
223271584abSEd Tanous                      "BIOS Recovery Start.",
224271584abSEd Tanous                      "Warning",
225e7808c93SGunnar Mills                      "Warning",
226271584abSEd Tanous                      0,
227271584abSEd Tanous                      {},
228271584abSEd Tanous                      "None.",
229fbe8378fSJason M. Bills                  }},
230b58c79ebSJonathan Doman     MessageEntry{"BMCBootReason",
231bd5db522SYong Li                  {
232b58c79ebSJonathan Doman                      "Indicates the reason why BMC firmware booted.",
233b58c79ebSJonathan Doman                      "BMC firmware version %1 booted due to %2.",
234bd5db522SYong Li                      "OK",
235e7808c93SGunnar Mills                      "OK",
236b58c79ebSJonathan Doman                      2,
237b58c79ebSJonathan Doman                      {
238b58c79ebSJonathan Doman                          "string",
239b58c79ebSJonathan Doman                          "string",
240b58c79ebSJonathan Doman                      },
241bd5db522SYong Li                      "None.",
242bd5db522SYong Li                  }},
2430c0f18e7SAppaRao Puli     MessageEntry{"BMCFirmwarePanicReason",
2440c0f18e7SAppaRao Puli                  {
2450c0f18e7SAppaRao Puli                      "Indicates the reason for last BMC firmware panic.",
2460c0f18e7SAppaRao Puli                      "BMC firmware panic occurred due to %1.",
2470c0f18e7SAppaRao Puli                      "Warning",
248e7808c93SGunnar Mills                      "Warning",
2490c0f18e7SAppaRao Puli                      1,
2500c0f18e7SAppaRao Puli                      {
2510c0f18e7SAppaRao Puli                          "string",
2520c0f18e7SAppaRao Puli                      },
2530c0f18e7SAppaRao Puli                      "None.",
2540c0f18e7SAppaRao Puli                  }},
2550c0f18e7SAppaRao Puli     MessageEntry{"BMCFirmwareRecoveryReason",
2560c0f18e7SAppaRao Puli                  {
2570c0f18e7SAppaRao Puli                      "Indicates the reason for last BMC firmware recovery.",
2580c0f18e7SAppaRao Puli                      "BMC firmware recovery occurred due to %1.",
2590c0f18e7SAppaRao Puli                      "Warning",
260e7808c93SGunnar Mills                      "Warning",
2610c0f18e7SAppaRao Puli                      1,
2620c0f18e7SAppaRao Puli                      {
2630c0f18e7SAppaRao Puli                          "string",
2640c0f18e7SAppaRao Puli                      },
2650c0f18e7SAppaRao Puli                      "None.",
2660c0f18e7SAppaRao Puli                  }},
2670c0f18e7SAppaRao Puli     MessageEntry{"BMCFirmwareResiliencyError",
2680c0f18e7SAppaRao Puli                  {
2690c0f18e7SAppaRao Puli                      "Indicates BMC firmware encountered resilience error.",
2700c0f18e7SAppaRao Puli                      "BMC firmware resiliency error. Error reason: %1.",
2710c0f18e7SAppaRao Puli                      "Critical",
272e7808c93SGunnar Mills                      "Critical",
2730c0f18e7SAppaRao Puli                      1,
2740c0f18e7SAppaRao Puli                      {
2750c0f18e7SAppaRao Puli                          "string",
2760c0f18e7SAppaRao Puli                      },
2770c0f18e7SAppaRao Puli                      "None.",
2780c0f18e7SAppaRao Puli                  }},
279b58c79ebSJonathan Doman     MessageEntry{"BMCKernelPanic",
280b58c79ebSJonathan Doman                  {
281b58c79ebSJonathan Doman                      "Indicates that BMC kernel panic occurred.",
282b58c79ebSJonathan Doman                      "BMC rebooted due to kernel panic.",
283b58c79ebSJonathan Doman                      "OK",
284b58c79ebSJonathan Doman                      "OK",
285b58c79ebSJonathan Doman                      0,
286b58c79ebSJonathan Doman                      {},
287b58c79ebSJonathan Doman                      "None.",
288b58c79ebSJonathan Doman                  }},
289789771ddSQiang XU     MessageEntry{"ChassisIntrusionDetected",
290789771ddSQiang XU                  {
291789771ddSQiang XU                      "Indicates that a physical security event "
292789771ddSQiang XU                      "of the chassis intrusion has occurred.",
293789771ddSQiang XU                      "Chassis Intrusion Detected.",
294789771ddSQiang XU                      "Warning",
295e7808c93SGunnar Mills                      "Warning",
296789771ddSQiang XU                      0,
297789771ddSQiang XU                      {},
298789771ddSQiang XU                      "None.",
299789771ddSQiang XU                  }},
300789771ddSQiang XU     MessageEntry{"ChassisIntrusionReset",
301789771ddSQiang XU                  {
302789771ddSQiang XU                      "Indicates that chassis intrusion status has recovered.",
303789771ddSQiang XU                      "Chassis Intrusion Reset.",
304789771ddSQiang XU                      "OK",
305e7808c93SGunnar Mills                      "OK",
306789771ddSQiang XU                      0,
307789771ddSQiang XU                      {},
308789771ddSQiang XU                      "None.",
309789771ddSQiang XU                  }},
3100c0f18e7SAppaRao Puli     MessageEntry{"CPLDFirmwarePanicReason",
3110c0f18e7SAppaRao Puli                  {
3120c0f18e7SAppaRao Puli                      "Indicates the reason for CPLD firmware panic.",
3130c0f18e7SAppaRao Puli                      "CPLD firmware panic occurred due to %1.",
3140c0f18e7SAppaRao Puli                      "Warning",
315e7808c93SGunnar Mills                      "Warning",
3160c0f18e7SAppaRao Puli                      1,
3170c0f18e7SAppaRao Puli                      {
3180c0f18e7SAppaRao Puli                          "string",
3190c0f18e7SAppaRao Puli                      },
3200c0f18e7SAppaRao Puli                      "None.",
3210c0f18e7SAppaRao Puli                  }},
3220c0f18e7SAppaRao Puli     MessageEntry{"CPLDFirmwareRecoveryReason",
3230c0f18e7SAppaRao Puli                  {
3240c0f18e7SAppaRao Puli                      "Indicates the reason for CPLD firmware recovery.",
3250c0f18e7SAppaRao Puli                      "CPLD firmware recovery occurred due to %1.",
3260c0f18e7SAppaRao Puli                      "Warning",
327e7808c93SGunnar Mills                      "Warning",
3280c0f18e7SAppaRao Puli                      1,
3290c0f18e7SAppaRao Puli                      {
3300c0f18e7SAppaRao Puli                          "string",
3310c0f18e7SAppaRao Puli                      },
3320c0f18e7SAppaRao Puli                      "None.",
3330c0f18e7SAppaRao Puli                  }},
3340c0f18e7SAppaRao Puli     MessageEntry{"CPLDFirmwareResiliencyError",
3350c0f18e7SAppaRao Puli                  {
3360c0f18e7SAppaRao Puli                      "Indicates CPLD firmware encountered resilience error.",
3370c0f18e7SAppaRao Puli                      "CPLD firmware resiliency error. Error reason: %1.",
3380c0f18e7SAppaRao Puli                      "Critical",
339e7808c93SGunnar Mills                      "Critical",
3400c0f18e7SAppaRao Puli                      1,
3410c0f18e7SAppaRao Puli                      {
3420c0f18e7SAppaRao Puli                          "string",
3430c0f18e7SAppaRao Puli                      },
3440c0f18e7SAppaRao Puli                      "None.",
3450c0f18e7SAppaRao Puli                  }},
346fbe8378fSJason M. Bills     MessageEntry{"CPUError",
347fbe8378fSJason M. Bills                  {
348271584abSEd Tanous                      "Indicates that a CPU Error occurred of "
349fbe8378fSJason M. Bills                      "the specified type or cause.",
350271584abSEd Tanous                      "CPU Error Occurred: %1.",
351271584abSEd Tanous                      "Critical",
352e7808c93SGunnar Mills                      "Critical",
353271584abSEd Tanous                      1,
354271584abSEd Tanous                      {"string"},
355271584abSEd Tanous                      "None.",
356fbe8378fSJason M. Bills                  }},
3575db4be21Sjayaprakash Mutyala     MessageEntry{"CPUMismatch",
3585db4be21Sjayaprakash Mutyala                  {
3595db4be21Sjayaprakash Mutyala                      "Indicates that the specified CPU power/current "
3605db4be21Sjayaprakash Mutyala                      "rating is incompatible with the board.",
3615db4be21Sjayaprakash Mutyala                      "CPU %1 Mismatch.",
3625db4be21Sjayaprakash Mutyala                      "Critical",
363e7808c93SGunnar Mills                      "Critical",
3645db4be21Sjayaprakash Mutyala                      1,
3655db4be21Sjayaprakash Mutyala                      {"number"},
3665db4be21Sjayaprakash Mutyala                      "Install the supported CPU.",
3675db4be21Sjayaprakash Mutyala                  }},
36873de092fSJason M. Bills     MessageEntry{"CPUThermalTrip",
36973de092fSJason M. Bills                  {
370271584abSEd Tanous                      "Indicates that the specified CPU thermal "
37173de092fSJason M. Bills                      "trip has been asserted.",
372271584abSEd Tanous                      "CPU %1 Thermal Trip.",
373271584abSEd Tanous                      "Critical",
374e7808c93SGunnar Mills                      "Critical",
375271584abSEd Tanous                      1,
376271584abSEd Tanous                      {"number"},
377271584abSEd Tanous                      "None.",
37873de092fSJason M. Bills                  }},
379271584abSEd Tanous     MessageEntry{"DCPowerOff",
380fbe8378fSJason M. Bills                  {
381271584abSEd Tanous                      "Indicates that the system DC power is off.",
382271584abSEd Tanous                      "Host system DC power is off",
383271584abSEd Tanous                      "OK",
384e7808c93SGunnar Mills                      "OK",
385271584abSEd Tanous                      0,
386271584abSEd Tanous                      {},
387271584abSEd Tanous                      "None.",
388fbe8378fSJason M. Bills                  }},
389fbe8378fSJason M. Bills     MessageEntry{"DCPowerOn",
390fbe8378fSJason M. Bills                  {
391271584abSEd Tanous                      "Indicates that the system DC power is on.",
392271584abSEd Tanous                      "Host system DC power is on",
393271584abSEd Tanous                      "OK",
394e7808c93SGunnar Mills                      "OK",
395271584abSEd Tanous                      0,
396271584abSEd Tanous                      {},
397271584abSEd Tanous                      "None.",
398fbe8378fSJason M. Bills                  }},
399c75f1e9aSJames Feist     MessageEntry{"DriveError",
400c75f1e9aSJames Feist                  {
401c75f1e9aSJames Feist                      "Indicates that a Drive Error occurred of "
402c75f1e9aSJames Feist                      "the specified type or cause.",
403c75f1e9aSJames Feist                      "Drive Error Occurred: %1.",
404c75f1e9aSJames Feist                      "Warning",
405e7808c93SGunnar Mills                      "Warning",
406c75f1e9aSJames Feist                      1,
407c75f1e9aSJames Feist                      {"string"},
408c75f1e9aSJames Feist                      "None.",
409c75f1e9aSJames Feist                  }},
410271584abSEd Tanous     MessageEntry{"EventLogCleared",
411fbe8378fSJason M. Bills                  {
412271584abSEd Tanous                      "Indicates that the event log has been cleared.",
413271584abSEd Tanous                      "Event Log Cleared.",
414271584abSEd Tanous                      "OK",
415e7808c93SGunnar Mills                      "OK",
416271584abSEd Tanous                      0,
417271584abSEd Tanous                      {},
418271584abSEd Tanous                      "None.",
419fbe8378fSJason M. Bills                  }},
420271584abSEd Tanous     MessageEntry{"FanInserted",
421fbe8378fSJason M. Bills                  {
422271584abSEd Tanous                      "Indicates that a system fan has been inserted.",
423271584abSEd Tanous                      "%1 inserted.",
424271584abSEd Tanous                      "OK",
425e7808c93SGunnar Mills                      "OK",
426271584abSEd Tanous                      1,
427271584abSEd Tanous                      {"string"},
428271584abSEd Tanous                      "None.",
429fbe8378fSJason M. Bills                  }},
430fbe8378fSJason M. Bills     MessageEntry{"FanRedundancyLost",
431fbe8378fSJason M. Bills                  {
432fbe8378fSJason M. Bills                      "Indicates that system fan redundancy has been lost.",
433271584abSEd Tanous                      "Fan redundancy lost.",
434271584abSEd Tanous                      "Warning",
435e7808c93SGunnar Mills                      "Warning",
436271584abSEd Tanous                      0,
437271584abSEd Tanous                      {},
438271584abSEd Tanous                      "None.",
439fbe8378fSJason M. Bills                  }},
440271584abSEd Tanous     MessageEntry{"FanRedundancyRegained",
441fbe8378fSJason M. Bills                  {
442fbe8378fSJason M. Bills                      "Indicates that system fan redundancy has been regained.",
443271584abSEd Tanous                      "Fan redundancy regained.",
444271584abSEd Tanous                      "OK",
445e7808c93SGunnar Mills                      "OK",
446271584abSEd Tanous                      0,
447271584abSEd Tanous                      {},
448271584abSEd Tanous                      "None.",
449fbe8378fSJason M. Bills                  }},
450271584abSEd Tanous     MessageEntry{"FanRemoved",
451fbe8378fSJason M. Bills                  {
452271584abSEd Tanous                      "Indicates that a system fan has been removed.",
453271584abSEd Tanous                      "%1 removed.",
454271584abSEd Tanous                      "OK",
455e7808c93SGunnar Mills                      "OK",
456271584abSEd Tanous                      1,
457271584abSEd Tanous                      {"string"},
458271584abSEd Tanous                      "None.",
459fbe8378fSJason M. Bills                  }},
4605b0de033SJason M. Bills     MessageEntry{
4615b0de033SJason M. Bills         "FirmwareActivationCompleted",
4625b0de033SJason M. Bills         {
4635b0de033SJason M. Bills             "Indicates a firmware activation has completed successfully.",
4645b0de033SJason M. Bills             "%1 firmware activation completed successfully.",
4655b0de033SJason M. Bills             "OK",
4665b0de033SJason M. Bills             "OK",
4675b0de033SJason M. Bills             1,
4685b0de033SJason M. Bills             {"string"},
4695b0de033SJason M. Bills             "None.",
4705b0de033SJason M. Bills         }},
4715b0de033SJason M. Bills     MessageEntry{"FirmwareActivationFailed",
4725b0de033SJason M. Bills                  {
4735b0de033SJason M. Bills                      "Indicates a firmware activation has failed.",
4745b0de033SJason M. Bills                      "%1 firmware activation failed: %2.",
4755b0de033SJason M. Bills                      "Warning",
4765b0de033SJason M. Bills                      "Warning",
4775b0de033SJason M. Bills                      2,
4785b0de033SJason M. Bills                      {"string", "string"},
4795b0de033SJason M. Bills                      "None.",
4805b0de033SJason M. Bills                  }},
4815b0de033SJason M. Bills     MessageEntry{"FirmwareActivationStarted",
4825b0de033SJason M. Bills                  {
4835b0de033SJason M. Bills                      "Indicates a firmware activation has started.",
4845b0de033SJason M. Bills                      "%1 firmware activation started.",
4855b0de033SJason M. Bills                      "OK",
4865b0de033SJason M. Bills                      "OK",
4875b0de033SJason M. Bills                      1,
4885b0de033SJason M. Bills                      {"string"},
4895b0de033SJason M. Bills                      "None.",
4905b0de033SJason M. Bills                  }},
491271584abSEd Tanous     MessageEntry{"FirmwareUpdateCompleted",
492fbe8378fSJason M. Bills                  {
493fbe8378fSJason M. Bills                      "Indicates a firmware update has completed successfully.",
494271584abSEd Tanous                      "%1 firmware update to version %2 completed "
495fbe8378fSJason M. Bills                      "successfully.",
496271584abSEd Tanous                      "OK",
497e7808c93SGunnar Mills                      "OK",
498271584abSEd Tanous                      2,
499271584abSEd Tanous                      {"string", "string"},
500271584abSEd Tanous                      "None.",
501fbe8378fSJason M. Bills                  }},
502fbe8378fSJason M. Bills     MessageEntry{"FirmwareUpdateFailed",
503fbe8378fSJason M. Bills                  {
504271584abSEd Tanous                      "Indicates a firmware update has failed.",
505a2ec6384SChalapathi Venkataramashetty                      "%1 firmware update to version %2 failed: %3.",
506271584abSEd Tanous                      "Warning",
507e7808c93SGunnar Mills                      "Warning",
508a2ec6384SChalapathi Venkataramashetty                      3,
509a2ec6384SChalapathi Venkataramashetty                      {"string", "string", "string"},
510271584abSEd Tanous                      "None.",
511fbe8378fSJason M. Bills                  }},
5129edd866cSChalapathi Venkataramashetty     MessageEntry{"FirmwareUpdateStaged",
5139edd866cSChalapathi Venkataramashetty                  {
5149edd866cSChalapathi Venkataramashetty                      "Indicates a firmware update has staged successfully.",
5159edd866cSChalapathi Venkataramashetty                      "%1 firmware update to version %2 staged successfully.",
5169edd866cSChalapathi Venkataramashetty                      "OK",
5179edd866cSChalapathi Venkataramashetty                      "OK",
5189edd866cSChalapathi Venkataramashetty                      2,
5199edd866cSChalapathi Venkataramashetty                      {"string", "string"},
5209edd866cSChalapathi Venkataramashetty                      "None.",
5219edd866cSChalapathi Venkataramashetty                  }},
522fbe8378fSJason M. Bills     MessageEntry{"FirmwareUpdateStarted",
523fbe8378fSJason M. Bills                  {
524271584abSEd Tanous                      "Indicates a firmware update has started.",
525271584abSEd Tanous                      "%1 firmware update to version %2 started.",
526271584abSEd Tanous                      "OK",
527e7808c93SGunnar Mills                      "OK",
528271584abSEd Tanous                      2,
529271584abSEd Tanous                      {"string", "string"},
530271584abSEd Tanous                      "None.",
531fbe8378fSJason M. Bills                  }},
532fbe8378fSJason M. Bills     MessageEntry{
533fbe8378fSJason M. Bills         "GeneralFirmwareSecurityViolation",
534fbe8378fSJason M. Bills         {
535fbe8378fSJason M. Bills             "Indicates a general firmware security violation has occurred.",
536271584abSEd Tanous             "Firmware security violation: %1.",
537271584abSEd Tanous             "Critical",
538e7808c93SGunnar Mills             "Critical",
539271584abSEd Tanous             1,
540271584abSEd Tanous             {"string"},
541271584abSEd Tanous             "None.",
542fbe8378fSJason M. Bills         }},
543271584abSEd Tanous     MessageEntry{"InvalidLoginAttempted",
544fbe8378fSJason M. Bills                  {
545fbe8378fSJason M. Bills                      "Indicates that a login was attempted on the specified "
546fbe8378fSJason M. Bills                      "interface with an invalid username or password.",
547271584abSEd Tanous                      "Invalid username or password attempted on %1.",
548271584abSEd Tanous                      "Warning",
549e7808c93SGunnar Mills                      "Warning",
550271584abSEd Tanous                      1,
551271584abSEd Tanous                      {"string"},
552271584abSEd Tanous                      "None.",
553fbe8378fSJason M. Bills                  }},
5544cde5d90SJames Feist     MessageEntry{"InvalidUpload",
5554cde5d90SJames Feist                  {
5564cde5d90SJames Feist                      "Indicates that the uploaded file was invalid.",
5574cde5d90SJames Feist                      "Invalid file uploaded to %1: %2.",
5584cde5d90SJames Feist                      "Warning",
559e7808c93SGunnar Mills                      "Warning",
5604cde5d90SJames Feist                      2,
5614cde5d90SJames Feist                      {"string", "string"},
5624cde5d90SJames Feist                      "None.",
5634cde5d90SJames Feist                  }},
564fbe8378fSJason M. Bills     MessageEntry{
565d62cec73SJames Feist         "InventoryAdded",
566d62cec73SJames Feist         {
567d62cec73SJames Feist             "Indicates that an inventory item with the specified model, "
568d62cec73SJames Feist             "type, and serial number was installed.",
569271584abSEd Tanous             "%1 %2 with serial number %3 was installed.",
570271584abSEd Tanous             "OK",
571e7808c93SGunnar Mills             "OK",
572271584abSEd Tanous             3,
573271584abSEd Tanous 
574d62cec73SJames Feist             {
575d62cec73SJames Feist                 "string",
576d62cec73SJames Feist                 "string",
577d62cec73SJames Feist                 "string",
578d62cec73SJames Feist             },
579271584abSEd Tanous             "None.",
580d62cec73SJames Feist         }},
581d62cec73SJames Feist     MessageEntry{
582d62cec73SJames Feist         "InventoryRemoved",
583d62cec73SJames Feist         {
584d62cec73SJames Feist             "Indicates that an inventory item with the specified model, "
585d62cec73SJames Feist             "type, and serial number was removed.",
586271584abSEd Tanous             "%1 %2 with serial number %3 was removed.",
587271584abSEd Tanous             "OK",
588e7808c93SGunnar Mills             "OK",
589271584abSEd Tanous             3,
590271584abSEd Tanous 
591d62cec73SJames Feist             {
592d62cec73SJames Feist                 "string",
593d62cec73SJames Feist                 "string",
594d62cec73SJames Feist                 "string",
595d62cec73SJames Feist             },
596271584abSEd Tanous             "None.",
597d62cec73SJames Feist         }},
598d62cec73SJames Feist     MessageEntry{
599fbe8378fSJason M. Bills         "IntelUPILinkWidthReducedToHalf",
600fbe8378fSJason M. Bills         {
601fbe8378fSJason M. Bills             "Indicates Intel UPI link width has reduced to half width.",
602271584abSEd Tanous             "Intel UPI link width reduced to half. Node=%1.",
603271584abSEd Tanous             "Warning",
604e7808c93SGunnar Mills             "Warning",
605271584abSEd Tanous             1,
606271584abSEd Tanous 
607fbe8378fSJason M. Bills             {
608fbe8378fSJason M. Bills                 "number",
609fbe8378fSJason M. Bills             },
610271584abSEd Tanous             "None.",
611fbe8378fSJason M. Bills         }},
612fbe8378fSJason M. Bills     MessageEntry{
613fbe8378fSJason M. Bills         "IntelUPILinkWidthReducedToQuarter",
614fbe8378fSJason M. Bills         {
615fbe8378fSJason M. Bills             "Indicates Intel UPI link width has reduced to quarter width.",
616271584abSEd Tanous             "Intel UPI link width reduced to quarter. Node=%1.",
617271584abSEd Tanous             "Warning",
618e7808c93SGunnar Mills             "Warning",
619271584abSEd Tanous             1,
620271584abSEd Tanous 
621fbe8378fSJason M. Bills             {
622fbe8378fSJason M. Bills                 "number",
623fbe8378fSJason M. Bills             },
624271584abSEd Tanous             "None.",
625fbe8378fSJason M. Bills         }},
62693a2b2fcSYong Li 
627271584abSEd Tanous     MessageEntry{"IPMIWatchdog",
62893a2b2fcSYong Li                  {
629271584abSEd Tanous                      "Indicates that there is a host watchdog event.",
630271584abSEd Tanous                      "Host Watchdog Event: %1",
631271584abSEd Tanous                      "OK",
632e7808c93SGunnar Mills                      "OK",
633271584abSEd Tanous                      1,
634271584abSEd Tanous 
63593a2b2fcSYong Li                      {
63693a2b2fcSYong Li                          "string",
63793a2b2fcSYong Li                      },
638271584abSEd Tanous                      "None.",
63993a2b2fcSYong Li                  }},
640789771ddSQiang XU     MessageEntry{"LanLost",
641789771ddSQiang XU                  {
642789771ddSQiang XU                      "Indicates that a physical security event "
643789771ddSQiang XU                      "of the LAN leash has lost.",
644789771ddSQiang XU                      "%1 LAN leash lost.",
645789771ddSQiang XU                      "Warning",
646e7808c93SGunnar Mills                      "Warning",
647789771ddSQiang XU                      1,
648789771ddSQiang XU                      {
649789771ddSQiang XU                          "string",
650789771ddSQiang XU                      },
651789771ddSQiang XU                      "None.",
652789771ddSQiang XU                  }},
653789771ddSQiang XU     MessageEntry{"LanRegained",
654789771ddSQiang XU                  {
655789771ddSQiang XU                      "Indicates that LAN link status has reconnected.",
656789771ddSQiang XU                      "%1 LAN leash regained.",
657789771ddSQiang XU                      "OK",
658e7808c93SGunnar Mills                      "OK",
659789771ddSQiang XU                      1,
660789771ddSQiang XU                      {
661789771ddSQiang XU                          "string",
662789771ddSQiang XU                      },
663789771ddSQiang XU                      "None.",
664789771ddSQiang XU                  }},
665271584abSEd Tanous     MessageEntry{"LegacyPCIPERR",
666fbe8378fSJason M. Bills                  {
667271584abSEd Tanous                      "Indicates a Legacy PCI PERR.",
668271584abSEd Tanous                      "Legacy PCI PERR. Bus=%1 Device=%2 Function=%3.",
669271584abSEd Tanous                      "Warning",
670e7808c93SGunnar Mills                      "Warning",
671271584abSEd Tanous                      3,
672271584abSEd Tanous 
673fbe8378fSJason M. Bills                      {
674fbe8378fSJason M. Bills                          "number",
675fbe8378fSJason M. Bills                          "number",
676fbe8378fSJason M. Bills                          "number",
677fbe8378fSJason M. Bills                      },
678271584abSEd Tanous                      "None.",
679fbe8378fSJason M. Bills                  }},
680271584abSEd Tanous     MessageEntry{"LegacyPCISERR",
681fbe8378fSJason M. Bills                  {
682271584abSEd Tanous                      "Indicates a Legacy PCI SERR.",
683271584abSEd Tanous                      "Legacy PCI SERR. Bus=%1 Device=%2 Function=%3.",
684271584abSEd Tanous                      "Critical",
685e7808c93SGunnar Mills                      "Critical",
686271584abSEd Tanous                      3,
687271584abSEd Tanous 
688fbe8378fSJason M. Bills                      {
689fbe8378fSJason M. Bills                          "number",
690fbe8378fSJason M. Bills                          "number",
691fbe8378fSJason M. Bills                          "number",
692fbe8378fSJason M. Bills                      },
693271584abSEd Tanous                      "None.",
694fbe8378fSJason M. Bills                  }},
695fbe8378fSJason M. Bills     MessageEntry{"ManufacturingModeEntered",
696fbe8378fSJason M. Bills                  {
69753d9a666SRichard Marian Thomaiyar                      "Indicates that the BMC entered Factory, "
69853d9a666SRichard Marian Thomaiyar                      "or Manufacturing mode.",
699271584abSEd Tanous                      "Entered Manufacturing Mode.",
70053d9a666SRichard Marian Thomaiyar                      "Critical",
701e7808c93SGunnar Mills                      "Critical",
70253d9a666SRichard Marian Thomaiyar                      0,
70353d9a666SRichard Marian Thomaiyar                      {},
70453d9a666SRichard Marian Thomaiyar                      "None.",
70553d9a666SRichard Marian Thomaiyar                  }},
70653d9a666SRichard Marian Thomaiyar     MessageEntry{"ManufacturingModeExited",
70753d9a666SRichard Marian Thomaiyar                  {
70853d9a666SRichard Marian Thomaiyar                      "Indicates that the BMC exited Factory, "
70953d9a666SRichard Marian Thomaiyar                      "or Manufacturing mode.",
71053d9a666SRichard Marian Thomaiyar                      "Exited Manufacturing Mode.",
71153d9a666SRichard Marian Thomaiyar                      "OK",
712e7808c93SGunnar Mills                      "OK",
713271584abSEd Tanous                      0,
714271584abSEd Tanous                      {},
715271584abSEd Tanous                      "None.",
716fbe8378fSJason M. Bills                  }},
7179aa46454SAgnieszka Szlendak     MessageEntry{"MEAutoConfigFailed",
7189aa46454SAgnieszka Szlendak                  {
7199aa46454SAgnieszka Szlendak                      "Indicates that Intel ME power sensor "
7209aa46454SAgnieszka Szlendak                      "auto-configuration has failed.",
7219aa46454SAgnieszka Szlendak                      "Intel ME power sensor auto-configuration failed. Power "
7229aa46454SAgnieszka Szlendak                      "monitoring, limiting and HW protection features might "
7239aa46454SAgnieszka Szlendak                      "be unavailable. Failure reason: %1",
7249aa46454SAgnieszka Szlendak                      "Critical",
725e7808c93SGunnar Mills                      "Critical",
7269aa46454SAgnieszka Szlendak                      1,
7279aa46454SAgnieszka Szlendak                      {"string"},
7289aa46454SAgnieszka Szlendak                      "Ensure that Intel ME configuration for power "
7299aa46454SAgnieszka Szlendak                      "sources is correct.",
7309aa46454SAgnieszka Szlendak                  }},
7319aa46454SAgnieszka Szlendak     MessageEntry{
7329aa46454SAgnieszka Szlendak         "MEAutoConfigSuccess",
7339aa46454SAgnieszka Szlendak         {
7349aa46454SAgnieszka Szlendak             "Indicates that Intel ME has performed successful "
7359aa46454SAgnieszka Szlendak             "power sensor auto-configuration.",
7369aa46454SAgnieszka Szlendak             "Intel ME power sensor auto-configuration succeeded. "
7379aa46454SAgnieszka Szlendak             "Determined sources for domain readings are: DC Power: %1 ; "
7389aa46454SAgnieszka Szlendak             "Chassis Power: %2 ; PSU Efficiency: %3 ; Unamanaged power: %4",
7399aa46454SAgnieszka Szlendak             "OK",
740e7808c93SGunnar Mills             "OK",
7419aa46454SAgnieszka Szlendak             4,
7429aa46454SAgnieszka Szlendak             {"string", "string", "string", "string"},
7439aa46454SAgnieszka Szlendak             "None.",
7449aa46454SAgnieszka Szlendak         }},
7459aa46454SAgnieszka Szlendak     MessageEntry{"MEBootGuardHealthEvent",
7469aa46454SAgnieszka Szlendak                  {
7479aa46454SAgnieszka Szlendak                      "Indicates that Intel ME has detected error during "
7489aa46454SAgnieszka Szlendak                      "operations of Intel Boot Guard",
7499aa46454SAgnieszka Szlendak                      "Intel ME has detected following issue with Intel Boot "
7509aa46454SAgnieszka Szlendak                      "Guard: %1",
7519aa46454SAgnieszka Szlendak                      "Critical",
752e7808c93SGunnar Mills                      "Critical",
7539aa46454SAgnieszka Szlendak                      1,
7549aa46454SAgnieszka Szlendak                      {"string"},
7559aa46454SAgnieszka Szlendak                      "None.",
7569aa46454SAgnieszka Szlendak                  }},
7579aa46454SAgnieszka Szlendak     MessageEntry{"MECpuDebugCapabilityDisabled",
7589aa46454SAgnieszka Szlendak                  {
7599aa46454SAgnieszka Szlendak                      "Indicates that Intel ME has detected situation in "
7609aa46454SAgnieszka Szlendak                      "which CPU Debug Capability is disabled.",
7619aa46454SAgnieszka Szlendak                      "CPU Debug Capability disabled",
7629aa46454SAgnieszka Szlendak                      "Warning",
763e7808c93SGunnar Mills                      "Warning",
7649aa46454SAgnieszka Szlendak                      0,
7659aa46454SAgnieszka Szlendak                      {},
7669aa46454SAgnieszka Szlendak                      "None.",
7679aa46454SAgnieszka Szlendak                  }},
7689aa46454SAgnieszka Szlendak     MessageEntry{"MEDirectFlashUpdateRequested",
7699aa46454SAgnieszka Szlendak                  {
7709aa46454SAgnieszka Szlendak                      "Indicates that BIOS has requested Direct Flash "
7719aa46454SAgnieszka Szlendak                      "Update (DFU) of Intel ME",
7729aa46454SAgnieszka Szlendak                      "Intel ME Firmware switched to recovery mode to perform "
7739aa46454SAgnieszka Szlendak                      "full update from BIOS.",
7749aa46454SAgnieszka Szlendak                      "OK",
775e7808c93SGunnar Mills                      "OK",
7769aa46454SAgnieszka Szlendak                      0,
7779aa46454SAgnieszka Szlendak                      {},
7789aa46454SAgnieszka Szlendak                      "This is transient state. Intel ME Firmware should "
7799aa46454SAgnieszka Szlendak                      "return to operational mode after successful image "
7809aa46454SAgnieszka Szlendak                      "update performed by the BIOS.",
7819aa46454SAgnieszka Szlendak                  }},
7829aa46454SAgnieszka Szlendak     MessageEntry{
7839aa46454SAgnieszka Szlendak         "MEExceptionDuringShutdown",
7849aa46454SAgnieszka Szlendak         {
7859aa46454SAgnieszka Szlendak             "Indicates that Intel ME could not successfully "
7869aa46454SAgnieszka Szlendak             "perform emergency host shutdown.",
7879aa46454SAgnieszka Szlendak             "Power Down command triggered by Intel Node Manager policy "
7889aa46454SAgnieszka Szlendak             "failure action and Intel ME forced shutdown. BMC probably did "
7899aa46454SAgnieszka Szlendak             "not respond correctly to Chassis Control.",
7909aa46454SAgnieszka Szlendak             "Warning",
791e7808c93SGunnar Mills             "Warning",
7929aa46454SAgnieszka Szlendak             0,
7939aa46454SAgnieszka Szlendak             {},
7949aa46454SAgnieszka Szlendak             "Verify the Intel Node Manager policy configuration.",
7959aa46454SAgnieszka Szlendak         }},
7969aa46454SAgnieszka Szlendak     MessageEntry{
7979aa46454SAgnieszka Szlendak         "MEFactoryResetError",
7989aa46454SAgnieszka Szlendak         {
7999aa46454SAgnieszka Szlendak             "Indicates that Intel ME has ben restored to factory preset.",
8009aa46454SAgnieszka Szlendak             "Intel ME has performed automatic reset to factory "
8019aa46454SAgnieszka Szlendak             "presets due to following reason: %1",
8029aa46454SAgnieszka Szlendak             "Critical",
803e7808c93SGunnar Mills             "Critical",
8049aa46454SAgnieszka Szlendak             1,
8059aa46454SAgnieszka Szlendak             {"string"},
8069aa46454SAgnieszka Szlendak             "If error is persistent the Flash device must be replaced.",
8079aa46454SAgnieszka Szlendak         }},
8089aa46454SAgnieszka Szlendak     MessageEntry{
8099aa46454SAgnieszka Szlendak         "MEFactoryRestore",
8109aa46454SAgnieszka Szlendak         {
8119aa46454SAgnieszka Szlendak             "Indicates that Intel ME has ben restored to factory preset.",
8129aa46454SAgnieszka Szlendak             "Intel ME has performed automatic reset to factory "
8139aa46454SAgnieszka Szlendak             "presets due to following reason: %1",
8149aa46454SAgnieszka Szlendak             "OK",
815e7808c93SGunnar Mills             "OK",
8169aa46454SAgnieszka Szlendak             1,
8179aa46454SAgnieszka Szlendak             {"string"},
8189aa46454SAgnieszka Szlendak             "If error is persistent the Flash device must be replaced.",
8199aa46454SAgnieszka Szlendak         }},
8209aa46454SAgnieszka Szlendak     MessageEntry{
8219aa46454SAgnieszka Szlendak         "MEFirmwareException",
8229aa46454SAgnieszka Szlendak         {
8239aa46454SAgnieszka Szlendak             "Indicates that Intel ME has encountered firmware "
8249aa46454SAgnieszka Szlendak             "exception during execution.",
8259aa46454SAgnieszka Szlendak             "Intel ME has encountered firmware exception. Error code = %1",
8269aa46454SAgnieszka Szlendak             "Warning",
827e7808c93SGunnar Mills             "Warning",
8289aa46454SAgnieszka Szlendak             1,
8299aa46454SAgnieszka Szlendak             {"string"},
8309aa46454SAgnieszka Szlendak             "Restore factory presets using Force ME Recovery IPMI "
8319aa46454SAgnieszka Szlendak             "command or by doing AC power cycle with Recovery jumper "
8329aa46454SAgnieszka Szlendak             "asserted. If this does not clear the issue, reflash the SPI "
8339aa46454SAgnieszka Szlendak             "flash. If the issue persists, provide the content of error "
8349aa46454SAgnieszka Szlendak             "code to Intel support team for interpretation. (Error codes "
8359aa46454SAgnieszka Szlendak             "are not documented because they only provide clues that must "
8369aa46454SAgnieszka Szlendak             "be interpreted individually..",
8379aa46454SAgnieszka Szlendak         }},
8380c0f18e7SAppaRao Puli     MessageEntry{"MEFirmwarePanicReason",
8390c0f18e7SAppaRao Puli                  {
8400c0f18e7SAppaRao Puli                      "Indicates the reason for ME firmware panic.",
8410c0f18e7SAppaRao Puli                      "ME firmware panic occurred due to %1.",
8420c0f18e7SAppaRao Puli                      "Warning",
843e7808c93SGunnar Mills                      "Warning",
8440c0f18e7SAppaRao Puli                      1,
8450c0f18e7SAppaRao Puli                      {
8460c0f18e7SAppaRao Puli                          "string",
8470c0f18e7SAppaRao Puli                      },
8480c0f18e7SAppaRao Puli                      "None.",
8490c0f18e7SAppaRao Puli                  }},
8500c0f18e7SAppaRao Puli     MessageEntry{"MEFirmwareRecoveryReason",
8510c0f18e7SAppaRao Puli                  {
8520c0f18e7SAppaRao Puli                      "Indicates the reason for ME firmware recovery.",
8530c0f18e7SAppaRao Puli                      "ME firmware recovery occurred due to %1.",
8540c0f18e7SAppaRao Puli                      "Warning",
855e7808c93SGunnar Mills                      "Warning",
8560c0f18e7SAppaRao Puli                      1,
8570c0f18e7SAppaRao Puli                      {
8580c0f18e7SAppaRao Puli                          "string",
8590c0f18e7SAppaRao Puli                      },
8600c0f18e7SAppaRao Puli                      "None.",
8610c0f18e7SAppaRao Puli                  }},
8620c0f18e7SAppaRao Puli     MessageEntry{"MEFirmwareResiliencyError",
8630c0f18e7SAppaRao Puli                  {
8640c0f18e7SAppaRao Puli                      "Indicates ME firmware encountered resilience error.",
8650c0f18e7SAppaRao Puli                      "ME firmware resiliency error. Error reason: %1.",
8660c0f18e7SAppaRao Puli                      "Critical",
867e7808c93SGunnar Mills                      "Critical",
8680c0f18e7SAppaRao Puli                      1,
8690c0f18e7SAppaRao Puli                      {
8700c0f18e7SAppaRao Puli                          "string",
8710c0f18e7SAppaRao Puli                      },
8720c0f18e7SAppaRao Puli                      "None.",
8730c0f18e7SAppaRao Puli                  }},
8749aa46454SAgnieszka Szlendak 
8759aa46454SAgnieszka Szlendak     MessageEntry{"MEFlashEraseError",
8769aa46454SAgnieszka Szlendak                  {
8779aa46454SAgnieszka Szlendak                      "Indicates that Intel ME was unable to finish flash "
8789aa46454SAgnieszka Szlendak                      "erase procedure.",
8799aa46454SAgnieszka Szlendak                      "Intel ME has encountered an error during Flash erasure "
8809aa46454SAgnieszka Szlendak                      "procedure probably due to Flash part corruption.",
8819aa46454SAgnieszka Szlendak                      "Critical",
882e7808c93SGunnar Mills                      "Critical",
8839aa46454SAgnieszka Szlendak                      0,
8849aa46454SAgnieszka Szlendak                      {},
8859aa46454SAgnieszka Szlendak                      "The Flash device must be replaced.",
8869aa46454SAgnieszka Szlendak                  }},
8879aa46454SAgnieszka Szlendak     MessageEntry{"MEFlashStateInformation",
8889aa46454SAgnieszka Szlendak                  {
8899aa46454SAgnieszka Szlendak                      "Indicates that Intel ME has encountered a problem "
8909aa46454SAgnieszka Szlendak                      "during IO to flash device.",
8919aa46454SAgnieszka Szlendak                      "Intel ME has encountered problem during IO to flash "
8929aa46454SAgnieszka Szlendak                      "device. Reason: %1",
8939aa46454SAgnieszka Szlendak                      "Critical",
894e7808c93SGunnar Mills                      "Critical",
8959aa46454SAgnieszka Szlendak                      1,
8969aa46454SAgnieszka Szlendak                      {"string"},
8979aa46454SAgnieszka Szlendak                      "If flash wear-out protection occurred wait until it "
8989aa46454SAgnieszka Szlendak                      "expires. Otherwise - flash device must be replaced.",
8999aa46454SAgnieszka Szlendak                  }},
9009aa46454SAgnieszka Szlendak     MessageEntry{"MEFlashStateInformationWritingEnabled",
9019aa46454SAgnieszka Szlendak                  {
9029aa46454SAgnieszka Szlendak                      "Indicates that Intel ME has encountered a problem "
9039aa46454SAgnieszka Szlendak                      "during IO to flash device.",
9049aa46454SAgnieszka Szlendak                      "Intel ME has encountered problem during IO to flash "
9059aa46454SAgnieszka Szlendak                      "device. Reason: %1",
9069aa46454SAgnieszka Szlendak                      "OK",
907e7808c93SGunnar Mills                      "OK",
9089aa46454SAgnieszka Szlendak                      1,
9099aa46454SAgnieszka Szlendak                      {"string"},
9109aa46454SAgnieszka Szlendak                      "If flash wear-out protection occurred wait until it "
9119aa46454SAgnieszka Szlendak                      "expires. Otherwise - flash device must be replaced.",
9129aa46454SAgnieszka Szlendak                  }},
9139aa46454SAgnieszka Szlendak     MessageEntry{"MEFlashVerificationError",
9149aa46454SAgnieszka Szlendak                  {
9159aa46454SAgnieszka Szlendak                      "Indicates that Intel ME encountered invalid flash "
9169aa46454SAgnieszka Szlendak                      "descriptor region.",
9179aa46454SAgnieszka Szlendak                      "Intel ME has detected invalid flash descriptor region. "
9189aa46454SAgnieszka Szlendak                      "Following error is detected: %1",
9199aa46454SAgnieszka Szlendak                      "Critical",
920e7808c93SGunnar Mills                      "Critical",
9219aa46454SAgnieszka Szlendak                      1,
9229aa46454SAgnieszka Szlendak                      {"string"},
9239aa46454SAgnieszka Szlendak                      "Flash Descriptor Region must be created correctly.",
9249aa46454SAgnieszka Szlendak                  }},
9259aa46454SAgnieszka Szlendak     MessageEntry{
9269aa46454SAgnieszka Szlendak         "MEFlashWearOutWarning",
9279aa46454SAgnieszka Szlendak         {
9289aa46454SAgnieszka Szlendak             "Indicates that Intel ME has reached certain "
9299aa46454SAgnieszka Szlendak             "threshold of flash write operations.",
9309aa46454SAgnieszka Szlendak             "Warning threshold for number of flash operations has been "
9319aa46454SAgnieszka Szlendak             "exceeded. Current percentage of write operations capacity: %1",
9329aa46454SAgnieszka Szlendak             "Warning",
933e7808c93SGunnar Mills             "Warning",
9349aa46454SAgnieszka Szlendak             1,
9359aa46454SAgnieszka Szlendak             {"number"},
9369aa46454SAgnieszka Szlendak             "No immediate repair action needed.",
9379aa46454SAgnieszka Szlendak         }},
9389aa46454SAgnieszka Szlendak 
9399aa46454SAgnieszka Szlendak     MessageEntry{
9409aa46454SAgnieszka Szlendak         "MEImageExecutionFailed",
9419aa46454SAgnieszka Szlendak         {
9429aa46454SAgnieszka Szlendak             "Indicates that Intel ME could not load primary FW image.",
9439aa46454SAgnieszka Szlendak             "Intel ME Recovery Image or backup operational image "
9449aa46454SAgnieszka Szlendak             "loaded because operational image is corrupted. This "
9459aa46454SAgnieszka Szlendak             "may be either caused by Flash device corruption or "
9469aa46454SAgnieszka Szlendak             "failed upgrade procedure.",
9479aa46454SAgnieszka Szlendak             "Critical",
948e7808c93SGunnar Mills             "Critical",
9499aa46454SAgnieszka Szlendak             0,
9509aa46454SAgnieszka Szlendak             {},
9519aa46454SAgnieszka Szlendak             "Either the Flash device must be replaced (if error is "
9529aa46454SAgnieszka Szlendak             "persistent) or the upgrade procedure must be started again.",
9539aa46454SAgnieszka Szlendak         }},
9549aa46454SAgnieszka Szlendak 
9559aa46454SAgnieszka Szlendak     MessageEntry{
9569aa46454SAgnieszka Szlendak         "MEInternalError",
9579aa46454SAgnieszka Szlendak         {
9589aa46454SAgnieszka Szlendak             "Indicates that Intel ME encountered "
9599aa46454SAgnieszka Szlendak             "internal error leading to watchdog reset.",
9609aa46454SAgnieszka Szlendak             "Error during Intel ME execution. Watchdog "
9619aa46454SAgnieszka Szlendak             "timeout has expired.",
9629aa46454SAgnieszka Szlendak             "Critical",
963e7808c93SGunnar Mills             "Critical",
9649aa46454SAgnieszka Szlendak             0,
9659aa46454SAgnieszka Szlendak             {},
9669aa46454SAgnieszka Szlendak             "Firmware should automatically recover from error state. "
9679aa46454SAgnieszka Szlendak             "If error is persistent then operational image shall be updated "
9689aa46454SAgnieszka Szlendak             "or hardware board repair is needed.",
9699aa46454SAgnieszka Szlendak         }},
9709aa46454SAgnieszka Szlendak     MessageEntry{"MEManufacturingError",
9719aa46454SAgnieszka Szlendak                  {
9729aa46454SAgnieszka Szlendak                      "Indicates that Intel ME is unable to start in "
9739aa46454SAgnieszka Szlendak                      "operational mode due to wrong configuration.",
9749aa46454SAgnieszka Szlendak                      "Wrong manufacturing configuration detected by Intel ME "
9759aa46454SAgnieszka Szlendak                      "Firmware. Unable to start operational mode. Reason: %1",
9769aa46454SAgnieszka Szlendak                      "Critical",
977e7808c93SGunnar Mills                      "Critical",
9789aa46454SAgnieszka Szlendak                      1,
9799aa46454SAgnieszka Szlendak                      {"string"},
9809aa46454SAgnieszka Szlendak                      " If error is persistent the Flash device must be "
9819aa46454SAgnieszka Szlendak                      "replaced or FW configuration must be updated. Trace "
9829aa46454SAgnieszka Szlendak                      "logs might be gathered for detailed information.",
9839aa46454SAgnieszka Szlendak                  }},
9849aa46454SAgnieszka Szlendak     MessageEntry{"MEMctpInterfaceError",
9859aa46454SAgnieszka Szlendak                  {
9869aa46454SAgnieszka Szlendak                      "Indicates that Intel ME has encountered an error "
9879aa46454SAgnieszka Szlendak                      "in MCTP protocol.",
9889aa46454SAgnieszka Szlendak                      "Intel ME has detected MCTP interface failure and it is "
9899aa46454SAgnieszka Szlendak                      "not functional any more. It may indicate the situation "
9909aa46454SAgnieszka Szlendak                      "when MCTP was not configured by BIOS or a defect which "
9919aa46454SAgnieszka Szlendak                      "may need a Host reset to recover from. Details: %1",
9929aa46454SAgnieszka Szlendak                      "Critical",
993e7808c93SGunnar Mills                      "Critical",
9949aa46454SAgnieszka Szlendak                      1,
9959aa46454SAgnieszka Szlendak                      {"string"},
9969aa46454SAgnieszka Szlendak                      "Recovery via CPU Host reset or platform reset. If error "
9979aa46454SAgnieszka Szlendak                      "is persistent, deep-dive platform-level debugging is "
9989aa46454SAgnieszka Szlendak                      "required.",
9999aa46454SAgnieszka Szlendak                  }},
1000fbe8378fSJason M. Bills     MessageEntry{"MemoryECCCorrectable",
1001fbe8378fSJason M. Bills                  {
1002271584abSEd Tanous                      "Indicates a Correctable Memory ECC error.",
1003271584abSEd Tanous                      "Memory ECC correctable error. Socket=%1 "
1004fbe8378fSJason M. Bills                      "Channel=%2 DIMM=%3 Rank=%4.",
1005271584abSEd Tanous                      "Warning",
1006e7808c93SGunnar Mills                      "Warning",
1007271584abSEd Tanous                      4,
1008271584abSEd Tanous 
1009fbe8378fSJason M. Bills                      {
1010fbe8378fSJason M. Bills                          "number",
1011fbe8378fSJason M. Bills                          "string",
1012fbe8378fSJason M. Bills                          "number",
1013fbe8378fSJason M. Bills                          "number",
1014fbe8378fSJason M. Bills                      },
1015271584abSEd Tanous                      "None.",
1016fbe8378fSJason M. Bills                  }},
1017271584abSEd Tanous     MessageEntry{"MemoryECCUncorrectable",
1018fbe8378fSJason M. Bills                  {
1019271584abSEd Tanous                      "Indicates an Uncorrectable Memory ECC error.",
1020271584abSEd Tanous                      "Memory ECC uncorrectable error. Socket=%1 Channel=%2 "
1021fbe8378fSJason M. Bills                      "DIMM=%3 Rank=%4.",
1022271584abSEd Tanous                      "Critical",
1023e7808c93SGunnar Mills                      "Critical",
1024271584abSEd Tanous                      4,
1025271584abSEd Tanous 
1026fbe8378fSJason M. Bills                      {
1027fbe8378fSJason M. Bills                          "number",
1028fbe8378fSJason M. Bills                          "string",
1029fbe8378fSJason M. Bills                          "number",
1030fbe8378fSJason M. Bills                          "number",
1031fbe8378fSJason M. Bills                      },
1032271584abSEd Tanous                      "None.",
1033fbe8378fSJason M. Bills                  }},
1034271584abSEd Tanous     MessageEntry{"MemoryParityCommandAndAddress",
1035fbe8378fSJason M. Bills                  {
1036271584abSEd Tanous                      "Indicates a Command and Address parity error.",
1037271584abSEd Tanous                      "Command and Address parity error. Socket=%1 Channel=%2 "
1038fbe8378fSJason M. Bills                      "DIMM=%3 ChannelValid=%4 DIMMValid=%5.",
1039271584abSEd Tanous                      "Critical",
1040e7808c93SGunnar Mills                      "Critical",
1041271584abSEd Tanous                      5,
1042271584abSEd Tanous 
1043fbe8378fSJason M. Bills                      {
1044fbe8378fSJason M. Bills                          "number",
1045fbe8378fSJason M. Bills                          "string",
1046fbe8378fSJason M. Bills                          "number",
1047fbe8378fSJason M. Bills                          "number",
1048fbe8378fSJason M. Bills                          "number",
1049fbe8378fSJason M. Bills                      },
1050271584abSEd Tanous                      "None.",
1051fbe8378fSJason M. Bills                  }},
1052fbe8378fSJason M. Bills     MessageEntry{"MemoryParityNotKnown",
1053fbe8378fSJason M. Bills                  {
1054271584abSEd Tanous                      "Indicates an unknown parity error.",
1055271584abSEd Tanous                      "Memory parity error. Socket=%1 Channel=%2 "
1056fbe8378fSJason M. Bills                      "DIMM=%3 ChannelValid=%4 DIMMValid=%5.",
1057271584abSEd Tanous                      "Critical",
1058e7808c93SGunnar Mills                      "Critical",
1059271584abSEd Tanous                      5,
1060271584abSEd Tanous 
1061fbe8378fSJason M. Bills                      {
1062fbe8378fSJason M. Bills                          "number",
1063fbe8378fSJason M. Bills                          "string",
1064fbe8378fSJason M. Bills                          "number",
1065fbe8378fSJason M. Bills                          "number",
1066fbe8378fSJason M. Bills                          "number",
1067fbe8378fSJason M. Bills                      },
1068271584abSEd Tanous                      "None.",
1069fbe8378fSJason M. Bills                  }},
1070271584abSEd Tanous     MessageEntry{"MemoryRASConfigurationDisabled",
1071fbe8378fSJason M. Bills                  {
1072fbe8378fSJason M. Bills                      "Indicates Memory RAS Disabled Configuration Status.",
1073271584abSEd Tanous                      "Memory RAS Configuration Disabled. Error=%1 Mode=%2.",
1074271584abSEd Tanous                      "OK",
1075e7808c93SGunnar Mills                      "OK",
1076271584abSEd Tanous                      2,
1077271584abSEd Tanous 
1078fbe8378fSJason M. Bills                      {
1079fbe8378fSJason M. Bills                          "string",
1080fbe8378fSJason M. Bills                          "string",
1081fbe8378fSJason M. Bills                      },
1082271584abSEd Tanous                      "None.",
1083fbe8378fSJason M. Bills                  }},
1084271584abSEd Tanous     MessageEntry{"MemoryRASConfigurationEnabled",
1085fbe8378fSJason M. Bills                  {
1086271584abSEd Tanous                      "Indicates Memory RAS Enabled Configuration Status.",
1087271584abSEd Tanous                      "Memory RAS Configuration Enabled. Error=%1 Mode=%2.",
1088271584abSEd Tanous                      "OK",
1089e7808c93SGunnar Mills                      "OK",
1090271584abSEd Tanous                      2,
1091271584abSEd Tanous 
1092fbe8378fSJason M. Bills                      {
1093fbe8378fSJason M. Bills                          "string",
1094fbe8378fSJason M. Bills                          "string",
1095fbe8378fSJason M. Bills                      },
1096271584abSEd Tanous                      "None.",
1097fbe8378fSJason M. Bills                  }},
1098271584abSEd Tanous     MessageEntry{"MemoryRASModeDisabled",
1099fbe8378fSJason M. Bills                  {
1100271584abSEd Tanous                      "Indicates Memory RAS Disabled Mode Selection.",
1101271584abSEd Tanous                      "Memory RAS Mode Select Disabled. Prior Mode=%1 "
1102fbe8378fSJason M. Bills                      "Selected Mode=%2.",
1103271584abSEd Tanous                      "OK",
1104e7808c93SGunnar Mills                      "OK",
1105271584abSEd Tanous                      2,
1106271584abSEd Tanous 
1107fbe8378fSJason M. Bills                      {
1108fbe8378fSJason M. Bills                          "string",
1109fbe8378fSJason M. Bills                          "string",
1110fbe8378fSJason M. Bills                      },
1111271584abSEd Tanous                      "None.",
1112fbe8378fSJason M. Bills                  }},
1113271584abSEd Tanous     MessageEntry{"MemoryRASModeEnabled",
1114fbe8378fSJason M. Bills                  {
1115271584abSEd Tanous                      "Indicates Memory RAS Enabled Mode Selection.",
1116271584abSEd Tanous                      "Memory RAS Mode Select Enabled. Prior Mode=%1 Selected "
1117fbe8378fSJason M. Bills                      "Mode=%2.",
1118271584abSEd Tanous                      "OK",
1119e7808c93SGunnar Mills                      "OK",
1120271584abSEd Tanous                      2,
1121271584abSEd Tanous 
1122fbe8378fSJason M. Bills                      {
1123fbe8378fSJason M. Bills                          "string",
1124fbe8378fSJason M. Bills                          "string",
1125fbe8378fSJason M. Bills                      },
1126271584abSEd Tanous                      "None.",
1127fbe8378fSJason M. Bills                  }},
1128271584abSEd Tanous     MessageEntry{"MemoryThermTrip",
1129fbe8378fSJason M. Bills                  {
1130bc6be237Sjayaprakash Mutyala                      "Indicates that the system memory ThermTrip is asserted "
1131bc6be237Sjayaprakash Mutyala                      "by the specified component.",
1132bc6be237Sjayaprakash Mutyala                      "Memory ThermTrip asserted: %1.",
1133271584abSEd Tanous                      "Critical",
1134e7808c93SGunnar Mills                      "Critical",
1135bc6be237Sjayaprakash Mutyala                      1,
1136bc6be237Sjayaprakash Mutyala                      {"string"},
1137271584abSEd Tanous                      "None.",
1138fbe8378fSJason M. Bills                  }},
11399aa46454SAgnieszka Szlendak     MessageEntry{"MEMultiPchModeMisconfig",
11409aa46454SAgnieszka Szlendak                  {
11419aa46454SAgnieszka Szlendak                      "Indicates that Intel ME has encountered "
11429aa46454SAgnieszka Szlendak                      "problems in initializing Multi-PCH mode.",
11439aa46454SAgnieszka Szlendak                      "Intel ME error in Multi-PCH mode: %1",
11449aa46454SAgnieszka Szlendak                      "Critical",
1145e7808c93SGunnar Mills                      "Critical",
11469aa46454SAgnieszka Szlendak                      1,
11479aa46454SAgnieszka Szlendak                      {"string"},
11489aa46454SAgnieszka Szlendak                      "None.",
11499aa46454SAgnieszka Szlendak                  }},
11509aa46454SAgnieszka Szlendak     MessageEntry{
11519aa46454SAgnieszka Szlendak         "MEPeciOverDmiError",
11529aa46454SAgnieszka Szlendak         {
11539aa46454SAgnieszka Szlendak             "Indicates that Intel ME is unable to communicate "
11549aa46454SAgnieszka Szlendak             "using PECI over DMI.",
11559aa46454SAgnieszka Szlendak             "Intel ME has detected  PECI over DMI interface failure "
11569aa46454SAgnieszka Szlendak             "and it is not functional any more. It may indicate the "
11579aa46454SAgnieszka Szlendak             "situation when PECI over DMI was not configured by "
11589aa46454SAgnieszka Szlendak             "BIOS or a defect which may require a CPU Host reset to "
11599aa46454SAgnieszka Szlendak             "recover from. Details: %1",
11609aa46454SAgnieszka Szlendak             "Critical",
1161e7808c93SGunnar Mills             "Critical",
11629aa46454SAgnieszka Szlendak             1,
11639aa46454SAgnieszka Szlendak             {"string"},
11649aa46454SAgnieszka Szlendak             "Recovery via CPU Host reset or platform reset. If error is "
11659aa46454SAgnieszka Szlendak             "persistent, deep-dive platform-level debugging is required.",
11669aa46454SAgnieszka Szlendak         }},
11679aa46454SAgnieszka Szlendak     MessageEntry{
11689aa46454SAgnieszka Szlendak         "MEPttHealthEvent",
11699aa46454SAgnieszka Szlendak         {
11709aa46454SAgnieszka Szlendak             "Indicates that Intel ME has encountered issue with Intel PTT",
11719aa46454SAgnieszka Szlendak             "Intel ME has detected following issue with Intel PTT: %1",
11729aa46454SAgnieszka Szlendak             "Warning",
1173e7808c93SGunnar Mills             "Warning",
11749aa46454SAgnieszka Szlendak             1,
11759aa46454SAgnieszka Szlendak             {"string"},
11769aa46454SAgnieszka Szlendak             "None.",
11779aa46454SAgnieszka Szlendak         }},
11789aa46454SAgnieszka Szlendak     MessageEntry{
11799aa46454SAgnieszka Szlendak         "MERecoveryGpioForced",
11809aa46454SAgnieszka Szlendak         {
11819aa46454SAgnieszka Szlendak             "Indicates that Intel ME image is booted in "
11829aa46454SAgnieszka Szlendak             "recovery mode due to GPIO assertion.",
11839aa46454SAgnieszka Szlendak             "Intel ME Recovery Image loaded due to recovery MGPIO "
11849aa46454SAgnieszka Szlendak             "pin asserted. Pin number is configurable in factory "
11859aa46454SAgnieszka Szlendak             "presets, Default recovery pin is MGPIO1.",
11869aa46454SAgnieszka Szlendak             "OK",
1187e7808c93SGunnar Mills             "OK",
11889aa46454SAgnieszka Szlendak             0,
11899aa46454SAgnieszka Szlendak             {},
11909aa46454SAgnieszka Szlendak             "Deassert recovery GPIO and reset the Intel ME back to "
11919aa46454SAgnieszka Szlendak             "operational mode. If Recovery Jumper is in legacy behavior, "
11929aa46454SAgnieszka Szlendak             "a ME reset (eg. Cold Reset IPMI cmd) is needed to have ME "
11939aa46454SAgnieszka Szlendak             "back in operational mode.",
11949aa46454SAgnieszka Szlendak         }},
11959aa46454SAgnieszka Szlendak     MessageEntry{"MERestrictedMode",
11969aa46454SAgnieszka Szlendak                  {
11979aa46454SAgnieszka Szlendak                      "Indicates events related to Intel ME restricted mode.",
11989aa46454SAgnieszka Szlendak                      "Intel ME restricted mode information: %1",
11999aa46454SAgnieszka Szlendak                      "Critical",
1200e7808c93SGunnar Mills                      "Critical",
12019aa46454SAgnieszka Szlendak                      1,
12029aa46454SAgnieszka Szlendak                      {"string"},
12039aa46454SAgnieszka Szlendak                      "None.",
12049aa46454SAgnieszka Szlendak                  }},
12059aa46454SAgnieszka Szlendak     MessageEntry{
12069aa46454SAgnieszka Szlendak         "MESmbusLinkFailure",
12079aa46454SAgnieszka Szlendak         {
12089aa46454SAgnieszka Szlendak             "Indicate that Intel ME encountered SMBus link error.",
12099aa46454SAgnieszka Szlendak             "Intel ME has detected SMBus link error. "
12109aa46454SAgnieszka Szlendak             "Sensor Bus: %1 , MUX Address: %2 ",
12119aa46454SAgnieszka Szlendak             "Critical",
1212e7808c93SGunnar Mills             "Critical",
12139aa46454SAgnieszka Szlendak             2,
12149aa46454SAgnieszka Szlendak             {"string", "string"},
12159aa46454SAgnieszka Szlendak             "Devices connected to given SMLINK might cause communication "
12169aa46454SAgnieszka Szlendak             "corruption. See error code and refer to Intel ME External "
12179aa46454SAgnieszka Szlendak             "Interfaces Specification for details.",
12189aa46454SAgnieszka Szlendak         }},
12199aa46454SAgnieszka Szlendak     MessageEntry{
12209aa46454SAgnieszka Szlendak         "MEUmaError",
12219aa46454SAgnieszka Szlendak         {
12229aa46454SAgnieszka Szlendak             "Indicates that Intel ME has encountered UMA operation error.",
12239aa46454SAgnieszka Szlendak             "Intel ME has encountered UMA operation error. Details: %1",
12249aa46454SAgnieszka Szlendak             "Critical",
1225e7808c93SGunnar Mills             "Critical",
12269aa46454SAgnieszka Szlendak             1,
12279aa46454SAgnieszka Szlendak             {"string"},
12289aa46454SAgnieszka Szlendak             "Platform reset when UMA not configured correctly, or when "
12299aa46454SAgnieszka Szlendak             "error occurred during normal operation on correctly "
12309aa46454SAgnieszka Szlendak             "configured UMA multiple times leading to Intel ME entering "
12319aa46454SAgnieszka Szlendak             "Recovery or restricted operational mode.",
12329aa46454SAgnieszka Szlendak         }},
12339aa46454SAgnieszka Szlendak     MessageEntry{"MEUnsupportedFeature",
12349aa46454SAgnieszka Szlendak                  {
12359aa46454SAgnieszka Szlendak                      "Indicates that Intel ME is configuration with "
12369aa46454SAgnieszka Szlendak                      "feature which is not supported on this platform.",
12379aa46454SAgnieszka Szlendak                      "Feature not supported in current segment detected by "
12389aa46454SAgnieszka Szlendak                      "Intel ME Firmware. Details: %1",
12399aa46454SAgnieszka Szlendak                      "Critical",
1240e7808c93SGunnar Mills                      "Critical",
12419aa46454SAgnieszka Szlendak                      1,
12429aa46454SAgnieszka Szlendak                      {"string"},
12439aa46454SAgnieszka Szlendak                      "Proper FW configuration must be updated or use the "
12449aa46454SAgnieszka Szlendak                      "Flash device with proper FW configuration",
12459aa46454SAgnieszka Szlendak                  }},
1246271584abSEd Tanous     MessageEntry{"MirroringRedundancyDegraded",
1247fbe8378fSJason M. Bills                  {
1248fbe8378fSJason M. Bills                      "Indicates the mirroring redundancy state is degraded.",
1249271584abSEd Tanous                      "Mirroring redundancy state degraded. Socket=%1 "
1250fbe8378fSJason M. Bills                      "Channel=%2 DIMM=%3 Pair=%4 Rank=%5.",
1251271584abSEd Tanous                      "Warning",
1252e7808c93SGunnar Mills                      "Warning",
1253271584abSEd Tanous                      5,
1254271584abSEd Tanous 
1255fbe8378fSJason M. Bills                      {
1256fbe8378fSJason M. Bills                          "number",
1257fbe8378fSJason M. Bills                          "string",
1258fbe8378fSJason M. Bills                          "number",
1259fbe8378fSJason M. Bills                          "number",
1260fbe8378fSJason M. Bills                          "number",
1261fbe8378fSJason M. Bills                      },
1262271584abSEd Tanous                      "None.",
1263fbe8378fSJason M. Bills                  }},
1264fbe8378fSJason M. Bills     MessageEntry{
1265fbe8378fSJason M. Bills         "MirroringRedundancyFull",
1266fbe8378fSJason M. Bills         {
1267fbe8378fSJason M. Bills             "Indicates the mirroring redundancy state is fully redundant.",
1268271584abSEd Tanous             "Mirroring redundancy state fully redundant. Socket=%1 "
1269fbe8378fSJason M. Bills             "Channel=%2 DIMM=%3 Pair=%4 Rank=%5.",
1270271584abSEd Tanous             "OK",
1271e7808c93SGunnar Mills             "OK",
1272271584abSEd Tanous             5,
1273271584abSEd Tanous 
1274fbe8378fSJason M. Bills             {
1275fbe8378fSJason M. Bills                 "number",
1276fbe8378fSJason M. Bills                 "string",
1277fbe8378fSJason M. Bills                 "number",
1278fbe8378fSJason M. Bills                 "number",
1279fbe8378fSJason M. Bills                 "number",
1280fbe8378fSJason M. Bills             },
1281271584abSEd Tanous             "None.",
1282fbe8378fSJason M. Bills         }},
1283271584abSEd Tanous     MessageEntry{"NMIButtonPressed",
1284fbe8378fSJason M. Bills                  {
1285271584abSEd Tanous                      "Indicates that the NMI button was pressed.",
1286271584abSEd Tanous                      "NMI Button Pressed.",
1287271584abSEd Tanous                      "Critical",
1288e7808c93SGunnar Mills                      "Critical",
1289271584abSEd Tanous                      0,
1290271584abSEd Tanous                      {},
1291271584abSEd Tanous                      "None.",
1292fbe8378fSJason M. Bills                  }},
1293b76f9ca1SChen,Yugang     MessageEntry{"NMIDiagnosticInterrupt",
1294b76f9ca1SChen,Yugang                  {
1295271584abSEd Tanous                      "Indicates that an NMI Diagnostic "
1296b76f9ca1SChen,Yugang                      "Interrupt has been generated.",
1297271584abSEd Tanous                      "NMI Diagnostic Interrupt.",
1298271584abSEd Tanous                      "Critical",
1299e7808c93SGunnar Mills                      "Critical",
1300271584abSEd Tanous                      0,
1301271584abSEd Tanous                      {},
1302271584abSEd Tanous                      "None.",
1303b76f9ca1SChen,Yugang                  }},
1304271584abSEd Tanous     MessageEntry{"PCIeCorrectableAdvisoryNonFatal",
1305fbe8378fSJason M. Bills                  {
1306fbe8378fSJason M. Bills                      "Indicates a PCIe Correctable Advisory Non-fatal Error.",
1307271584abSEd Tanous                      "PCIe Correctable Advisory Non-fatal Error. Bus=%1 "
1308fbe8378fSJason M. Bills                      "Device=%2 Function=%3.",
1309271584abSEd Tanous                      "Warning",
1310e7808c93SGunnar Mills                      "Warning",
1311271584abSEd Tanous                      3,
1312271584abSEd Tanous 
1313fbe8378fSJason M. Bills                      {
1314fbe8378fSJason M. Bills                          "number",
1315fbe8378fSJason M. Bills                          "number",
1316fbe8378fSJason M. Bills                          "number",
1317fbe8378fSJason M. Bills                      },
1318271584abSEd Tanous                      "None.",
1319fbe8378fSJason M. Bills                  }},
1320271584abSEd Tanous     MessageEntry{"PCIeCorrectableBadDLLP",
1321fbe8378fSJason M. Bills                  {
1322271584abSEd Tanous                      "Indicates a PCIe Correctable Bad DLLP Error.",
1323271584abSEd Tanous 
1324fbe8378fSJason M. Bills                      "PCIe Correctable Bad DLLP. Bus=%1 Device=%2 Function=%3.",
1325271584abSEd Tanous                      "Warning",
1326e7808c93SGunnar Mills                      "Warning",
1327271584abSEd Tanous                      3,
1328271584abSEd Tanous 
1329fbe8378fSJason M. Bills                      {
1330fbe8378fSJason M. Bills                          "number",
1331fbe8378fSJason M. Bills                          "number",
1332fbe8378fSJason M. Bills                          "number",
1333fbe8378fSJason M. Bills                      },
1334271584abSEd Tanous                      "None.",
1335fbe8378fSJason M. Bills                  }},
1336271584abSEd Tanous     MessageEntry{"PCIeCorrectableBadTLP",
1337fbe8378fSJason M. Bills                  {
1338271584abSEd Tanous                      "Indicates a PCIe Correctable Bad TLP Error.",
1339271584abSEd Tanous 
1340fbe8378fSJason M. Bills                      "PCIe Correctable Bad TLP. Bus=%1 Device=%2 Function=%3.",
1341271584abSEd Tanous                      "Warning",
1342e7808c93SGunnar Mills                      "Warning",
1343271584abSEd Tanous                      3,
1344271584abSEd Tanous 
1345fbe8378fSJason M. Bills                      {
1346fbe8378fSJason M. Bills                          "number",
1347fbe8378fSJason M. Bills                          "number",
1348fbe8378fSJason M. Bills                          "number",
1349fbe8378fSJason M. Bills                      },
1350271584abSEd Tanous                      "None.",
1351fbe8378fSJason M. Bills                  }},
1352271584abSEd Tanous     MessageEntry{"PCIeCorrectableHeaderLogOverflow",
1353fbe8378fSJason M. Bills                  {
1354fbe8378fSJason M. Bills                      "Indicates a PCIe Correctable Header Log Overflow Error.",
1355271584abSEd Tanous                      "PCIe Correctable Header Log Overflow. Bus=%1 Device=%2 "
1356fbe8378fSJason M. Bills                      "Function=%3.",
1357271584abSEd Tanous                      "Warning",
1358e7808c93SGunnar Mills                      "Warning",
1359271584abSEd Tanous                      3,
1360271584abSEd Tanous 
1361fbe8378fSJason M. Bills                      {
1362fbe8378fSJason M. Bills                          "number",
1363fbe8378fSJason M. Bills                          "number",
1364fbe8378fSJason M. Bills                          "number",
1365fbe8378fSJason M. Bills                      },
1366271584abSEd Tanous                      "None.",
1367fbe8378fSJason M. Bills                  }},
1368271584abSEd Tanous     MessageEntry{"PCIeCorrectableInternal",
1369fbe8378fSJason M. Bills                  {
1370271584abSEd Tanous                      "Indicates a PCIe Correctable Internal Error.",
1371271584abSEd Tanous                      "PCIe Correctable Internal Error. Bus=%1 Device=%2 "
1372fbe8378fSJason M. Bills                      "Function=%3.",
1373271584abSEd Tanous                      "Warning",
1374e7808c93SGunnar Mills                      "Warning",
1375271584abSEd Tanous                      3,
1376271584abSEd Tanous 
1377fbe8378fSJason M. Bills                      {
1378fbe8378fSJason M. Bills                          "number",
1379fbe8378fSJason M. Bills                          "number",
1380fbe8378fSJason M. Bills                          "number",
1381fbe8378fSJason M. Bills                      },
1382271584abSEd Tanous                      "None.",
1383fbe8378fSJason M. Bills                  }},
1384fbe8378fSJason M. Bills     MessageEntry{"PCIeCorrectableLinkBWChanged",
1385fbe8378fSJason M. Bills                  {
1386fbe8378fSJason M. Bills                      "Indicates a PCIe Correctable Link BW Changed Error.",
1387271584abSEd Tanous                      "PCIe Correctable Link BW Changed. Bus=%1 "
1388fbe8378fSJason M. Bills                      "Device=%2 Function=%3.",
1389271584abSEd Tanous                      "Warning",
1390e7808c93SGunnar Mills                      "Warning",
1391271584abSEd Tanous                      3,
1392271584abSEd Tanous 
1393fbe8378fSJason M. Bills                      {
1394fbe8378fSJason M. Bills                          "number",
1395fbe8378fSJason M. Bills                          "number",
1396fbe8378fSJason M. Bills                          "number",
1397fbe8378fSJason M. Bills                      },
1398271584abSEd Tanous                      "None.",
1399fbe8378fSJason M. Bills                  }},
1400271584abSEd Tanous     MessageEntry{"PCIeCorrectableReceiverError",
1401fbe8378fSJason M. Bills                  {
1402271584abSEd Tanous                      "Indicates a PCIe Correctable Receiver Error.",
1403271584abSEd Tanous                      "PCIe Correctable Receiver Error. Bus=%1 Device=%2 "
1404fbe8378fSJason M. Bills                      "Function=%3.",
1405271584abSEd Tanous                      "Warning",
1406e7808c93SGunnar Mills                      "Warning",
1407271584abSEd Tanous                      3,
1408271584abSEd Tanous 
1409fbe8378fSJason M. Bills                      {
1410fbe8378fSJason M. Bills                          "number",
1411fbe8378fSJason M. Bills                          "number",
1412fbe8378fSJason M. Bills                          "number",
1413fbe8378fSJason M. Bills                      },
1414271584abSEd Tanous                      "None.",
1415fbe8378fSJason M. Bills                  }},
1416271584abSEd Tanous     MessageEntry{"PCIeCorrectableReplayNumRollover",
1417fbe8378fSJason M. Bills                  {
1418271584abSEd Tanous                      "Indicates a PCIe Correctable Replay Num Rollover.",
1419271584abSEd Tanous                      "PCIe Correctable Replay Num Rollover. Bus=%1 Device=%2 "
1420fbe8378fSJason M. Bills                      "Function=%3.",
1421271584abSEd Tanous                      "Warning",
1422e7808c93SGunnar Mills                      "Warning",
1423271584abSEd Tanous                      3,
1424271584abSEd Tanous 
1425fbe8378fSJason M. Bills                      {
1426fbe8378fSJason M. Bills                          "number",
1427fbe8378fSJason M. Bills                          "number",
1428fbe8378fSJason M. Bills                          "number",
1429fbe8378fSJason M. Bills                      },
1430271584abSEd Tanous                      "None.",
1431fbe8378fSJason M. Bills                  }},
1432271584abSEd Tanous     MessageEntry{"PCIeCorrectableReplayTimerTimeout",
1433fbe8378fSJason M. Bills                  {
1434271584abSEd Tanous                      "Indicates a PCIe Correctable Replay Timer Timeout.",
1435271584abSEd Tanous                      "PCIe Correctable Replay Timer Timeout. Bus=%1 "
1436fbe8378fSJason M. Bills                      "Device=%2 Function=%3.",
1437271584abSEd Tanous                      "Warning",
1438e7808c93SGunnar Mills                      "Warning",
1439271584abSEd Tanous                      3,
1440271584abSEd Tanous 
1441fbe8378fSJason M. Bills                      {
1442fbe8378fSJason M. Bills                          "number",
1443fbe8378fSJason M. Bills                          "number",
1444fbe8378fSJason M. Bills                          "number",
1445fbe8378fSJason M. Bills                      },
1446271584abSEd Tanous                      "None.",
1447fbe8378fSJason M. Bills                  }},
1448fbe8378fSJason M. Bills     MessageEntry{"PCIeCorrectableUnspecifiedAERError",
1449fbe8378fSJason M. Bills                  {
1450fbe8378fSJason M. Bills                      "Indicates a PCIe Correctable Unspecified AER Error.",
1451271584abSEd Tanous                      "PCIe Correctable Unspecified AER Error. "
1452fbe8378fSJason M. Bills                      "Bus=%1 Device=%2 Function=%3.",
1453271584abSEd Tanous                      "Warning",
1454e7808c93SGunnar Mills                      "Warning",
1455271584abSEd Tanous                      3,
1456271584abSEd Tanous 
1457fbe8378fSJason M. Bills                      {
1458fbe8378fSJason M. Bills                          "number",
1459fbe8378fSJason M. Bills                          "number",
1460fbe8378fSJason M. Bills                          "number",
1461fbe8378fSJason M. Bills                      },
1462271584abSEd Tanous                      "None.",
1463fbe8378fSJason M. Bills                  }},
1464271584abSEd Tanous     MessageEntry{"PCIeFatalACSViolation",
1465fbe8378fSJason M. Bills                  {
1466271584abSEd Tanous                      "Indicates a PCIe ACS Violation Error.",
1467271584abSEd Tanous 
1468fbe8378fSJason M. Bills                      "PCIe Fatal ACS Violation. Bus=%1 Device=%2 Function=%3.",
14694228a160SJason M. Bills                      "Critical",
1470e7808c93SGunnar Mills                      "Critical",
1471271584abSEd Tanous                      3,
1472271584abSEd Tanous 
1473fbe8378fSJason M. Bills                      {
1474fbe8378fSJason M. Bills                          "number",
1475fbe8378fSJason M. Bills                          "number",
1476fbe8378fSJason M. Bills                          "number",
1477fbe8378fSJason M. Bills                      },
1478271584abSEd Tanous                      "None.",
1479fbe8378fSJason M. Bills                  }},
1480271584abSEd Tanous     MessageEntry{"PCIeFatalAtomicEgressBlocked",
1481fbe8378fSJason M. Bills                  {
1482271584abSEd Tanous                      "Indicates a PCIe Atomic Egress Blocked Error.",
1483271584abSEd Tanous                      "PCIe Fatal Atomic Egress Blocked. Bus=%1 Device=%2 "
1484fbe8378fSJason M. Bills                      "Function=%3.",
14854228a160SJason M. Bills                      "Critical",
1486e7808c93SGunnar Mills                      "Critical",
1487271584abSEd Tanous                      3,
1488271584abSEd Tanous 
1489fbe8378fSJason M. Bills                      {
1490fbe8378fSJason M. Bills                          "number",
1491fbe8378fSJason M. Bills                          "number",
1492fbe8378fSJason M. Bills                          "number",
1493fbe8378fSJason M. Bills                      },
1494271584abSEd Tanous                      "None.",
1495fbe8378fSJason M. Bills                  }},
1496fbe8378fSJason M. Bills     MessageEntry{
1497fbe8378fSJason M. Bills         "PCIeFatalCompleterAbort",
1498fbe8378fSJason M. Bills         {
1499271584abSEd Tanous             "Indicates a PCIe Completer Abort Error.",
1500271584abSEd Tanous 
1501fbe8378fSJason M. Bills             "PCIe Fatal Completer Abort. Bus=%1 Device=%2 Function=%3.",
15024228a160SJason M. Bills             "Critical",
1503e7808c93SGunnar Mills             "Critical",
1504271584abSEd Tanous             3,
1505271584abSEd Tanous 
1506fbe8378fSJason M. Bills             {
1507fbe8378fSJason M. Bills                 "number",
1508fbe8378fSJason M. Bills                 "number",
1509fbe8378fSJason M. Bills                 "number",
1510fbe8378fSJason M. Bills             },
1511271584abSEd Tanous             "None.",
1512fbe8378fSJason M. Bills         }},
1513fbe8378fSJason M. Bills     MessageEntry{
1514fbe8378fSJason M. Bills         "PCIeFatalCompletionTimeout",
1515fbe8378fSJason M. Bills         {
1516271584abSEd Tanous             "Indicates a PCIe Completion Timeout Error.",
1517271584abSEd Tanous 
1518fbe8378fSJason M. Bills             "PCIe Fatal Completion Timeout. Bus=%1 Device=%2 Function=%3.",
15194228a160SJason M. Bills             "Critical",
1520e7808c93SGunnar Mills             "Critical",
1521271584abSEd Tanous             3,
1522271584abSEd Tanous 
1523fbe8378fSJason M. Bills             {
1524fbe8378fSJason M. Bills                 "number",
1525fbe8378fSJason M. Bills                 "number",
1526fbe8378fSJason M. Bills                 "number",
1527fbe8378fSJason M. Bills             },
1528271584abSEd Tanous             "None.",
1529fbe8378fSJason M. Bills         }},
1530fbe8378fSJason M. Bills     MessageEntry{
1531fbe8378fSJason M. Bills         "PCIeFatalDataLinkLayerProtocol",
1532fbe8378fSJason M. Bills         {
1533271584abSEd Tanous             "Indicates a PCIe Data Link Layer Protocol Error.",
1534271584abSEd Tanous 
1535fbe8378fSJason M. Bills             "PCIe Fatal Data Link Layer Protocol Error. Bus=%1 Device=%2 "
1536fbe8378fSJason M. Bills             "Function=%3.",
15374228a160SJason M. Bills             "Critical",
1538e7808c93SGunnar Mills             "Critical",
1539271584abSEd Tanous             3,
1540271584abSEd Tanous 
1541fbe8378fSJason M. Bills             {
1542fbe8378fSJason M. Bills                 "number",
1543fbe8378fSJason M. Bills                 "number",
1544fbe8378fSJason M. Bills                 "number",
1545fbe8378fSJason M. Bills             },
1546271584abSEd Tanous             "None.",
1547fbe8378fSJason M. Bills         }},
1548271584abSEd Tanous     MessageEntry{"PCIeFatalECRCError",
1549fbe8378fSJason M. Bills                  {
1550271584abSEd Tanous                      "Indicates a PCIe ECRC Error.",
1551271584abSEd Tanous                      "PCIe Fatal ECRC Error. Bus=%1 Device=%2 Function=%3.",
15524228a160SJason M. Bills                      "Critical",
1553e7808c93SGunnar Mills                      "Critical",
1554271584abSEd Tanous                      3,
1555271584abSEd Tanous 
1556fbe8378fSJason M. Bills                      {
1557fbe8378fSJason M. Bills                          "number",
1558fbe8378fSJason M. Bills                          "number",
1559fbe8378fSJason M. Bills                          "number",
1560fbe8378fSJason M. Bills                      },
1561271584abSEd Tanous                      "None.",
1562fbe8378fSJason M. Bills                  }},
1563271584abSEd Tanous     MessageEntry{"PCIeFatalFlowControlProtocol",
1564fbe8378fSJason M. Bills                  {
1565271584abSEd Tanous                      "Indicates a PCIe Flow Control Protocol Error.",
1566271584abSEd Tanous 
1567fbe8378fSJason M. Bills                      "PCIe Fatal Flow Control Protocol Error. Bus=%1 Device=%2 "
1568fbe8378fSJason M. Bills                      "Function=%3.",
15694228a160SJason M. Bills                      "Critical",
1570e7808c93SGunnar Mills                      "Critical",
1571271584abSEd Tanous                      3,
1572271584abSEd Tanous 
1573fbe8378fSJason M. Bills                      {
1574fbe8378fSJason M. Bills                          "number",
1575fbe8378fSJason M. Bills                          "number",
1576fbe8378fSJason M. Bills                          "number",
1577fbe8378fSJason M. Bills                      },
1578271584abSEd Tanous                      "None.",
1579fbe8378fSJason M. Bills                  }},
1580fbe8378fSJason M. Bills     MessageEntry{
1581fbe8378fSJason M. Bills         "PCIeFatalMalformedTLP",
1582fbe8378fSJason M. Bills         {
1583271584abSEd Tanous             "Indicates a PCIe Malformed TLP Error.",
1584271584abSEd Tanous 
1585fbe8378fSJason M. Bills             "PCIe Fatal Malformed TLP Error. Bus=%1 Device=%2 Function=%3.",
15864228a160SJason M. Bills             "Critical",
1587e7808c93SGunnar Mills             "Critical",
1588271584abSEd Tanous             3,
1589271584abSEd Tanous 
1590fbe8378fSJason M. Bills             {
1591fbe8378fSJason M. Bills                 "number",
1592fbe8378fSJason M. Bills                 "number",
1593fbe8378fSJason M. Bills                 "number",
1594fbe8378fSJason M. Bills             },
1595271584abSEd Tanous             "None.",
1596fbe8378fSJason M. Bills         }},
1597fbe8378fSJason M. Bills     MessageEntry{"PCIeFatalMCBlockedTLP",
1598fbe8378fSJason M. Bills                  {
1599271584abSEd Tanous                      "Indicates a PCIe MC Blocked TLP Error.",
1600271584abSEd Tanous                      "PCIe Fatal MC Blocked TLP Error. Bus=%1 "
1601fbe8378fSJason M. Bills                      "Device=%2 Function=%3.",
16024228a160SJason M. Bills                      "Critical",
1603e7808c93SGunnar Mills                      "Critical",
1604271584abSEd Tanous                      3,
1605271584abSEd Tanous 
1606fbe8378fSJason M. Bills                      {
1607fbe8378fSJason M. Bills                          "number",
1608fbe8378fSJason M. Bills                          "number",
1609fbe8378fSJason M. Bills                          "number",
1610fbe8378fSJason M. Bills                      },
1611271584abSEd Tanous                      "None.",
1612fbe8378fSJason M. Bills                  }},
1613fbe8378fSJason M. Bills     MessageEntry{
1614fbe8378fSJason M. Bills         "PCIeFatalPoisonedTLP",
1615fbe8378fSJason M. Bills         {
1616271584abSEd Tanous             "Indicates a PCIe Poisoned TLP Error.",
1617271584abSEd Tanous 
1618fbe8378fSJason M. Bills             "PCIe Fatal Poisoned TLP Error. Bus=%1 Device=%2 Function=%3.",
16194228a160SJason M. Bills             "Critical",
1620e7808c93SGunnar Mills             "Critical",
1621271584abSEd Tanous             3,
1622271584abSEd Tanous 
1623fbe8378fSJason M. Bills             {
1624fbe8378fSJason M. Bills                 "number",
1625fbe8378fSJason M. Bills                 "number",
1626fbe8378fSJason M. Bills                 "number",
1627fbe8378fSJason M. Bills             },
1628271584abSEd Tanous             "None.",
1629fbe8378fSJason M. Bills         }},
1630271584abSEd Tanous     MessageEntry{"PCIeFatalReceiverBufferOverflow",
1631fbe8378fSJason M. Bills                  {
1632271584abSEd Tanous                      "Indicates a PCIe Receiver Buffer Overflow Error.",
1633271584abSEd Tanous                      "PCIe Fatal Receiver Buffer Overflow. Bus=%1 Device=%2 "
1634fbe8378fSJason M. Bills                      "Function=%3.",
16354228a160SJason M. Bills                      "Critical",
1636e7808c93SGunnar Mills                      "Critical",
1637271584abSEd Tanous                      3,
1638271584abSEd Tanous 
1639fbe8378fSJason M. Bills                      {
1640fbe8378fSJason M. Bills                          "number",
1641fbe8378fSJason M. Bills                          "number",
1642fbe8378fSJason M. Bills                          "number",
1643fbe8378fSJason M. Bills                      },
1644271584abSEd Tanous                      "None.",
1645fbe8378fSJason M. Bills                  }},
1646fbe8378fSJason M. Bills     MessageEntry{
164714c8aee2SEd Tanous         "PCIeFatalReceivedErrNonFatalMessage",
1648fbe8378fSJason M. Bills         {
1649fbe8378fSJason M. Bills             "Indicates a PCIe Received ERR_NONFATAL Message Error.",
1650271584abSEd Tanous 
1651fbe8378fSJason M. Bills             "PCIe Fatal Received ERR_NONFATAL Message. Bus=%1 Device=%2 "
1652fbe8378fSJason M. Bills             "Function=%3.",
16534228a160SJason M. Bills             "Critical",
1654e7808c93SGunnar Mills             "Critical",
1655271584abSEd Tanous             3,
1656271584abSEd Tanous 
1657fbe8378fSJason M. Bills             {
1658fbe8378fSJason M. Bills                 "number",
1659fbe8378fSJason M. Bills                 "number",
1660fbe8378fSJason M. Bills                 "number",
1661fbe8378fSJason M. Bills             },
1662271584abSEd Tanous             "None.",
1663fbe8378fSJason M. Bills         }},
1664fbe8378fSJason M. Bills     MessageEntry{"PCIeFatalReceivedFatalMessageFromDownstream",
1665fbe8378fSJason M. Bills                  {
1666271584abSEd Tanous                      "Indicates a PCIe Received Fatal Message "
1667fbe8378fSJason M. Bills                      "From Downstream Error.",
1668271584abSEd Tanous 
1669fbe8378fSJason M. Bills                      "PCIe Fatal Received Fatal Message From Downstream. "
1670fbe8378fSJason M. Bills                      "Bus=%1 Device=%2 Function=%3.",
16714228a160SJason M. Bills                      "Critical",
1672e7808c93SGunnar Mills                      "Critical",
1673271584abSEd Tanous                      3,
1674271584abSEd Tanous 
1675fbe8378fSJason M. Bills                      {
1676fbe8378fSJason M. Bills                          "number",
1677fbe8378fSJason M. Bills                          "number",
1678fbe8378fSJason M. Bills                          "number",
1679fbe8378fSJason M. Bills                      },
1680271584abSEd Tanous                      "None.",
1681fbe8378fSJason M. Bills                  }},
1682271584abSEd Tanous     MessageEntry{"PCIeFatalSurpriseLinkDown",
1683fbe8378fSJason M. Bills                  {
1684271584abSEd Tanous                      "Indicates a PCIe Surprise Link Down Error.",
1685271584abSEd Tanous                      "PCIe Fatal Surprise Link Down Error. Bus=%1 Device=%2 "
1686fbe8378fSJason M. Bills                      "Function=%3.",
16874228a160SJason M. Bills                      "Critical",
1688e7808c93SGunnar Mills                      "Critical",
1689271584abSEd Tanous                      3,
1690271584abSEd Tanous 
1691fbe8378fSJason M. Bills                      {
1692fbe8378fSJason M. Bills                          "number",
1693fbe8378fSJason M. Bills                          "number",
1694fbe8378fSJason M. Bills                          "number",
1695fbe8378fSJason M. Bills                      },
1696271584abSEd Tanous                      "None.",
1697fbe8378fSJason M. Bills                  }},
1698271584abSEd Tanous     MessageEntry{"PCIeFatalTLPPrefixBlocked",
1699fbe8378fSJason M. Bills                  {
1700271584abSEd Tanous                      "Indicates a PCIe TLP Prefix Blocked Error.",
1701271584abSEd Tanous                      "PCIe Fatal TLP Prefix Blocked Error. Bus=%1 Device=%2 "
1702fbe8378fSJason M. Bills                      "Function=%3.",
17034228a160SJason M. Bills                      "Critical",
1704e7808c93SGunnar Mills                      "Critical",
1705271584abSEd Tanous                      3,
1706271584abSEd Tanous 
1707fbe8378fSJason M. Bills                      {
1708fbe8378fSJason M. Bills                          "number",
1709fbe8378fSJason M. Bills                          "number",
1710fbe8378fSJason M. Bills                          "number",
1711fbe8378fSJason M. Bills                      },
1712271584abSEd Tanous                      "None.",
1713fbe8378fSJason M. Bills                  }},
1714fbe8378fSJason M. Bills     MessageEntry{
1715fbe8378fSJason M. Bills         "PCIeFatalUncorrectableInternal",
1716fbe8378fSJason M. Bills         {
1717271584abSEd Tanous             "Indicates a PCIe Uncorrectable Internal Error.",
1718271584abSEd Tanous 
1719fbe8378fSJason M. Bills             "PCIe Fatal Uncorrectable Internal Error. Bus=%1 Device=%2 "
1720fbe8378fSJason M. Bills             "Function=%3.",
17214228a160SJason M. Bills             "Critical",
1722e7808c93SGunnar Mills             "Critical",
1723271584abSEd Tanous             3,
1724271584abSEd Tanous 
1725fbe8378fSJason M. Bills             {
1726fbe8378fSJason M. Bills                 "number",
1727fbe8378fSJason M. Bills                 "number",
1728fbe8378fSJason M. Bills                 "number",
1729fbe8378fSJason M. Bills             },
1730271584abSEd Tanous             "None.",
1731fbe8378fSJason M. Bills         }},
1732271584abSEd Tanous     MessageEntry{"PCIeFatalUnexpectedCompletion",
1733fbe8378fSJason M. Bills                  {
1734271584abSEd Tanous                      "Indicates a PCIe Unexpected Completion Error.",
1735271584abSEd Tanous                      "PCIe Fatal Unexpected Completion. Bus=%1 Device=%2 "
1736fbe8378fSJason M. Bills                      "Function=%3.",
17374228a160SJason M. Bills                      "Critical",
1738e7808c93SGunnar Mills                      "Critical",
1739271584abSEd Tanous                      3,
1740271584abSEd Tanous 
1741fbe8378fSJason M. Bills                      {
1742fbe8378fSJason M. Bills                          "number",
1743fbe8378fSJason M. Bills                          "number",
1744fbe8378fSJason M. Bills                          "number",
1745fbe8378fSJason M. Bills                      },
1746271584abSEd Tanous                      "None.",
1747fbe8378fSJason M. Bills                  }},
1748271584abSEd Tanous     MessageEntry{"PCIeFatalUnspecifiedNonAERFatalError",
1749fbe8378fSJason M. Bills                  {
1750271584abSEd Tanous                      "Indicates a PCIe Unspecified Non-AER Fatal Error.",
1751271584abSEd Tanous                      "PCIe Fatal Unspecified Non-AER Fatal Error. Bus=%1 "
1752fbe8378fSJason M. Bills                      "Device=%2 Function=%3.",
17534228a160SJason M. Bills                      "Critical",
1754e7808c93SGunnar Mills                      "Critical",
1755271584abSEd Tanous                      3,
1756271584abSEd Tanous 
1757fbe8378fSJason M. Bills                      {
1758fbe8378fSJason M. Bills                          "number",
1759fbe8378fSJason M. Bills                          "number",
1760fbe8378fSJason M. Bills                          "number",
1761fbe8378fSJason M. Bills                      },
1762271584abSEd Tanous                      "None.",
1763fbe8378fSJason M. Bills                  }},
1764fbe8378fSJason M. Bills     MessageEntry{
1765fbe8378fSJason M. Bills         "PCIeFatalUnsupportedRequest",
1766fbe8378fSJason M. Bills         {
1767271584abSEd Tanous             "Indicates a PCIe Unsupported Request Error.",
1768271584abSEd Tanous 
1769fbe8378fSJason M. Bills             "PCIe Fatal Unsupported Request. Bus=%1 Device=%2 Function=%3.",
17704228a160SJason M. Bills             "Critical",
1771e7808c93SGunnar Mills             "Critical",
1772271584abSEd Tanous             3,
1773271584abSEd Tanous 
1774fbe8378fSJason M. Bills             {
1775fbe8378fSJason M. Bills                 "number",
1776fbe8378fSJason M. Bills                 "number",
1777fbe8378fSJason M. Bills                 "number",
1778fbe8378fSJason M. Bills             },
1779271584abSEd Tanous             "None.",
1780fbe8378fSJason M. Bills         }},
1781271584abSEd Tanous     MessageEntry{"PowerButtonPressed",
1782fbe8378fSJason M. Bills                  {
1783271584abSEd Tanous                      "Indicates that the power button was pressed.",
1784271584abSEd Tanous                      "Power Button Pressed.",
1785271584abSEd Tanous                      "OK",
1786e7808c93SGunnar Mills                      "OK",
1787271584abSEd Tanous                      0,
1788271584abSEd Tanous                      {},
1789271584abSEd Tanous                      "None.",
1790fbe8378fSJason M. Bills                  }},
1791dd118a2eSJason M. Bills     MessageEntry{"PowerRestorePolicyApplied",
1792dd118a2eSJason M. Bills                  {
1793271584abSEd Tanous                      "Indicates that power was restored and the "
1794dd118a2eSJason M. Bills                      "BMC has applied the restore policy.",
1795271584abSEd Tanous                      "Power restore policy applied.",
1796271584abSEd Tanous                      "OK",
1797e7808c93SGunnar Mills                      "OK",
1798271584abSEd Tanous                      0,
1799271584abSEd Tanous                      {},
1800271584abSEd Tanous                      "None.",
1801dd118a2eSJason M. Bills                  }},
1802271584abSEd Tanous     MessageEntry{"PowerSupplyConfigurationError",
1803fbe8378fSJason M. Bills                  {
1804271584abSEd Tanous                      "Indicates an error in power supply configuration.",
1805271584abSEd Tanous                      "Power supply %1 configuration error.",
18069c6b0159SYong Li                      "Warning",
1807e7808c93SGunnar Mills                      "Warning",
1808271584abSEd Tanous                      1,
1809271584abSEd Tanous                      {"string"},
1810271584abSEd Tanous                      "None.",
1811fbe8378fSJason M. Bills                  }},
1812fbe8378fSJason M. Bills     MessageEntry{
18137f68549fSjayaprakash Mutyala         "PowerSupplyConfigurationErrorRecovered",
18147f68549fSjayaprakash Mutyala         {
18157f68549fSjayaprakash Mutyala             "Indicates that power supply configuration error recovered "
18167f68549fSjayaprakash Mutyala             "from a failure.",
18177f68549fSjayaprakash Mutyala             "Power supply %1 configuration error recovered.",
18187f68549fSjayaprakash Mutyala             "OK",
1819e7808c93SGunnar Mills             "OK",
18207f68549fSjayaprakash Mutyala             1,
18217f68549fSjayaprakash Mutyala             {"string"},
18227f68549fSjayaprakash Mutyala             "None.",
18237f68549fSjayaprakash Mutyala         }},
18247f68549fSjayaprakash Mutyala     MessageEntry{
1825fbe8378fSJason M. Bills         "PowerSupplyFanFailed",
1826fbe8378fSJason M. Bills         {
1827fbe8378fSJason M. Bills             "Indicates that the specified power supply fan has failed.",
1828271584abSEd Tanous             "Power supply %1 fan %2 failed.",
18299c6b0159SYong Li             "Warning",
1830e7808c93SGunnar Mills             "Warning",
1831271584abSEd Tanous             2,
1832271584abSEd Tanous             {"string", "string"},
1833271584abSEd Tanous             "None.",
1834fbe8378fSJason M. Bills         }},
1835dac62eefSCheng C Yang     MessageEntry{
1836dac62eefSCheng C Yang         "PowerSupplyFanRecovered",
1837dac62eefSCheng C Yang         {
1838dac62eefSCheng C Yang             "Indicates that the power supply fan recovered from a failure.",
1839271584abSEd Tanous             "Power supply %1 fan %2 recovered.",
1840271584abSEd Tanous             "OK",
1841e7808c93SGunnar Mills             "OK",
1842271584abSEd Tanous             2,
1843271584abSEd Tanous             {"string", "string"},
1844271584abSEd Tanous             "None.",
1845dac62eefSCheng C Yang         }},
1846fbe8378fSJason M. Bills     MessageEntry{"PowerSupplyFailed",
1847fbe8378fSJason M. Bills                  {
1848271584abSEd Tanous                      "Indicates that a power supply has failed.",
1849271584abSEd Tanous                      "Power supply %1 failed.",
18509c6b0159SYong Li                      "Warning",
1851e7808c93SGunnar Mills                      "Warning",
1852271584abSEd Tanous                      1,
1853271584abSEd Tanous                      {"string"},
1854271584abSEd Tanous                      "None.",
1855fbe8378fSJason M. Bills                  }},
1856fbe8378fSJason M. Bills     MessageEntry{"PowerSupplyFailurePredicted",
1857fbe8378fSJason M. Bills                  {
1858fbe8378fSJason M. Bills                      "Indicates that a power supply is predicted to fail.",
1859271584abSEd Tanous                      "Power supply %1 failure predicted.",
1860271584abSEd Tanous                      "Warning",
1861e7808c93SGunnar Mills                      "Warning",
1862271584abSEd Tanous                      1,
1863271584abSEd Tanous                      {"string"},
1864271584abSEd Tanous                      "None.",
1865fbe8378fSJason M. Bills                  }},
1866271584abSEd Tanous     MessageEntry{"PowerSupplyInserted",
1867fbe8378fSJason M. Bills                  {
1868271584abSEd Tanous                      "Indicates that a power supply has been inserted.",
1869271584abSEd Tanous                      "Power supply %1 inserted.",
1870271584abSEd Tanous                      "OK",
1871e7808c93SGunnar Mills                      "OK",
1872271584abSEd Tanous                      1,
1873271584abSEd Tanous                      {"string"},
1874271584abSEd Tanous                      "None.",
1875fbe8378fSJason M. Bills                  }},
1876271584abSEd Tanous     MessageEntry{"PowerSupplyPowerGoodFailed",
1877bc48a175SJason M. Bills                  {
1878271584abSEd Tanous                      "Indicates that the power supply power good signal "
1879bc48a175SJason M. Bills                      "failed to assert within the specified time.",
1880271584abSEd Tanous                      "Power supply power good failed to assert within %1 "
1881bc48a175SJason M. Bills                      "milliseconds.",
1882271584abSEd Tanous                      "Critical",
1883e7808c93SGunnar Mills                      "Critical",
1884271584abSEd Tanous                      1,
1885271584abSEd Tanous                      {"number"},
1886271584abSEd Tanous                      "None.",
1887bc48a175SJason M. Bills                  }},
1888dac62eefSCheng C Yang     MessageEntry{"PowerSupplyPowerLost",
1889dac62eefSCheng C Yang                  {
1890dac62eefSCheng C Yang                      "Indicates that a power supply has lost input power.",
1891271584abSEd Tanous                      "Power supply %1 power lost.",
18929c6b0159SYong Li                      "Warning",
1893e7808c93SGunnar Mills                      "Warning",
1894271584abSEd Tanous                      1,
1895271584abSEd Tanous                      {"string"},
1896271584abSEd Tanous                      "None.",
1897dac62eefSCheng C Yang                  }},
1898271584abSEd Tanous     MessageEntry{"PowerSupplyPowerRestored",
1899dac62eefSCheng C Yang                  {
1900dac62eefSCheng C Yang                      "Indicates that a power supply input power was restored.",
1901271584abSEd Tanous                      "Power supply %1 power restored.",
1902271584abSEd Tanous                      "OK",
1903e7808c93SGunnar Mills                      "OK",
1904271584abSEd Tanous                      1,
1905271584abSEd Tanous                      {"string"},
1906271584abSEd Tanous                      "None.",
1907dac62eefSCheng C Yang                  }},
1908dac62eefSCheng C Yang     MessageEntry{"PowerSupplyPredictedFailureRecovered",
1909dac62eefSCheng C Yang                  {
1910271584abSEd Tanous                      "Indicates that a power supply recovered "
1911dac62eefSCheng C Yang                      "from a predicted failure.",
1912271584abSEd Tanous                      "Power supply %1 predicted failure recovered.",
1913271584abSEd Tanous                      "OK",
1914e7808c93SGunnar Mills                      "OK",
1915271584abSEd Tanous                      1,
1916271584abSEd Tanous                      {"string"},
1917271584abSEd Tanous                      "None.",
1918dac62eefSCheng C Yang                  }},
1919271584abSEd Tanous     MessageEntry{"PowerSupplyRecovered",
1920dac62eefSCheng C Yang                  {
1921dac62eefSCheng C Yang                      "Indicates that a power supply recovered from a failure.",
1922271584abSEd Tanous                      "Power supply %1 recovered.",
1923271584abSEd Tanous                      "OK",
1924e7808c93SGunnar Mills                      "OK",
1925271584abSEd Tanous                      1,
1926271584abSEd Tanous                      {"string"},
1927271584abSEd Tanous                      "None.",
1928dac62eefSCheng C Yang                  }},
1929271584abSEd Tanous     MessageEntry{"PowerSupplyRemoved",
1930fbe8378fSJason M. Bills                  {
1931271584abSEd Tanous                      "Indicates that a power supply has been removed.",
1932271584abSEd Tanous                      "Power supply %1 removed.",
1933271584abSEd Tanous                      "Warning",
1934e7808c93SGunnar Mills                      "Warning",
1935271584abSEd Tanous                      1,
1936271584abSEd Tanous                      {"string"},
1937271584abSEd Tanous                      "None.",
1938fbe8378fSJason M. Bills                  }},
1939271584abSEd Tanous     MessageEntry{"PowerUnitDegradedFromNonRedundant",
1940cecb4cb6SCheng C Yang                  {
1941cecb4cb6SCheng C Yang                      "Indicates that power unit is come back to redundant from"
1942cecb4cb6SCheng C Yang                      "nonredundant but is still not in full redundancy mode.",
1943271584abSEd Tanous                      "Power Unit degraded from nonredundant.",
1944271584abSEd Tanous                      "Warning",
1945e7808c93SGunnar Mills                      "Warning",
1946271584abSEd Tanous                      0,
1947271584abSEd Tanous                      {},
1948271584abSEd Tanous                      "None.",
1949cecb4cb6SCheng C Yang                  }},
1950cecb4cb6SCheng C Yang     MessageEntry{"PowerUnitDegradedFromRedundant",
1951cecb4cb6SCheng C Yang                  {
1952cecb4cb6SCheng C Yang                      "Indicates that power unit is degarded from full "
1953cecb4cb6SCheng C Yang                      "redundancy mode.",
1954271584abSEd Tanous                      "Power Unit degraded from redundant.",
1955271584abSEd Tanous                      "Warning",
1956e7808c93SGunnar Mills                      "Warning",
1957271584abSEd Tanous                      0,
1958271584abSEd Tanous                      {},
1959271584abSEd Tanous                      "None.",
1960cecb4cb6SCheng C Yang                  }},
1961271584abSEd Tanous     MessageEntry{"PowerUnitRedundancyDegraded",
1962cecb4cb6SCheng C Yang                  {
1963cecb4cb6SCheng C Yang                      "Indicates that power unit redundancy has been degraded.",
1964271584abSEd Tanous                      "Power Unit Redundancy degraded.",
1965271584abSEd Tanous                      "Warning",
1966e7808c93SGunnar Mills                      "Warning",
1967271584abSEd Tanous                      0,
1968271584abSEd Tanous                      {},
1969271584abSEd Tanous                      "None.",
1970cecb4cb6SCheng C Yang                  }},
1971cecb4cb6SCheng C Yang     MessageEntry{
1972cecb4cb6SCheng C Yang         "PowerUnitNonRedundantFromInsufficient",
1973cecb4cb6SCheng C Yang         {
1974cecb4cb6SCheng C Yang             "Indicates that power unit is not in redundancy mode and get"
1975cecb4cb6SCheng C Yang             "sufficient power to support redundancy from insufficient"
1976cecb4cb6SCheng C Yang             "power.",
1977271584abSEd Tanous 
1978cecb4cb6SCheng C Yang             "Power Unit NonRedundant from insufficient to sufficient.",
1979271584abSEd Tanous             "Warning",
1980e7808c93SGunnar Mills             "Warning",
1981271584abSEd Tanous             0,
1982271584abSEd Tanous             {},
1983271584abSEd Tanous             "None.",
1984cecb4cb6SCheng C Yang         }},
1985271584abSEd Tanous     MessageEntry{"PowerUnitNonRedundantInsufficient",
1986cecb4cb6SCheng C Yang                  {
1987271584abSEd Tanous                      "Indicates that power unit do not have sufficient "
1988cecb4cb6SCheng C Yang                      "power to support redundancy.",
1989271584abSEd Tanous                      "Power Unit NonRedundant and has insufficient resource.",
19904228a160SJason M. Bills                      "Critical",
1991e7808c93SGunnar Mills                      "Critical",
1992271584abSEd Tanous                      0,
1993271584abSEd Tanous                      {},
1994271584abSEd Tanous                      "None.",
1995cecb4cb6SCheng C Yang                  }},
1996cecb4cb6SCheng C Yang     MessageEntry{"PowerUnitRedundancyLost",
1997cecb4cb6SCheng C Yang                  {
1998cecb4cb6SCheng C Yang                      "Indicates that power unit redundancy has been lost.",
1999271584abSEd Tanous                      "Power Unit Redundancy lost.",
2000271584abSEd Tanous                      "Warning",
2001e7808c93SGunnar Mills                      "Warning",
2002271584abSEd Tanous                      0,
2003271584abSEd Tanous                      {},
2004271584abSEd Tanous                      "None.",
2005cecb4cb6SCheng C Yang                  }},
2006cecb4cb6SCheng C Yang     MessageEntry{
2007cecb4cb6SCheng C Yang         "PowerUnitRedundancyRegained",
2008cecb4cb6SCheng C Yang         {
2009cecb4cb6SCheng C Yang             "Indicates that power unit full redundancy has been regained.",
2010271584abSEd Tanous             "Power Unit Redundancy regained.",
2011271584abSEd Tanous             "OK",
2012e7808c93SGunnar Mills             "OK",
2013271584abSEd Tanous             0,
2014271584abSEd Tanous             {},
2015271584abSEd Tanous             "None.",
2016cecb4cb6SCheng C Yang         }},
2017cecb4cb6SCheng C Yang     MessageEntry{
2018cecb4cb6SCheng C Yang         "PowerUnitNonRedundantSufficient",
2019cecb4cb6SCheng C Yang         {
2020cecb4cb6SCheng C Yang             "Indicates that power unit is not in redundancy mode but still"
2021cecb4cb6SCheng C Yang             "has sufficient power to support redundancy.",
2022271584abSEd Tanous             "Power Unit Nonredundant but has sufficient resource.",
2023271584abSEd Tanous             "Warning",
2024e7808c93SGunnar Mills             "Warning",
2025271584abSEd Tanous             0,
2026271584abSEd Tanous             {},
2027271584abSEd Tanous             "None.",
2028cecb4cb6SCheng C Yang         }},
2029271584abSEd Tanous     MessageEntry{"ResetButtonPressed",
2030fbe8378fSJason M. Bills                  {
2031271584abSEd Tanous                      "Indicates that the reset button was pressed.",
2032271584abSEd Tanous                      "Reset Button Pressed.",
2033271584abSEd Tanous                      "OK",
2034e7808c93SGunnar Mills                      "OK",
2035271584abSEd Tanous                      0,
2036271584abSEd Tanous                      {},
2037271584abSEd Tanous                      "None.",
2038fbe8378fSJason M. Bills                  }},
20398ae37025SChen,Yugang     MessageEntry{"SecurityBoot2ndFlashEnabled",
20408ae37025SChen,Yugang                  {
20418ae37025SChen,Yugang                      "Indicates that the BMC 2nd boot flash is enabled.",
20428ae37025SChen,Yugang                      "BMC 2nd boot flash is enabled.",
20438ae37025SChen,Yugang                      "Critical",
2044e7808c93SGunnar Mills                      "Critical",
20458ae37025SChen,Yugang                      0,
20468ae37025SChen,Yugang                      {},
20478ae37025SChen,Yugang                      "None.",
20488ae37025SChen,Yugang                  }},
20498ae37025SChen,Yugang     MessageEntry{"SecurityP2aBridgeEnabled",
20508ae37025SChen,Yugang                  {
20518ae37025SChen,Yugang                      "Indicates that the P2A bridge is enabled.",
20528ae37025SChen,Yugang                      "P2A(PCIe to AHB) bridge is enabled.",
20538ae37025SChen,Yugang                      "Critical",
2054e7808c93SGunnar Mills                      "Critical",
20558ae37025SChen,Yugang                      0,
20568ae37025SChen,Yugang                      {},
20578ae37025SChen,Yugang                      "None.",
20588ae37025SChen,Yugang                  }},
20598ae37025SChen,Yugang     MessageEntry{"SecurityUartPortDebugEnabled",
20608ae37025SChen,Yugang                  {
20618ae37025SChen,Yugang                      "Indicates that the uart port debug is enabled.",
20628ae37025SChen,Yugang                      "Uart port debug is enabled.",
20638ae37025SChen,Yugang                      "Critical",
2064e7808c93SGunnar Mills                      "Critical",
20658ae37025SChen,Yugang                      0,
20668ae37025SChen,Yugang                      {},
20678ae37025SChen,Yugang                      "None.",
20688ae37025SChen,Yugang                  }},
20698988dda4SSuryakanth Sekar     MessageEntry{
20708988dda4SSuryakanth Sekar         "SecurityUserStrongHashAlgoRestored",
20718988dda4SSuryakanth Sekar         {
20728988dda4SSuryakanth Sekar             "Indicates that password computing hash algorithm changed.",
20738988dda4SSuryakanth Sekar             "Password computing hash algorithm is changed to sha256/sha512.",
20748988dda4SSuryakanth Sekar             "OK",
2075e7808c93SGunnar Mills             "OK",
20768988dda4SSuryakanth Sekar             0,
20778988dda4SSuryakanth Sekar             {},
20788988dda4SSuryakanth Sekar             "None.",
20798988dda4SSuryakanth Sekar         }},
20808988dda4SSuryakanth Sekar 
20818988dda4SSuryakanth Sekar     MessageEntry{"SecurityUserNonRootUidZeroAssigned",
20828988dda4SSuryakanth Sekar                  {
20838988dda4SSuryakanth Sekar                      "Indicates that non root user assigned with user ID zero.",
20848988dda4SSuryakanth Sekar                      "User ID Zero is assigned with non-root user.",
20858988dda4SSuryakanth Sekar                      "Critical",
2086e7808c93SGunnar Mills                      "Critical",
20878988dda4SSuryakanth Sekar                      0,
20888988dda4SSuryakanth Sekar                      {},
20898988dda4SSuryakanth Sekar                      "None.",
20908988dda4SSuryakanth Sekar                  }},
20918988dda4SSuryakanth Sekar     MessageEntry{"SecurityUserNonRootUidZeroRemoved",
20928988dda4SSuryakanth Sekar                  {
20938988dda4SSuryakanth Sekar                      "Indicates that non root user ID is removed",
20948988dda4SSuryakanth Sekar                      "Non root user assigned with user ID zero is removed.",
20958988dda4SSuryakanth Sekar                      "OK",
2096e7808c93SGunnar Mills                      "OK",
20978988dda4SSuryakanth Sekar                      0,
20988988dda4SSuryakanth Sekar                      {},
20998988dda4SSuryakanth Sekar                      "None.",
21008988dda4SSuryakanth Sekar                  }},
21018988dda4SSuryakanth Sekar 
21028988dda4SSuryakanth Sekar     MessageEntry{"SecurityUserRootEnabled",
21038988dda4SSuryakanth Sekar                  {
21048988dda4SSuryakanth Sekar                      "Indicates that system root user is enabled.",
21058988dda4SSuryakanth Sekar                      "User root is enabled.",
21068988dda4SSuryakanth Sekar                      "Critical",
2107e7808c93SGunnar Mills                      "Critical",
21088988dda4SSuryakanth Sekar                      0,
21098988dda4SSuryakanth Sekar                      {},
21108988dda4SSuryakanth Sekar                      "None.",
21118988dda4SSuryakanth Sekar                  }},
21128988dda4SSuryakanth Sekar     MessageEntry{"SecurityUserRootDisabled",
21138988dda4SSuryakanth Sekar                  {
21148988dda4SSuryakanth Sekar                      "Indicates that system root user is disabled.",
21158988dda4SSuryakanth Sekar                      "User root is disabled.",
21168988dda4SSuryakanth Sekar                      "OK",
2117e7808c93SGunnar Mills                      "OK",
21188988dda4SSuryakanth Sekar                      0,
21198988dda4SSuryakanth Sekar                      {},
21208988dda4SSuryakanth Sekar                      "None.",
21218988dda4SSuryakanth Sekar                  }},
21228988dda4SSuryakanth Sekar 
21238988dda4SSuryakanth Sekar     MessageEntry{"SecurityUserUnsupportedShellEnabled",
21248988dda4SSuryakanth Sekar                  {
21258988dda4SSuryakanth Sekar                      "Indicates that unsupported shell is enabled.",
21268988dda4SSuryakanth Sekar                      "Unsupported shell is enabled.",
21278988dda4SSuryakanth Sekar                      "Critical",
2128e7808c93SGunnar Mills                      "Critical",
21298988dda4SSuryakanth Sekar                      0,
21308988dda4SSuryakanth Sekar                      {},
21318988dda4SSuryakanth Sekar                      "None.",
21328988dda4SSuryakanth Sekar                  }},
21338988dda4SSuryakanth Sekar     MessageEntry{"SecurityUserUnsupportedShellRemoved",
21348988dda4SSuryakanth Sekar                  {
21358988dda4SSuryakanth Sekar                      "Indicates that unsupported shell is removed.",
21368988dda4SSuryakanth Sekar                      "Unsupported shell is removed.",
21378988dda4SSuryakanth Sekar                      "OK",
2138e7808c93SGunnar Mills                      "OK",
21398988dda4SSuryakanth Sekar                      0,
21408988dda4SSuryakanth Sekar                      {},
21418988dda4SSuryakanth Sekar                      "None.",
21428988dda4SSuryakanth Sekar                  }},
21438988dda4SSuryakanth Sekar 
21448988dda4SSuryakanth Sekar     MessageEntry{
21458988dda4SSuryakanth Sekar         "SecurityUserWeakHashAlgoEnabled",
21468988dda4SSuryakanth Sekar         {
21478988dda4SSuryakanth Sekar             "Indicates that weak password computing hash algorithm is enabled.",
21488988dda4SSuryakanth Sekar             "Weak password computing hash algorithm is enabled.",
21498988dda4SSuryakanth Sekar             "Critical",
2150e7808c93SGunnar Mills             "Critical",
21518988dda4SSuryakanth Sekar             0,
21528988dda4SSuryakanth Sekar             {},
21538988dda4SSuryakanth Sekar             "None.",
21548988dda4SSuryakanth Sekar         }},
2155fbe8378fSJason M. Bills     MessageEntry{"SELEntryAdded",
2156fbe8378fSJason M. Bills                  {
2157271584abSEd Tanous                      "Indicates a SEL entry was added using the "
2158fbe8378fSJason M. Bills                      "Add SEL Entry or Platform Event command.",
2159271584abSEd Tanous                      "SEL Entry Added: %1",
2160271584abSEd Tanous                      "OK",
2161e7808c93SGunnar Mills                      "OK",
2162271584abSEd Tanous                      1,
2163271584abSEd Tanous 
2164fbe8378fSJason M. Bills                      {
2165fbe8378fSJason M. Bills                          "string",
2166fbe8378fSJason M. Bills                      },
2167271584abSEd Tanous                      "None.",
2168fbe8378fSJason M. Bills                  }},
2169271584abSEd Tanous     MessageEntry{"SensorThresholdCriticalHighGoingHigh",
2170fbe8378fSJason M. Bills                  {
2171271584abSEd Tanous                      "Indicates that a threshold sensor has crossed a "
2172fbe8378fSJason M. Bills                      "critical high threshold going high.",
2173271584abSEd Tanous                      "%1 sensor crossed a critical high threshold going "
2174fbe8378fSJason M. Bills                      "high. Reading=%2 Threshold=%3.",
2175271584abSEd Tanous                      "Critical",
2176e7808c93SGunnar Mills                      "Critical",
2177271584abSEd Tanous                      3,
2178271584abSEd Tanous                      {"string", "number", "number"},
2179271584abSEd Tanous                      "Check the sensor or subsystem for errors.",
2180fbe8378fSJason M. Bills                  }},
2181271584abSEd Tanous     MessageEntry{"SensorThresholdCriticalHighGoingLow",
2182fbe8378fSJason M. Bills                  {
2183271584abSEd Tanous                      "Indicates that a threshold sensor has crossed a "
2184fbe8378fSJason M. Bills                      "critical high threshold going low.",
2185271584abSEd Tanous                      "%1 sensor crossed a critical high threshold going low. "
2186fbe8378fSJason M. Bills                      "Reading=%2 Threshold=%3.",
2187271584abSEd Tanous                      "OK",
2188e7808c93SGunnar Mills                      "OK",
2189271584abSEd Tanous                      3,
2190271584abSEd Tanous                      {"string", "number", "number"},
2191271584abSEd Tanous                      "None.",
2192fbe8378fSJason M. Bills                  }},
2193271584abSEd Tanous     MessageEntry{"SensorThresholdCriticalLowGoingHigh",
2194fbe8378fSJason M. Bills                  {
2195271584abSEd Tanous                      "Indicates that a threshold sensor has crossed a "
2196fbe8378fSJason M. Bills                      "critical low threshold going high.",
2197271584abSEd Tanous                      "%1 sensor crossed a critical low threshold going high. "
2198fbe8378fSJason M. Bills                      "Reading=%2 Threshold=%3.",
2199271584abSEd Tanous                      "OK",
2200e7808c93SGunnar Mills                      "OK",
2201271584abSEd Tanous                      3,
2202271584abSEd Tanous                      {"string", "number", "number"},
2203271584abSEd Tanous                      "None.",
2204fbe8378fSJason M. Bills                  }},
2205271584abSEd Tanous     MessageEntry{"SensorThresholdCriticalLowGoingLow",
2206fbe8378fSJason M. Bills                  {
2207271584abSEd Tanous                      "Indicates that a threshold sensor has crossed a "
2208fbe8378fSJason M. Bills                      "critical low threshold going low.",
2209271584abSEd Tanous                      "%1 sensor crossed a critical low threshold going low. "
2210fbe8378fSJason M. Bills                      "Reading=%2 Threshold=%3.",
2211271584abSEd Tanous                      "Critical",
2212e7808c93SGunnar Mills                      "Critical",
2213271584abSEd Tanous                      3,
2214271584abSEd Tanous                      {"string", "number", "number"},
2215271584abSEd Tanous                      "Check the sensor or subsystem for errors.",
2216fbe8378fSJason M. Bills                  }},
2217271584abSEd Tanous     MessageEntry{"SensorThresholdWarningHighGoingHigh",
2218fbe8378fSJason M. Bills                  {
2219271584abSEd Tanous                      "Indicates that a threshold sensor has crossed a "
2220fbe8378fSJason M. Bills                      "warning high threshold going high.",
2221271584abSEd Tanous                      "%1 sensor crossed a warning high threshold going high. "
2222fbe8378fSJason M. Bills                      "Reading=%2 Threshold=%3.",
2223271584abSEd Tanous                      "Warning",
2224e7808c93SGunnar Mills                      "Warning",
2225271584abSEd Tanous                      3,
2226271584abSEd Tanous                      {"string", "number", "number"},
2227271584abSEd Tanous                      "Check the sensor or subsystem for errors.",
2228fbe8378fSJason M. Bills                  }},
2229271584abSEd Tanous     MessageEntry{"SensorThresholdWarningHighGoingLow",
2230fbe8378fSJason M. Bills                  {
2231271584abSEd Tanous                      "Indicates that a threshold sensor has crossed a "
2232fbe8378fSJason M. Bills                      "warning high threshold going low.",
2233271584abSEd Tanous                      "%1 sensor crossed a warning high threshold going low. "
2234fbe8378fSJason M. Bills                      "Reading=%2 Threshold=%3.",
2235271584abSEd Tanous                      "OK",
2236e7808c93SGunnar Mills                      "OK",
2237271584abSEd Tanous                      3,
2238271584abSEd Tanous                      {"string", "number", "number"},
2239271584abSEd Tanous                      "None.",
2240fbe8378fSJason M. Bills                  }},
2241271584abSEd Tanous     MessageEntry{"SensorThresholdWarningLowGoingHigh",
2242fbe8378fSJason M. Bills                  {
2243271584abSEd Tanous                      "Indicates that a threshold sensor has crossed a "
2244fbe8378fSJason M. Bills                      "warning low threshold going high.",
2245271584abSEd Tanous                      "%1 sensor crossed a warning low threshold going high. "
2246fbe8378fSJason M. Bills                      "Reading=%2 Threshold=%3.",
2247271584abSEd Tanous                      "OK",
2248e7808c93SGunnar Mills                      "OK",
2249271584abSEd Tanous                      3,
2250271584abSEd Tanous                      {"string", "number", "number"},
2251271584abSEd Tanous                      "None.",
2252fbe8378fSJason M. Bills                  }},
2253271584abSEd Tanous     MessageEntry{"SensorThresholdWarningLowGoingLow",
2254fbe8378fSJason M. Bills                  {
2255271584abSEd Tanous                      "Indicates that a threshold sensor has crossed a "
2256fbe8378fSJason M. Bills                      "warning low threshold going low.",
2257271584abSEd Tanous                      "%1 sensor crossed a warning low threshold going low. "
2258fbe8378fSJason M. Bills                      "Reading=%2 Threshold=%3.",
2259271584abSEd Tanous                      "Warning",
2260e7808c93SGunnar Mills                      "Warning",
2261271584abSEd Tanous                      3,
2262271584abSEd Tanous                      {"string", "number", "number"},
2263271584abSEd Tanous                      "Check the sensor or subsystem for errors.",
2264fbe8378fSJason M. Bills                  }},
2265fb7579e9SJames Feist     MessageEntry{"ServiceFailure",
2266fb7579e9SJames Feist                  {
2267fb7579e9SJames Feist                      "Indicates that a service has exited unsuccessfully.",
2268271584abSEd Tanous                      "Service %1 has exited unsuccessfully.",
2269271584abSEd Tanous                      "Warning",
2270e7808c93SGunnar Mills                      "Warning",
2271271584abSEd Tanous                      1,
2272271584abSEd Tanous                      {"string"},
2273271584abSEd Tanous                      "None.",
2274fb7579e9SJames Feist                  }},
2275fbe8378fSJason M. Bills     MessageEntry{"SparingRedundancyDegraded",
2276fbe8378fSJason M. Bills                  {
2277fbe8378fSJason M. Bills                      "Indicates the sparing redundancy state is degraded.",
2278271584abSEd Tanous                      "Sparing redundancy state degraded. Socket=%1 "
2279fbe8378fSJason M. Bills                      "Channel=%2 DIMM=%3 Domain=%4 Rank=%5.",
2280271584abSEd Tanous                      "Warning",
2281e7808c93SGunnar Mills                      "Warning",
2282271584abSEd Tanous                      5,
2283271584abSEd Tanous 
2284fbe8378fSJason M. Bills                      {
2285fbe8378fSJason M. Bills                          "number",
2286fbe8378fSJason M. Bills                          "string",
2287fbe8378fSJason M. Bills                          "number",
2288fbe8378fSJason M. Bills                          "string",
2289fbe8378fSJason M. Bills                          "number",
2290fbe8378fSJason M. Bills                      },
2291271584abSEd Tanous                      "None.",
2292fbe8378fSJason M. Bills                  }},
2293fbe8378fSJason M. Bills     MessageEntry{
2294fbe8378fSJason M. Bills         "SparingRedundancyFull",
2295fbe8378fSJason M. Bills         {
2296fbe8378fSJason M. Bills             "Indicates the sparing redundancy state is fully redundant.",
2297271584abSEd Tanous             "Sparing redundancy state fully redundant. Socket=%1 "
2298fbe8378fSJason M. Bills             "Channel=%2 DIMM=%3 Domain=%4 Rank=%5.",
2299271584abSEd Tanous             "OK",
2300e7808c93SGunnar Mills             "OK",
2301271584abSEd Tanous             5,
2302271584abSEd Tanous 
2303fbe8378fSJason M. Bills             {
2304fbe8378fSJason M. Bills                 "number",
2305fbe8378fSJason M. Bills                 "string",
2306fbe8378fSJason M. Bills                 "number",
2307fbe8378fSJason M. Bills                 "string",
2308fbe8378fSJason M. Bills                 "number",
2309fbe8378fSJason M. Bills             },
2310271584abSEd Tanous             "None.",
2311fbe8378fSJason M. Bills         }},
2312271584abSEd Tanous     MessageEntry{"SsbThermalTrip",
2313b76f9ca1SChen,Yugang                  {
2314b76f9ca1SChen,Yugang                      "Indicates that an SSB Thermal trip has been asserted.",
2315271584abSEd Tanous                      "SSB Thermal trip.",
2316271584abSEd Tanous                      "Critical",
2317e7808c93SGunnar Mills                      "Critical",
2318271584abSEd Tanous                      0,
2319271584abSEd Tanous                      {},
2320271584abSEd Tanous                      "None.",
2321b76f9ca1SChen,Yugang                  }},
232252efa5d6SRichard Marian Thomaiyar     MessageEntry{"SystemInterfaceDisabledProvisioned",
232352efa5d6SRichard Marian Thomaiyar                  {
232452efa5d6SRichard Marian Thomaiyar                      "Indicates that the system interface is in the disabled "
232552efa5d6SRichard Marian Thomaiyar                      "provisioned state. All commands are blocked to execute "
232652efa5d6SRichard Marian Thomaiyar                      "through the system interface.",
232752efa5d6SRichard Marian Thomaiyar                      "The system interface is in the disabled provisioned "
232852efa5d6SRichard Marian Thomaiyar                      "state.",
232952efa5d6SRichard Marian Thomaiyar                      "OK",
2330e7808c93SGunnar Mills                      "OK",
233152efa5d6SRichard Marian Thomaiyar                      0,
233252efa5d6SRichard Marian Thomaiyar                      {},
233352efa5d6SRichard Marian Thomaiyar                      "None.",
233452efa5d6SRichard Marian Thomaiyar                  }},
233552efa5d6SRichard Marian Thomaiyar     MessageEntry{"SystemInterfaceUnprovisioned",
233652efa5d6SRichard Marian Thomaiyar                  {
233752efa5d6SRichard Marian Thomaiyar                      "Indicates that the system interface is in the "
233852efa5d6SRichard Marian Thomaiyar                      "unprovisioned state. All commands are permitted to "
233952efa5d6SRichard Marian Thomaiyar                      "execute through the system interface.",
234052efa5d6SRichard Marian Thomaiyar                      "The system interface is in the unprovisioned state.",
234152efa5d6SRichard Marian Thomaiyar                      "Critical",
2342e7808c93SGunnar Mills                      "Critical",
234352efa5d6SRichard Marian Thomaiyar                      0,
234452efa5d6SRichard Marian Thomaiyar                      {},
234552efa5d6SRichard Marian Thomaiyar                      "None.",
234652efa5d6SRichard Marian Thomaiyar                  }},
234752efa5d6SRichard Marian Thomaiyar     MessageEntry{"SystemInterfaceWhitelistProvisioned",
234852efa5d6SRichard Marian Thomaiyar                  {
234952efa5d6SRichard Marian Thomaiyar                      "Indicates that the system interface is in the whitelist "
235052efa5d6SRichard Marian Thomaiyar                      "provisioned state. Only whitelisted commands "
235152efa5d6SRichard Marian Thomaiyar                      "are permitted to execute through the system interface.",
235252efa5d6SRichard Marian Thomaiyar                      "The system interface is in the whitelist provisioned "
235352efa5d6SRichard Marian Thomaiyar                      "state.",
235452efa5d6SRichard Marian Thomaiyar                      "Warning",
2355e7808c93SGunnar Mills                      "Warning",
235652efa5d6SRichard Marian Thomaiyar                      0,
235752efa5d6SRichard Marian Thomaiyar                      {},
235852efa5d6SRichard Marian Thomaiyar                      "None.",
235952efa5d6SRichard Marian Thomaiyar                  }},
2360bc48a175SJason M. Bills     MessageEntry{"SystemPowerGoodFailed",
2361bc48a175SJason M. Bills                  {
2362bc48a175SJason M. Bills                      "Indicates that the system power good signal failed "
2363bc48a175SJason M. Bills                      "to assert within the specified time (VR failure).",
2364271584abSEd Tanous                      "System power good failed to assert within %1 "
2365bc48a175SJason M. Bills                      "milliseconds (VR failure).",
2366271584abSEd Tanous                      "Critical",
2367e7808c93SGunnar Mills                      "Critical",
2368271584abSEd Tanous                      1,
2369271584abSEd Tanous                      {"number"},
2370271584abSEd Tanous                      "None.",
2371bc48a175SJason M. Bills                  }},
2372fbe8378fSJason M. Bills     MessageEntry{"SystemPowerLost",
2373fbe8378fSJason M. Bills                  {
2374271584abSEd Tanous                      "Indicates that power was lost while the "
2375fbe8378fSJason M. Bills                      "system was powered on.",
2376271584abSEd Tanous                      "System Power Lost.",
2377271584abSEd Tanous                      "Critical",
2378e7808c93SGunnar Mills                      "Critical",
2379271584abSEd Tanous                      0,
2380271584abSEd Tanous                      {},
2381271584abSEd Tanous                      "None.",
2382fbe8378fSJason M. Bills                  }},
2383271584abSEd Tanous     MessageEntry{"SystemPowerOffFailed",
2384fbe8378fSJason M. Bills                  {
2385271584abSEd Tanous                      "Indicates that the system failed to power off.",
2386271584abSEd Tanous                      "System Power-Off Failed.",
2387271584abSEd Tanous                      "Critical",
2388e7808c93SGunnar Mills                      "Critical",
2389271584abSEd Tanous                      0,
2390271584abSEd Tanous                      {},
2391271584abSEd Tanous                      "None.",
2392fbe8378fSJason M. Bills                  }},
2393271584abSEd Tanous     MessageEntry{"SystemPowerOnFailed",
2394fbe8378fSJason M. Bills                  {
2395271584abSEd Tanous                      "Indicates that the system failed to power on.",
2396271584abSEd Tanous                      "System Power-On Failed.",
2397271584abSEd Tanous                      "Critical",
2398e7808c93SGunnar Mills                      "Critical",
2399271584abSEd Tanous                      0,
2400271584abSEd Tanous                      {},
2401271584abSEd Tanous                      "None.",
2402fbe8378fSJason M. Bills                  }},
240373de092fSJason M. Bills     MessageEntry{
240473de092fSJason M. Bills         "VoltageRegulatorOverheated",
240573de092fSJason M. Bills         {
240673de092fSJason M. Bills             "Indicates that the specified voltage regulator overheated.",
2407271584abSEd Tanous             "%1 Voltage Regulator Overheated.",
2408271584abSEd Tanous             "Critical",
2409e7808c93SGunnar Mills             "Critical",
2410271584abSEd Tanous             1,
2411271584abSEd Tanous             {"string"},
2412271584abSEd Tanous             "None.",
241373de092fSJason M. Bills         }},
24149aa46454SAgnieszka Szlendak 
2415fbe8378fSJason M. Bills };
2416fbe8378fSJason M. Bills } // namespace redfish::message_registries::openbmc
2417