140e9b92eSEd Tanous // SPDX-License-Identifier: Apache-2.0 240e9b92eSEd Tanous // SPDX-FileCopyrightText: Copyright OpenBMC Authors 3fbe8378fSJason M. Bills #pragma once 43e5faba5SEd Tanous /**************************************************************** 53e5faba5SEd Tanous * READ THIS WARNING FIRST 63e5faba5SEd Tanous * This is an auto-generated header which contains definitions 73e5faba5SEd Tanous * for Redfish DMTF defined messages. 83e5faba5SEd Tanous * DO NOT modify this registry outside of running the 93e5faba5SEd Tanous * parse_registries.py script. The definitions contained within 103e5faba5SEd Tanous * this file are owned by DMTF. Any modifications to these files 113e5faba5SEd Tanous * should be first pushed to the relevant registry in the DMTF 123e5faba5SEd Tanous * github organization. 133e5faba5SEd Tanous ***************************************************************/ 1401c78a06SNan Zhou #include "registries.hpp" 1501c78a06SNan Zhou 1601c78a06SNan Zhou #include <array> 17fbe8378fSJason M. Bills 183e5faba5SEd Tanous // clang-format off 19dd64162dSEd Tanous 20*4a102cd4SPatrick Williams namespace redfish::registries 21fbe8378fSJason M. Bills { 22*4a102cd4SPatrick Williams struct Openbmc 23*4a102cd4SPatrick Williams { 24*4a102cd4SPatrick Williams static constexpr Header header = { 2516b96f2eSHardik Panchal "Copyright 2022 OpenBMC. All rights reserved.", 26e7808c93SGunnar Mills "#MessageRegistry.v1_4_0.MessageRegistry", 2756b81992SEd Tanous 0, 2856b81992SEd Tanous 5, 2956b81992SEd Tanous 0, 30271584abSEd Tanous "OpenBMC Message Registry", 31271584abSEd Tanous "en", 32271584abSEd Tanous "This registry defines the base messages for OpenBMC.", 33271584abSEd Tanous "OpenBMC", 34271584abSEd Tanous "OpenBMC", 35fbe8378fSJason M. Bills }; 36*4a102cd4SPatrick Williams 37*4a102cd4SPatrick Williams static constexpr const char* url = 38770362feSMilton D. Miller II "https://raw.githubusercontent.com/openbmc/bmcweb/refs/heads/master/redfish-core/include/registries/openbmc.json"; 393e5faba5SEd Tanous 40*4a102cd4SPatrick Williams static constexpr std::array registry = 413e5faba5SEd Tanous { 42fbe8378fSJason M. Bills MessageEntry{ 43fbe8378fSJason M. Bills "ADDDCCorrectable", 44fbe8378fSJason M. Bills { 45271584abSEd Tanous "Indicates an ADDDC Correctable Error.", 46fbe8378fSJason M. Bills "ADDDC Correctable Error.Socket=%1 Channel=%2 DIMM=%3 Rank=%4.", 47271584abSEd Tanous "Warning", 48271584abSEd Tanous 4, 49fbe8378fSJason M. Bills { 50fbe8378fSJason M. Bills "number", 51fbe8378fSJason M. Bills "string", 52fbe8378fSJason M. Bills "number", 53fbe8378fSJason M. Bills "number", 54fbe8378fSJason M. Bills }, 55271584abSEd Tanous "None.", 56fbe8378fSJason M. Bills }}, 57fbe8378fSJason M. Bills MessageEntry{ 583e5faba5SEd Tanous "AtScaleDebugConnected", 594dcc3f92SSuryakanth Sekar { 603e5faba5SEd Tanous "Indicates At-Scale Debug connection has been established", 613e5faba5SEd Tanous "At-Scale Debug service is now connected %1", 624dcc3f92SSuryakanth Sekar "Critical", 633e5faba5SEd Tanous 1, 643e5faba5SEd Tanous { 653e5faba5SEd Tanous "string", 663e5faba5SEd Tanous }, 673e5faba5SEd Tanous "None.", 683e5faba5SEd Tanous }}, 693e5faba5SEd Tanous MessageEntry{ 703e5faba5SEd Tanous "AtScaleDebugConnectionFailed", 713e5faba5SEd Tanous { 723e5faba5SEd Tanous "Indicates At-Scale Debug connection aborted/failed", 733e5faba5SEd Tanous "At-Scale Debug connection aborted/failed", 743e5faba5SEd Tanous "Critical", 753e5faba5SEd Tanous 0, 763e5faba5SEd Tanous {}, 773e5faba5SEd Tanous "None.", 783e5faba5SEd Tanous }}, 793e5faba5SEd Tanous MessageEntry{ 803e5faba5SEd Tanous "AtScaleDebugDisconnected", 813e5faba5SEd Tanous { 823e5faba5SEd Tanous "Indicates At-Scale Debug connection has ended", 833e5faba5SEd Tanous "At-Scale Debug service is now disconnected", 843e5faba5SEd Tanous "OK", 853e5faba5SEd Tanous 0, 863e5faba5SEd Tanous {}, 873e5faba5SEd Tanous "None.", 883e5faba5SEd Tanous }}, 893e5faba5SEd Tanous MessageEntry{ 903e5faba5SEd Tanous "AtScaleDebugFeatureDisabled", 913e5faba5SEd Tanous { 923e5faba5SEd Tanous "Indicates that At-Scale Debug service is stopped.", 933e5faba5SEd Tanous "At-Scale Debug service is stopped.", 943e5faba5SEd Tanous "OK", 954dcc3f92SSuryakanth Sekar 0, 964dcc3f92SSuryakanth Sekar {}, 974dcc3f92SSuryakanth Sekar "None.", 984dcc3f92SSuryakanth Sekar }}, 994dcc3f92SSuryakanth Sekar MessageEntry{ 1004dcc3f92SSuryakanth Sekar "AtScaleDebugFeatureDisabledAtHardware", 1014dcc3f92SSuryakanth Sekar { 1024dcc3f92SSuryakanth Sekar "Indicates that At-Scale Debug disable is detected in hardware.", 1034dcc3f92SSuryakanth Sekar "At-Scale Debug Feature is disabled in hardware.", 1044dcc3f92SSuryakanth Sekar "OK", 1054dcc3f92SSuryakanth Sekar 0, 1064dcc3f92SSuryakanth Sekar {}, 1074dcc3f92SSuryakanth Sekar "None.", 1084dcc3f92SSuryakanth Sekar }}, 1093e5faba5SEd Tanous MessageEntry{ 1103e5faba5SEd Tanous "AtScaleDebugFeatureEnabled", 1114dcc3f92SSuryakanth Sekar { 1124dcc3f92SSuryakanth Sekar "Indicates that At-Scale Debug service is started.", 1134dcc3f92SSuryakanth Sekar "At-Scale Debug service is started.", 1144dcc3f92SSuryakanth Sekar "Critical", 1154dcc3f92SSuryakanth Sekar 0, 1164dcc3f92SSuryakanth Sekar {}, 1174dcc3f92SSuryakanth Sekar "None.", 1184dcc3f92SSuryakanth Sekar }}, 1193e5faba5SEd Tanous MessageEntry{ 1203e5faba5SEd Tanous "AtScaleDebugFeatureEnabledAtHardware", 1214dcc3f92SSuryakanth Sekar { 1223e5faba5SEd Tanous "Indicates that At-Scale Debug enable is detected in hardware.", 1233e5faba5SEd Tanous "At-Scale Debug Feature is enabled in hardware.", 1244dcc3f92SSuryakanth Sekar "Critical", 1254dcc3f92SSuryakanth Sekar 0, 1264dcc3f92SSuryakanth Sekar {}, 1274dcc3f92SSuryakanth Sekar "None.", 1284dcc3f92SSuryakanth Sekar }}, 1293e5faba5SEd Tanous MessageEntry{ 1303e5faba5SEd Tanous "AtScaleDebugSpecialUserDisabled", 1314dcc3f92SSuryakanth Sekar { 1324dcc3f92SSuryakanth Sekar "Indicates that special user is disabled.", 1334dcc3f92SSuryakanth Sekar "At-Scale Debug special user is disabled", 1344dcc3f92SSuryakanth Sekar "OK", 1354dcc3f92SSuryakanth Sekar 0, 1364dcc3f92SSuryakanth Sekar {}, 1374dcc3f92SSuryakanth Sekar "None.", 1384dcc3f92SSuryakanth Sekar }}, 1393e5faba5SEd Tanous MessageEntry{ 1403e5faba5SEd Tanous "AtScaleDebugSpecialUserEnabled", 1413e5faba5SEd Tanous { 1423e5faba5SEd Tanous "Indicates that special user is enabled.", 1433e5faba5SEd Tanous "At-Scale Debug special user is enabled", 1443e5faba5SEd Tanous "Critical", 1453e5faba5SEd Tanous 0, 1463e5faba5SEd Tanous {}, 1473e5faba5SEd Tanous "None.", 1483e5faba5SEd Tanous }}, 1493e5faba5SEd Tanous MessageEntry{ 1503e5faba5SEd Tanous "BIOSAttributesChanged", 151f7113d9bSSnehalatha Venkatesh { 152f7113d9bSSnehalatha Venkatesh "Indicates that a set of BIOS Attributes has changed.", 153f7113d9bSSnehalatha Venkatesh "Set of BIOS Attributes changed.", 154f7113d9bSSnehalatha Venkatesh "OK", 155f7113d9bSSnehalatha Venkatesh 0, 156f7113d9bSSnehalatha Venkatesh {}, 157f7113d9bSSnehalatha Venkatesh "None.", 158f7113d9bSSnehalatha Venkatesh }}, 1594dcc3f92SSuryakanth Sekar MessageEntry{ 160fbe8378fSJason M. Bills "BIOSBoot", 161fbe8378fSJason M. Bills { 162fbe8378fSJason M. Bills "Indicates BIOS has transitioned control to the OS Loader.", 163271584abSEd Tanous "BIOS System Boot.", 164271584abSEd Tanous "OK", 165271584abSEd Tanous 0, 166271584abSEd Tanous {}, 167271584abSEd Tanous "None.", 168fbe8378fSJason M. Bills }}, 1693e5faba5SEd Tanous MessageEntry{ 1703e5faba5SEd Tanous "BIOSFirmwarePanicReason", 1710c0f18e7SAppaRao Puli { 1720c0f18e7SAppaRao Puli "Indicates the reason for BIOS firmware panic.", 1730c0f18e7SAppaRao Puli "BIOS firmware panic occurred due to %1.", 1740c0f18e7SAppaRao Puli "Warning", 1750c0f18e7SAppaRao Puli 1, 1760c0f18e7SAppaRao Puli { 1770c0f18e7SAppaRao Puli "string", 1780c0f18e7SAppaRao Puli }, 1790c0f18e7SAppaRao Puli "None.", 1800c0f18e7SAppaRao Puli }}, 1813e5faba5SEd Tanous MessageEntry{ 1823e5faba5SEd Tanous "BIOSFirmwareRecoveryReason", 1830c0f18e7SAppaRao Puli { 1840c0f18e7SAppaRao Puli "Indicates the reason for BIOS firmware recovery.", 1850c0f18e7SAppaRao Puli "BIOS firmware recovery occurred due to %1.", 1860c0f18e7SAppaRao Puli "Warning", 1870c0f18e7SAppaRao Puli 1, 1880c0f18e7SAppaRao Puli { 1890c0f18e7SAppaRao Puli "string", 1900c0f18e7SAppaRao Puli }, 1910c0f18e7SAppaRao Puli "None.", 1920c0f18e7SAppaRao Puli }}, 1933e5faba5SEd Tanous MessageEntry{ 1943e5faba5SEd Tanous "BIOSFirmwareResiliencyError", 1950c0f18e7SAppaRao Puli { 1960c0f18e7SAppaRao Puli "Indicates BIOS firmware encountered resilience error.", 1970c0f18e7SAppaRao Puli "BIOS firmware resiliency error. Error reason: %1.", 1980c0f18e7SAppaRao Puli "Critical", 1990c0f18e7SAppaRao Puli 1, 2000c0f18e7SAppaRao Puli { 2010c0f18e7SAppaRao Puli "string", 2020c0f18e7SAppaRao Puli }, 2030c0f18e7SAppaRao Puli "None.", 2040c0f18e7SAppaRao Puli }}, 2054a0bf539SManojkiran Eda MessageEntry{ 2064a0bf539SManojkiran Eda "BIOSPOSTCode", 207a3316fc6SZhikuiRen { 208a3316fc6SZhikuiRen "BIOS Power-On Self-Test Code received", 2094a0bf539SManojkiran Eda "Boot Count: %1; Time Stamp Offset: %2 seconds; POST Code: %3", 210a3316fc6SZhikuiRen "OK", 211a3316fc6SZhikuiRen 3, 2123e5faba5SEd Tanous { 2133e5faba5SEd Tanous "number", 2143e5faba5SEd Tanous "number", 2153e5faba5SEd Tanous "number", 2163e5faba5SEd Tanous }, 217a3316fc6SZhikuiRen "None.", 218a3316fc6SZhikuiRen }}, 2193e5faba5SEd Tanous MessageEntry{ 2203e5faba5SEd Tanous "BIOSPOSTError", 221fbe8378fSJason M. Bills { 222271584abSEd Tanous "Indicates BIOS POST has encountered an error.", 223271584abSEd Tanous "BIOS POST Error. Error Code=%1", 224271584abSEd Tanous "Warning", 225271584abSEd Tanous 1, 2263e5faba5SEd Tanous { 2273e5faba5SEd Tanous "number", 2283e5faba5SEd Tanous }, 229271584abSEd Tanous "None.", 230fbe8378fSJason M. Bills }}, 2313e5faba5SEd Tanous MessageEntry{ 2323e5faba5SEd Tanous "BIOSRecoveryComplete", 233fbe8378fSJason M. Bills { 234271584abSEd Tanous "Indicates BIOS Recovery has completed.", 235271584abSEd Tanous "BIOS Recovery Complete.", 236271584abSEd Tanous "OK", 237271584abSEd Tanous 0, 238271584abSEd Tanous {}, 239271584abSEd Tanous "None.", 240fbe8378fSJason M. Bills }}, 2413e5faba5SEd Tanous MessageEntry{ 2423e5faba5SEd Tanous "BIOSRecoveryStart", 243fbe8378fSJason M. Bills { 244271584abSEd Tanous "Indicates BIOS Recovery has started.", 245271584abSEd Tanous "BIOS Recovery Start.", 246271584abSEd Tanous "Warning", 247271584abSEd Tanous 0, 248271584abSEd Tanous {}, 249271584abSEd Tanous "None.", 250fbe8378fSJason M. Bills }}, 2513e5faba5SEd Tanous MessageEntry{ 2523e5faba5SEd Tanous "BMCBootReason", 253bd5db522SYong Li { 254b58c79ebSJonathan Doman "Indicates the reason why BMC firmware booted.", 255b58c79ebSJonathan Doman "BMC firmware version %1 booted due to %2.", 256bd5db522SYong Li "OK", 257b58c79ebSJonathan Doman 2, 258b58c79ebSJonathan Doman { 259b58c79ebSJonathan Doman "string", 260b58c79ebSJonathan Doman "string", 261b58c79ebSJonathan Doman }, 262bd5db522SYong Li "None.", 263bd5db522SYong Li }}, 2643e5faba5SEd Tanous MessageEntry{ 2653e5faba5SEd Tanous "BMCFirmwarePanicReason", 2660c0f18e7SAppaRao Puli { 2670c0f18e7SAppaRao Puli "Indicates the reason for last BMC firmware panic.", 2680c0f18e7SAppaRao Puli "BMC firmware panic occurred due to %1.", 2690c0f18e7SAppaRao Puli "Warning", 2700c0f18e7SAppaRao Puli 1, 2710c0f18e7SAppaRao Puli { 2720c0f18e7SAppaRao Puli "string", 2730c0f18e7SAppaRao Puli }, 2740c0f18e7SAppaRao Puli "None.", 2750c0f18e7SAppaRao Puli }}, 2763e5faba5SEd Tanous MessageEntry{ 2773e5faba5SEd Tanous "BMCFirmwareRecoveryReason", 2780c0f18e7SAppaRao Puli { 2790c0f18e7SAppaRao Puli "Indicates the reason for last BMC firmware recovery.", 2800c0f18e7SAppaRao Puli "BMC firmware recovery occurred due to %1.", 2810c0f18e7SAppaRao Puli "Warning", 2820c0f18e7SAppaRao Puli 1, 2830c0f18e7SAppaRao Puli { 2840c0f18e7SAppaRao Puli "string", 2850c0f18e7SAppaRao Puli }, 2860c0f18e7SAppaRao Puli "None.", 2870c0f18e7SAppaRao Puli }}, 2883e5faba5SEd Tanous MessageEntry{ 2893e5faba5SEd Tanous "BMCFirmwareResiliencyError", 2900c0f18e7SAppaRao Puli { 2910c0f18e7SAppaRao Puli "Indicates BMC firmware encountered resilience error.", 2920c0f18e7SAppaRao Puli "BMC firmware resiliency error. Error reason: %1.", 2930c0f18e7SAppaRao Puli "Critical", 2940c0f18e7SAppaRao Puli 1, 2950c0f18e7SAppaRao Puli { 2960c0f18e7SAppaRao Puli "string", 2970c0f18e7SAppaRao Puli }, 2980c0f18e7SAppaRao Puli "None.", 2990c0f18e7SAppaRao Puli }}, 3003e5faba5SEd Tanous MessageEntry{ 3013e5faba5SEd Tanous "BMCKernelPanic", 302b58c79ebSJonathan Doman { 303b58c79ebSJonathan Doman "Indicates that BMC kernel panic occurred.", 304b58c79ebSJonathan Doman "BMC rebooted due to kernel panic.", 305b58c79ebSJonathan Doman "OK", 306b58c79ebSJonathan Doman 0, 307b58c79ebSJonathan Doman {}, 308b58c79ebSJonathan Doman "None.", 309b58c79ebSJonathan Doman }}, 3103e5faba5SEd Tanous MessageEntry{ 3113e5faba5SEd Tanous "CPLDFirmwarePanicReason", 312789771ddSQiang XU { 3133e5faba5SEd Tanous "Indicates the reason for CPLD firmware panic.", 3143e5faba5SEd Tanous "CPLD firmware panic occurred due to %1.", 3153e5faba5SEd Tanous "Warning", 3163e5faba5SEd Tanous 1, 3173e5faba5SEd Tanous { 3183e5faba5SEd Tanous "string", 3193e5faba5SEd Tanous }, 3203e5faba5SEd Tanous "None.", 3213e5faba5SEd Tanous }}, 3223e5faba5SEd Tanous MessageEntry{ 3233e5faba5SEd Tanous "CPLDFirmwareRecoveryReason", 3243e5faba5SEd Tanous { 3253e5faba5SEd Tanous "Indicates the reason for CPLD firmware recovery.", 3263e5faba5SEd Tanous "CPLD firmware recovery occurred due to %1.", 3273e5faba5SEd Tanous "Warning", 3283e5faba5SEd Tanous 1, 3293e5faba5SEd Tanous { 3303e5faba5SEd Tanous "string", 3313e5faba5SEd Tanous }, 3323e5faba5SEd Tanous "None.", 3333e5faba5SEd Tanous }}, 3343e5faba5SEd Tanous MessageEntry{ 3353e5faba5SEd Tanous "CPLDFirmwareResiliencyError", 3363e5faba5SEd Tanous { 3373e5faba5SEd Tanous "Indicates CPLD firmware encountered resilience error.", 3383e5faba5SEd Tanous "CPLD firmware resiliency error. Error reason: %1.", 3393e5faba5SEd Tanous "Critical", 3403e5faba5SEd Tanous 1, 3413e5faba5SEd Tanous { 3423e5faba5SEd Tanous "string", 3433e5faba5SEd Tanous }, 3443e5faba5SEd Tanous "None.", 3453e5faba5SEd Tanous }}, 3463e5faba5SEd Tanous MessageEntry{ 3473e5faba5SEd Tanous "CPUError", 3483e5faba5SEd Tanous { 3493e5faba5SEd Tanous "Indicates that a CPU Error occurred of the specified type or cause.", 3503e5faba5SEd Tanous "CPU Error Occurred: %1.", 3513e5faba5SEd Tanous "Critical", 3523e5faba5SEd Tanous 1, 3533e5faba5SEd Tanous { 3543e5faba5SEd Tanous "string", 3553e5faba5SEd Tanous }, 3563e5faba5SEd Tanous "None.", 3573e5faba5SEd Tanous }}, 3583e5faba5SEd Tanous MessageEntry{ 3593e5faba5SEd Tanous "CPUMismatch", 3603e5faba5SEd Tanous { 3613e5faba5SEd Tanous "Indicates that the specified CPU power/current rating is incompatible with the board.", 3623e5faba5SEd Tanous "CPU %1 Mismatch.", 3633e5faba5SEd Tanous "Critical", 3643e5faba5SEd Tanous 1, 3653e5faba5SEd Tanous { 3663e5faba5SEd Tanous "number", 3673e5faba5SEd Tanous }, 3683e5faba5SEd Tanous "Install the supported CPU.", 3693e5faba5SEd Tanous }}, 3703e5faba5SEd Tanous MessageEntry{ 3713e5faba5SEd Tanous "CPUThermalTrip", 3723e5faba5SEd Tanous { 3733e5faba5SEd Tanous "Indicates that the specified CPU thermal trip has been asserted.", 3743e5faba5SEd Tanous "CPU %1 Thermal Trip.", 3753e5faba5SEd Tanous "Critical", 3763e5faba5SEd Tanous 1, 3773e5faba5SEd Tanous { 3783e5faba5SEd Tanous "number", 3793e5faba5SEd Tanous }, 3803e5faba5SEd Tanous "None.", 3813e5faba5SEd Tanous }}, 3823e5faba5SEd Tanous MessageEntry{ 3833e5faba5SEd Tanous "ChassisIntrusionDetected", 3843e5faba5SEd Tanous { 3853e5faba5SEd Tanous "Indicates that a physical security event of the chassis intrusion has occurred.", 386789771ddSQiang XU "Chassis Intrusion Detected.", 387789771ddSQiang XU "Warning", 388789771ddSQiang XU 0, 389789771ddSQiang XU {}, 390789771ddSQiang XU "None.", 391789771ddSQiang XU }}, 3923e5faba5SEd Tanous MessageEntry{ 3933e5faba5SEd Tanous "ChassisIntrusionReset", 394789771ddSQiang XU { 395789771ddSQiang XU "Indicates that chassis intrusion status has recovered.", 396789771ddSQiang XU "Chassis Intrusion Reset.", 397789771ddSQiang XU "OK", 398789771ddSQiang XU 0, 399789771ddSQiang XU {}, 400789771ddSQiang XU "None.", 401789771ddSQiang XU }}, 402f1e1bbf2SJayaprakash Mutyala MessageEntry{ 403f1e1bbf2SJayaprakash Mutyala "ComponentOverTemperature", 404f1e1bbf2SJayaprakash Mutyala { 405f1e1bbf2SJayaprakash Mutyala "Indicates that the specified component is over temperature.", 40616b96f2eSHardik Panchal "%1 over temperature and being throttled.", 407f1e1bbf2SJayaprakash Mutyala "Critical", 408f1e1bbf2SJayaprakash Mutyala 1, 4090c0f18e7SAppaRao Puli { 4100c0f18e7SAppaRao Puli "string", 4110c0f18e7SAppaRao Puli }, 4120c0f18e7SAppaRao Puli "None.", 4130c0f18e7SAppaRao Puli }}, 4143e5faba5SEd Tanous MessageEntry{ 4153e5faba5SEd Tanous "DCPowerOff", 416fbe8378fSJason M. Bills { 417271584abSEd Tanous "Indicates that the system DC power is off.", 418271584abSEd Tanous "Host system DC power is off", 419271584abSEd Tanous "OK", 420271584abSEd Tanous 0, 421271584abSEd Tanous {}, 422271584abSEd Tanous "None.", 423fbe8378fSJason M. Bills }}, 4243e5faba5SEd Tanous MessageEntry{ 4253e5faba5SEd Tanous "DCPowerOn", 426fbe8378fSJason M. Bills { 427271584abSEd Tanous "Indicates that the system DC power is on.", 428271584abSEd Tanous "Host system DC power is on", 429271584abSEd Tanous "OK", 430271584abSEd Tanous 0, 431271584abSEd Tanous {}, 432271584abSEd Tanous "None.", 433fbe8378fSJason M. Bills }}, 4343e5faba5SEd Tanous MessageEntry{ 4353e5faba5SEd Tanous "DriveError", 436c75f1e9aSJames Feist { 4373e5faba5SEd Tanous "Indicates that a Drive Error occurred of the specified type or cause.", 438c75f1e9aSJames Feist "Drive Error Occurred: %1.", 439c75f1e9aSJames Feist "Warning", 440c75f1e9aSJames Feist 1, 4413e5faba5SEd Tanous { 4423e5faba5SEd Tanous "string", 4433e5faba5SEd Tanous }, 444c75f1e9aSJames Feist "None.", 445c75f1e9aSJames Feist }}, 4463e5faba5SEd Tanous MessageEntry{ 4473e5faba5SEd Tanous "EventLogCleared", 448fbe8378fSJason M. Bills { 449271584abSEd Tanous "Indicates that the event log has been cleared.", 450271584abSEd Tanous "Event Log Cleared.", 451271584abSEd Tanous "OK", 452271584abSEd Tanous 0, 453271584abSEd Tanous {}, 454271584abSEd Tanous "None.", 455fbe8378fSJason M. Bills }}, 4563e5faba5SEd Tanous MessageEntry{ 4573e5faba5SEd Tanous "FanInserted", 458fbe8378fSJason M. Bills { 459271584abSEd Tanous "Indicates that a system fan has been inserted.", 460271584abSEd Tanous "%1 inserted.", 461271584abSEd Tanous "OK", 462271584abSEd Tanous 1, 4633e5faba5SEd Tanous { 4643e5faba5SEd Tanous "string", 4653e5faba5SEd Tanous }, 466271584abSEd Tanous "None.", 467fbe8378fSJason M. Bills }}, 4683e5faba5SEd Tanous MessageEntry{ 4693e5faba5SEd Tanous "FanRedundancyLost", 470fbe8378fSJason M. Bills { 471fbe8378fSJason M. Bills "Indicates that system fan redundancy has been lost.", 472271584abSEd Tanous "Fan redundancy lost.", 473271584abSEd Tanous "Warning", 474271584abSEd Tanous 0, 475271584abSEd Tanous {}, 476271584abSEd Tanous "None.", 477fbe8378fSJason M. Bills }}, 4783e5faba5SEd Tanous MessageEntry{ 4793e5faba5SEd Tanous "FanRedundancyRegained", 480fbe8378fSJason M. Bills { 481fbe8378fSJason M. Bills "Indicates that system fan redundancy has been regained.", 482271584abSEd Tanous "Fan redundancy regained.", 483271584abSEd Tanous "OK", 484271584abSEd Tanous 0, 485271584abSEd Tanous {}, 486271584abSEd Tanous "None.", 487fbe8378fSJason M. Bills }}, 4883e5faba5SEd Tanous MessageEntry{ 4893e5faba5SEd Tanous "FanRemoved", 490fbe8378fSJason M. Bills { 491271584abSEd Tanous "Indicates that a system fan has been removed.", 492271584abSEd Tanous "%1 removed.", 493271584abSEd Tanous "OK", 49464466c0aSJason M. Bills 1, 4953e5faba5SEd Tanous {}, 496271584abSEd Tanous "None.", 497fbe8378fSJason M. Bills }}, 4985b0de033SJason M. Bills MessageEntry{ 4995b0de033SJason M. Bills "FirmwareActivationCompleted", 5005b0de033SJason M. Bills { 5015b0de033SJason M. Bills "Indicates a firmware activation has completed successfully.", 5025b0de033SJason M. Bills "%1 firmware activation completed successfully.", 5035b0de033SJason M. Bills "OK", 5045b0de033SJason M. Bills 1, 5053e5faba5SEd Tanous { 5063e5faba5SEd Tanous "string", 5073e5faba5SEd Tanous }, 5085b0de033SJason M. Bills "None.", 5095b0de033SJason M. Bills }}, 5103e5faba5SEd Tanous MessageEntry{ 5113e5faba5SEd Tanous "FirmwareActivationFailed", 5125b0de033SJason M. Bills { 5135b0de033SJason M. Bills "Indicates a firmware activation has failed.", 5145b0de033SJason M. Bills "%1 firmware activation failed: %2.", 5155b0de033SJason M. Bills "Warning", 5165b0de033SJason M. Bills 2, 5173e5faba5SEd Tanous { 5183e5faba5SEd Tanous "string", 5193e5faba5SEd Tanous "string", 5203e5faba5SEd Tanous }, 5215b0de033SJason M. Bills "None.", 5225b0de033SJason M. Bills }}, 5233e5faba5SEd Tanous MessageEntry{ 5243e5faba5SEd Tanous "FirmwareActivationStarted", 5255b0de033SJason M. Bills { 5265b0de033SJason M. Bills "Indicates a firmware activation has started.", 5275b0de033SJason M. Bills "%1 firmware activation started.", 5285b0de033SJason M. Bills "OK", 5295b0de033SJason M. Bills 1, 5303e5faba5SEd Tanous { 5313e5faba5SEd Tanous "string", 5323e5faba5SEd Tanous }, 5335b0de033SJason M. Bills "None.", 5345b0de033SJason M. Bills }}, 5353e5faba5SEd Tanous MessageEntry{ 5363e5faba5SEd Tanous "FirmwareResiliencyError", 537567e3ab7SChalapathi Venkataramashetty { 538567e3ab7SChalapathi Venkataramashetty "Indicates firmware encountered resilience error.", 539567e3ab7SChalapathi Venkataramashetty "Firmware resiliency error. Error reason: %1.", 540567e3ab7SChalapathi Venkataramashetty "Critical", 541567e3ab7SChalapathi Venkataramashetty 1, 542567e3ab7SChalapathi Venkataramashetty { 543567e3ab7SChalapathi Venkataramashetty "string", 544567e3ab7SChalapathi Venkataramashetty }, 545567e3ab7SChalapathi Venkataramashetty "None.", 546567e3ab7SChalapathi Venkataramashetty }}, 5473e5faba5SEd Tanous MessageEntry{ 5483e5faba5SEd Tanous "FirmwareUpdateCompleted", 549fbe8378fSJason M. Bills { 550fbe8378fSJason M. Bills "Indicates a firmware update has completed successfully.", 5513e5faba5SEd Tanous "%1 firmware update to version %2 completed successfully.", 552271584abSEd Tanous "OK", 553271584abSEd Tanous 2, 5543e5faba5SEd Tanous { 5553e5faba5SEd Tanous "string", 5563e5faba5SEd Tanous "string", 5573e5faba5SEd Tanous }, 558271584abSEd Tanous "None.", 559fbe8378fSJason M. Bills }}, 5603e5faba5SEd Tanous MessageEntry{ 5613e5faba5SEd Tanous "FirmwareUpdateFailed", 562fbe8378fSJason M. Bills { 563271584abSEd Tanous "Indicates a firmware update has failed.", 564a2ec6384SChalapathi Venkataramashetty "%1 firmware update to version %2 failed: %3.", 565271584abSEd Tanous "Warning", 566a2ec6384SChalapathi Venkataramashetty 3, 5673e5faba5SEd Tanous { 5683e5faba5SEd Tanous "string", 5693e5faba5SEd Tanous "string", 5703e5faba5SEd Tanous "string", 5713e5faba5SEd Tanous }, 572271584abSEd Tanous "None.", 573fbe8378fSJason M. Bills }}, 5743e5faba5SEd Tanous MessageEntry{ 5753e5faba5SEd Tanous "FirmwareUpdateStaged", 5769edd866cSChalapathi Venkataramashetty { 5779edd866cSChalapathi Venkataramashetty "Indicates a firmware update has staged successfully.", 5789edd866cSChalapathi Venkataramashetty "%1 firmware update to version %2 staged successfully.", 5799edd866cSChalapathi Venkataramashetty "OK", 5809edd866cSChalapathi Venkataramashetty 2, 5813e5faba5SEd Tanous { 5823e5faba5SEd Tanous "string", 5833e5faba5SEd Tanous "string", 5843e5faba5SEd Tanous }, 5859edd866cSChalapathi Venkataramashetty "None.", 5869edd866cSChalapathi Venkataramashetty }}, 5873e5faba5SEd Tanous MessageEntry{ 5883e5faba5SEd Tanous "FirmwareUpdateStarted", 589fbe8378fSJason M. Bills { 590271584abSEd Tanous "Indicates a firmware update has started.", 591271584abSEd Tanous "%1 firmware update to version %2 started.", 592271584abSEd Tanous "OK", 593271584abSEd Tanous 2, 5943e5faba5SEd Tanous { 5953e5faba5SEd Tanous "string", 5963e5faba5SEd Tanous "string", 5973e5faba5SEd Tanous }, 598271584abSEd Tanous "None.", 599fbe8378fSJason M. Bills }}, 600fbe8378fSJason M. Bills MessageEntry{ 601fbe8378fSJason M. Bills "GeneralFirmwareSecurityViolation", 602fbe8378fSJason M. Bills { 603fbe8378fSJason M. Bills "Indicates a general firmware security violation has occurred.", 604271584abSEd Tanous "Firmware security violation: %1.", 605271584abSEd Tanous "Critical", 606271584abSEd Tanous 1, 607fbe8378fSJason M. Bills { 608d62cec73SJames Feist "string", 609d62cec73SJames Feist }, 610271584abSEd Tanous "None.", 611d62cec73SJames Feist }}, 612d62cec73SJames Feist MessageEntry{ 6133e5faba5SEd Tanous "IPMIWatchdog", 614d62cec73SJames Feist { 6153e5faba5SEd Tanous "Indicates that there is a host watchdog event.", 6163e5faba5SEd Tanous "Host Watchdog Event: %1", 617271584abSEd Tanous "OK", 6183e5faba5SEd Tanous 1, 619d62cec73SJames Feist { 620d62cec73SJames Feist "string", 621d62cec73SJames Feist }, 622271584abSEd Tanous "None.", 623d62cec73SJames Feist }}, 624d62cec73SJames Feist MessageEntry{ 625fbe8378fSJason M. Bills "IntelUPILinkWidthReducedToHalf", 626fbe8378fSJason M. Bills { 627fbe8378fSJason M. Bills "Indicates Intel UPI link width has reduced to half width.", 628271584abSEd Tanous "Intel UPI link width reduced to half. Node=%1.", 629271584abSEd Tanous "Warning", 630271584abSEd Tanous 1, 631fbe8378fSJason M. Bills { 632fbe8378fSJason M. Bills "number", 633fbe8378fSJason M. Bills }, 634271584abSEd Tanous "None.", 635fbe8378fSJason M. Bills }}, 636fbe8378fSJason M. Bills MessageEntry{ 637fbe8378fSJason M. Bills "IntelUPILinkWidthReducedToQuarter", 638fbe8378fSJason M. Bills { 639fbe8378fSJason M. Bills "Indicates Intel UPI link width has reduced to quarter width.", 640271584abSEd Tanous "Intel UPI link width reduced to quarter. Node=%1.", 641271584abSEd Tanous "Warning", 642271584abSEd Tanous 1, 643fbe8378fSJason M. Bills { 644fbe8378fSJason M. Bills "number", 645fbe8378fSJason M. Bills }, 646271584abSEd Tanous "None.", 647fbe8378fSJason M. Bills }}, 6483e5faba5SEd Tanous MessageEntry{ 6493e5faba5SEd Tanous "InvalidLoginAttempted", 65093a2b2fcSYong Li { 6513e5faba5SEd Tanous "Indicates that a login was attempted on the specified interface with an invalid username or password.", 6523e5faba5SEd Tanous "Invalid username or password attempted on %1.", 6533e5faba5SEd Tanous "Warning", 654271584abSEd Tanous 1, 65593a2b2fcSYong Li { 65693a2b2fcSYong Li "string", 65793a2b2fcSYong Li }, 658271584abSEd Tanous "None.", 65993a2b2fcSYong Li }}, 6603e5faba5SEd Tanous MessageEntry{ 6613e5faba5SEd Tanous "InvalidUpload", 662789771ddSQiang XU { 6633e5faba5SEd Tanous "Indicates that the uploaded file was invalid.", 6643e5faba5SEd Tanous "Invalid file uploaded to %1: %2.", 6653e5faba5SEd Tanous "Warning", 6663e5faba5SEd Tanous 2, 6673e5faba5SEd Tanous { 6683e5faba5SEd Tanous "string", 6693e5faba5SEd Tanous "string", 6703e5faba5SEd Tanous }, 6713e5faba5SEd Tanous "None.", 6723e5faba5SEd Tanous }}, 6733e5faba5SEd Tanous MessageEntry{ 6743e5faba5SEd Tanous "InventoryAdded", 6753e5faba5SEd Tanous { 6763e5faba5SEd Tanous "Indicates that an inventory item with the specified model, type, and serial number was installed.", 6773e5faba5SEd Tanous "%1 %2 with serial number %3 was installed.", 6783e5faba5SEd Tanous "OK", 6793e5faba5SEd Tanous 3, 6803e5faba5SEd Tanous { 6813e5faba5SEd Tanous "string", 6823e5faba5SEd Tanous "string", 6833e5faba5SEd Tanous "string", 6843e5faba5SEd Tanous }, 6853e5faba5SEd Tanous "None.", 6863e5faba5SEd Tanous }}, 6873e5faba5SEd Tanous MessageEntry{ 6883e5faba5SEd Tanous "InventoryRemoved", 6893e5faba5SEd Tanous { 6903e5faba5SEd Tanous "Indicates that an inventory item with the specified model, type, and serial number was removed.", 6913e5faba5SEd Tanous "%1 %2 with serial number %3 was removed.", 6923e5faba5SEd Tanous "OK", 6933e5faba5SEd Tanous 3, 6943e5faba5SEd Tanous { 6953e5faba5SEd Tanous "string", 6963e5faba5SEd Tanous "string", 6973e5faba5SEd Tanous "string", 6983e5faba5SEd Tanous }, 6993e5faba5SEd Tanous "None.", 7003e5faba5SEd Tanous }}, 7013e5faba5SEd Tanous MessageEntry{ 7023e5faba5SEd Tanous "LanLost", 7033e5faba5SEd Tanous { 7043e5faba5SEd Tanous "Indicates that a physical security event of the LAN leash has lost.", 705789771ddSQiang XU "%1 LAN leash lost.", 706789771ddSQiang XU "Warning", 707789771ddSQiang XU 1, 708789771ddSQiang XU { 709789771ddSQiang XU "string", 710789771ddSQiang XU }, 711789771ddSQiang XU "None.", 712789771ddSQiang XU }}, 7133e5faba5SEd Tanous MessageEntry{ 7143e5faba5SEd Tanous "LanRegained", 715789771ddSQiang XU { 716789771ddSQiang XU "Indicates that LAN link status has reconnected.", 717789771ddSQiang XU "%1 LAN leash regained.", 718789771ddSQiang XU "OK", 719789771ddSQiang XU 1, 720789771ddSQiang XU { 721789771ddSQiang XU "string", 722789771ddSQiang XU }, 723789771ddSQiang XU "None.", 724789771ddSQiang XU }}, 7253e5faba5SEd Tanous MessageEntry{ 7263e5faba5SEd Tanous "LegacyPCIPERR", 727fbe8378fSJason M. Bills { 728271584abSEd Tanous "Indicates a Legacy PCI PERR.", 729271584abSEd Tanous "Legacy PCI PERR. Bus=%1 Device=%2 Function=%3.", 730271584abSEd Tanous "Warning", 731271584abSEd Tanous 3, 732fbe8378fSJason M. Bills { 733fbe8378fSJason M. Bills "number", 734fbe8378fSJason M. Bills "number", 735fbe8378fSJason M. Bills "number", 736fbe8378fSJason M. Bills }, 737271584abSEd Tanous "None.", 738fbe8378fSJason M. Bills }}, 7393e5faba5SEd Tanous MessageEntry{ 7403e5faba5SEd Tanous "LegacyPCISERR", 741fbe8378fSJason M. Bills { 742271584abSEd Tanous "Indicates a Legacy PCI SERR.", 743271584abSEd Tanous "Legacy PCI SERR. Bus=%1 Device=%2 Function=%3.", 744271584abSEd Tanous "Critical", 745271584abSEd Tanous 3, 746fbe8378fSJason M. Bills { 747fbe8378fSJason M. Bills "number", 748fbe8378fSJason M. Bills "number", 749fbe8378fSJason M. Bills "number", 750fbe8378fSJason M. Bills }, 751271584abSEd Tanous "None.", 752fbe8378fSJason M. Bills }}, 7533e5faba5SEd Tanous MessageEntry{ 7543e5faba5SEd Tanous "MEAutoConfigFailed", 755fbe8378fSJason M. Bills { 7563e5faba5SEd Tanous "Indicates that Intel ME power sensor auto-configuration has failed.", 7573e5faba5SEd Tanous "Intel ME power sensor auto-configuration failed. Power monitoring, limiting and HW protection features might be unavailable. Failure reason: %1", 7589aa46454SAgnieszka Szlendak "Critical", 7599aa46454SAgnieszka Szlendak 1, 7603e5faba5SEd Tanous { 7613e5faba5SEd Tanous "string", 7623e5faba5SEd Tanous }, 7633e5faba5SEd Tanous "Ensure that Intel ME configuration for power sources is correct.", 7649aa46454SAgnieszka Szlendak }}, 7659aa46454SAgnieszka Szlendak MessageEntry{ 7669aa46454SAgnieszka Szlendak "MEAutoConfigSuccess", 7679aa46454SAgnieszka Szlendak { 7683e5faba5SEd Tanous "Indicates that Intel ME has performed successful power sensor auto-configuration.", 7693e5faba5SEd Tanous "Intel ME power sensor auto-configuration succeeded. Determined sources for domain readings are: DC Power: %1 ; Chassis Power: %2 ; PSU Efficiency: %3 ; Unamanaged power: %4", 7709aa46454SAgnieszka Szlendak "OK", 7719aa46454SAgnieszka Szlendak 4, 7723e5faba5SEd Tanous { 7733e5faba5SEd Tanous "string", 7743e5faba5SEd Tanous "string", 7753e5faba5SEd Tanous "string", 7763e5faba5SEd Tanous "string", 7773e5faba5SEd Tanous }, 7789aa46454SAgnieszka Szlendak "None.", 7799aa46454SAgnieszka Szlendak }}, 7803e5faba5SEd Tanous MessageEntry{ 7813e5faba5SEd Tanous "MEBootGuardHealthEvent", 7829aa46454SAgnieszka Szlendak { 7833e5faba5SEd Tanous "Indicates that Intel ME has detected error during operations of Intel Boot Guard", 7843e5faba5SEd Tanous "Intel ME has detected following issue with Intel Boot Guard: %1", 7859aa46454SAgnieszka Szlendak "Critical", 7869aa46454SAgnieszka Szlendak 1, 7873e5faba5SEd Tanous { 7883e5faba5SEd Tanous "string", 7893e5faba5SEd Tanous }, 7909aa46454SAgnieszka Szlendak "None.", 7919aa46454SAgnieszka Szlendak }}, 7923e5faba5SEd Tanous MessageEntry{ 7933e5faba5SEd Tanous "MECpuDebugCapabilityDisabled", 7949aa46454SAgnieszka Szlendak { 7953e5faba5SEd Tanous "Indicates that Intel ME has detected situation in which CPU Debug Capability is disabled.", 7969aa46454SAgnieszka Szlendak "CPU Debug Capability disabled", 7979aa46454SAgnieszka Szlendak "Warning", 7989aa46454SAgnieszka Szlendak 0, 7999aa46454SAgnieszka Szlendak {}, 8009aa46454SAgnieszka Szlendak "None.", 8019aa46454SAgnieszka Szlendak }}, 8023e5faba5SEd Tanous MessageEntry{ 8033e5faba5SEd Tanous "MEDirectFlashUpdateRequested", 8049aa46454SAgnieszka Szlendak { 8053e5faba5SEd Tanous "Indicates that BIOS has requested Direct Flash Update (DFU) of Intel ME", 8063e5faba5SEd Tanous "Intel ME Firmware switched to recovery mode to perform full update from BIOS.", 8079aa46454SAgnieszka Szlendak "OK", 8089aa46454SAgnieszka Szlendak 0, 8099aa46454SAgnieszka Szlendak {}, 8103e5faba5SEd Tanous "This is transient state. Intel ME Firmware should return to operational mode after successful image update performed by the BIOS.", 8119aa46454SAgnieszka Szlendak }}, 8129aa46454SAgnieszka Szlendak MessageEntry{ 8139aa46454SAgnieszka Szlendak "MEExceptionDuringShutdown", 8149aa46454SAgnieszka Szlendak { 8153e5faba5SEd Tanous "Indicates that Intel ME could not successfully perform emergency host shutdown.", 8163e5faba5SEd Tanous "Power Down command triggered by Intel Node Manager policy failure action and Intel ME forced shutdown. BMC probably did not respond correctly to Chassis Control.", 8179aa46454SAgnieszka Szlendak "Warning", 8189aa46454SAgnieszka Szlendak 0, 8199aa46454SAgnieszka Szlendak {}, 8209aa46454SAgnieszka Szlendak "Verify the Intel Node Manager policy configuration.", 8219aa46454SAgnieszka Szlendak }}, 8229aa46454SAgnieszka Szlendak MessageEntry{ 8239aa46454SAgnieszka Szlendak "MEFactoryResetError", 8249aa46454SAgnieszka Szlendak { 8259aa46454SAgnieszka Szlendak "Indicates that Intel ME has ben restored to factory preset.", 8263e5faba5SEd Tanous "Intel ME has performed automatic reset to factory presets due to following reason: %1", 8279aa46454SAgnieszka Szlendak "Critical", 8289aa46454SAgnieszka Szlendak 1, 8293e5faba5SEd Tanous { 8303e5faba5SEd Tanous "string", 8313e5faba5SEd Tanous }, 8329aa46454SAgnieszka Szlendak "If error is persistent the Flash device must be replaced.", 8339aa46454SAgnieszka Szlendak }}, 8349aa46454SAgnieszka Szlendak MessageEntry{ 8359aa46454SAgnieszka Szlendak "MEFactoryRestore", 8369aa46454SAgnieszka Szlendak { 8379aa46454SAgnieszka Szlendak "Indicates that Intel ME has ben restored to factory preset.", 8383e5faba5SEd Tanous "Intel ME has performed automatic reset to factory presets due to following reason: %1", 8399aa46454SAgnieszka Szlendak "OK", 8409aa46454SAgnieszka Szlendak 1, 8413e5faba5SEd Tanous { 8423e5faba5SEd Tanous "string", 8433e5faba5SEd Tanous }, 8449aa46454SAgnieszka Szlendak "If error is persistent the Flash device must be replaced.", 8459aa46454SAgnieszka Szlendak }}, 8469aa46454SAgnieszka Szlendak MessageEntry{ 8479aa46454SAgnieszka Szlendak "MEFirmwareException", 8489aa46454SAgnieszka Szlendak { 8493e5faba5SEd Tanous "Indicates that Intel ME has encountered firmware exception during execution.", 8509aa46454SAgnieszka Szlendak "Intel ME has encountered firmware exception. Error code = %1", 8519aa46454SAgnieszka Szlendak "Warning", 8529aa46454SAgnieszka Szlendak 1, 8533e5faba5SEd Tanous { 8543e5faba5SEd Tanous "string", 8553e5faba5SEd Tanous }, 8563e5faba5SEd Tanous "Restore factory presets using Force ME Recovery IPMI command or by doing AC power cycle with Recovery jumper asserted. If this does not clear the issue, reflash the SPI flash. If the issue persists, provide the content of error code to Intel support team for interpretation. (Error codes are not documented because they only provide clues that must be interpreted individually..", 8579aa46454SAgnieszka Szlendak }}, 8583e5faba5SEd Tanous MessageEntry{ 8593e5faba5SEd Tanous "MEFirmwarePanicReason", 8600c0f18e7SAppaRao Puli { 8610c0f18e7SAppaRao Puli "Indicates the reason for ME firmware panic.", 8620c0f18e7SAppaRao Puli "ME firmware panic occurred due to %1.", 8630c0f18e7SAppaRao Puli "Warning", 8640c0f18e7SAppaRao Puli 1, 8650c0f18e7SAppaRao Puli { 8660c0f18e7SAppaRao Puli "string", 8670c0f18e7SAppaRao Puli }, 8680c0f18e7SAppaRao Puli "None.", 8690c0f18e7SAppaRao Puli }}, 8703e5faba5SEd Tanous MessageEntry{ 8713e5faba5SEd Tanous "MEFirmwareRecoveryReason", 8720c0f18e7SAppaRao Puli { 8730c0f18e7SAppaRao Puli "Indicates the reason for ME firmware recovery.", 8740c0f18e7SAppaRao Puli "ME firmware recovery occurred due to %1.", 8750c0f18e7SAppaRao Puli "Warning", 8760c0f18e7SAppaRao Puli 1, 8770c0f18e7SAppaRao Puli { 8780c0f18e7SAppaRao Puli "string", 8790c0f18e7SAppaRao Puli }, 8800c0f18e7SAppaRao Puli "None.", 8810c0f18e7SAppaRao Puli }}, 8823e5faba5SEd Tanous MessageEntry{ 8833e5faba5SEd Tanous "MEFirmwareResiliencyError", 8840c0f18e7SAppaRao Puli { 8850c0f18e7SAppaRao Puli "Indicates ME firmware encountered resilience error.", 8860c0f18e7SAppaRao Puli "ME firmware resiliency error. Error reason: %1.", 8870c0f18e7SAppaRao Puli "Critical", 8880c0f18e7SAppaRao Puli 1, 8890c0f18e7SAppaRao Puli { 8900c0f18e7SAppaRao Puli "string", 8910c0f18e7SAppaRao Puli }, 8920c0f18e7SAppaRao Puli "None.", 8930c0f18e7SAppaRao Puli }}, 8943e5faba5SEd Tanous MessageEntry{ 8953e5faba5SEd Tanous "MEFlashEraseError", 8969aa46454SAgnieszka Szlendak { 8973e5faba5SEd Tanous "Indicates that Intel ME was unable to finish flash erase procedure.", 8983e5faba5SEd Tanous "Intel ME has encountered an error during Flash erasure procedure probably due to Flash part corruption.", 8999aa46454SAgnieszka Szlendak "Critical", 9009aa46454SAgnieszka Szlendak 0, 9019aa46454SAgnieszka Szlendak {}, 9029aa46454SAgnieszka Szlendak "The Flash device must be replaced.", 9039aa46454SAgnieszka Szlendak }}, 9043e5faba5SEd Tanous MessageEntry{ 9053e5faba5SEd Tanous "MEFlashStateInformation", 9069aa46454SAgnieszka Szlendak { 9073e5faba5SEd Tanous "Indicates that Intel ME has encountered a problem during IO to flash device.", 9083e5faba5SEd Tanous "Intel ME has encountered problem during IO to flash device. Reason: %1", 9099aa46454SAgnieszka Szlendak "Critical", 9109aa46454SAgnieszka Szlendak 1, 9119aa46454SAgnieszka Szlendak { 9123e5faba5SEd Tanous "string", 9133e5faba5SEd Tanous }, 9143e5faba5SEd Tanous "If flash wear-out protection occurred wait until it expires. Otherwise - flash device must be replaced.", 9153e5faba5SEd Tanous }}, 9163e5faba5SEd Tanous MessageEntry{ 9173e5faba5SEd Tanous "MEFlashStateInformationWritingEnabled", 9183e5faba5SEd Tanous { 9193e5faba5SEd Tanous "Indicates that Intel ME has encountered a problem during IO to flash device.", 9203e5faba5SEd Tanous "Intel ME has encountered problem during IO to flash device. Reason: %1", 9219aa46454SAgnieszka Szlendak "OK", 9229aa46454SAgnieszka Szlendak 1, 9239aa46454SAgnieszka Szlendak { 9243e5faba5SEd Tanous "string", 9253e5faba5SEd Tanous }, 9263e5faba5SEd Tanous "If flash wear-out protection occurred wait until it expires. Otherwise - flash device must be replaced.", 9273e5faba5SEd Tanous }}, 9283e5faba5SEd Tanous MessageEntry{ 9293e5faba5SEd Tanous "MEFlashVerificationError", 9303e5faba5SEd Tanous { 9313e5faba5SEd Tanous "Indicates that Intel ME encountered invalid flash descriptor region.", 9323e5faba5SEd Tanous "Intel ME has detected invalid flash descriptor region. Following error is detected: %1", 9339aa46454SAgnieszka Szlendak "Critical", 9349aa46454SAgnieszka Szlendak 1, 9353e5faba5SEd Tanous { 9363e5faba5SEd Tanous "string", 9373e5faba5SEd Tanous }, 9389aa46454SAgnieszka Szlendak "Flash Descriptor Region must be created correctly.", 9399aa46454SAgnieszka Szlendak }}, 9409aa46454SAgnieszka Szlendak MessageEntry{ 9419aa46454SAgnieszka Szlendak "MEFlashWearOutWarning", 9429aa46454SAgnieszka Szlendak { 9433e5faba5SEd Tanous "Indicates that Intel ME has reached certain threshold of flash write operations.", 9443e5faba5SEd Tanous "Warning threshold for number of flash operations has been exceeded. Current percentage of write operations capacity: %1", 9459aa46454SAgnieszka Szlendak "Warning", 9469aa46454SAgnieszka Szlendak 1, 9473e5faba5SEd Tanous { 9483e5faba5SEd Tanous "number", 9493e5faba5SEd Tanous }, 9509aa46454SAgnieszka Szlendak "No immediate repair action needed.", 9519aa46454SAgnieszka Szlendak }}, 9529aa46454SAgnieszka Szlendak MessageEntry{ 9539aa46454SAgnieszka Szlendak "MEImageExecutionFailed", 9549aa46454SAgnieszka Szlendak { 9559aa46454SAgnieszka Szlendak "Indicates that Intel ME could not load primary FW image.", 9563e5faba5SEd Tanous "Intel ME Recovery Image or backup operational image loaded because operational image is corrupted. This may be either caused by Flash device corruption or failed upgrade procedure.", 9579aa46454SAgnieszka Szlendak "Critical", 9589aa46454SAgnieszka Szlendak 0, 9599aa46454SAgnieszka Szlendak {}, 9603e5faba5SEd Tanous "Either the Flash device must be replaced (if error is persistent) or the upgrade procedure must be started again.", 9619aa46454SAgnieszka Szlendak }}, 9629aa46454SAgnieszka Szlendak MessageEntry{ 9639aa46454SAgnieszka Szlendak "MEInternalError", 9649aa46454SAgnieszka Szlendak { 9653e5faba5SEd Tanous "Indicates that Intel ME encountered internal error leading to watchdog reset.", 9663e5faba5SEd Tanous "Error during Intel ME execution. Watchdog timeout has expired.", 9679aa46454SAgnieszka Szlendak "Critical", 9689aa46454SAgnieszka Szlendak 0, 9699aa46454SAgnieszka Szlendak {}, 9703e5faba5SEd Tanous "Firmware should automatically recover from error state. If error is persistent then operational image shall be updated or hardware board repair is needed.", 9719aa46454SAgnieszka Szlendak }}, 9723e5faba5SEd Tanous MessageEntry{ 9733e5faba5SEd Tanous "MEManufacturingError", 9749aa46454SAgnieszka Szlendak { 9753e5faba5SEd Tanous "Indicates that Intel ME is unable to start in operational mode due to wrong configuration.", 9763e5faba5SEd Tanous "Wrong manufacturing configuration detected by Intel ME Firmware. Unable to start operational mode. Reason: %1", 9779aa46454SAgnieszka Szlendak "Critical", 9789aa46454SAgnieszka Szlendak 1, 9799aa46454SAgnieszka Szlendak { 9803e5faba5SEd Tanous "string", 9813e5faba5SEd Tanous }, 9823e5faba5SEd Tanous " If error is persistent the Flash device must be replaced or FW configuration must be updated. Trace logs might be gathered for detailed information.", 9833e5faba5SEd Tanous }}, 9843e5faba5SEd Tanous MessageEntry{ 9853e5faba5SEd Tanous "MEMctpInterfaceError", 9863e5faba5SEd Tanous { 9873e5faba5SEd Tanous "Indicates that Intel ME has encountered an error in MCTP protocol.", 9883e5faba5SEd Tanous "Intel ME has detected MCTP interface failure and it is not functional any more. It may indicate the situation when MCTP was not configured by BIOS or a defect which may need a Host reset to recover from. Details: %1", 9899aa46454SAgnieszka Szlendak "Critical", 9909aa46454SAgnieszka Szlendak 1, 9913e5faba5SEd Tanous { 9923e5faba5SEd Tanous "string", 9933e5faba5SEd Tanous }, 9943e5faba5SEd Tanous "Recovery via CPU Host reset or platform reset. If error is persistent, deep-dive platform-level debugging is required.", 9959aa46454SAgnieszka Szlendak }}, 9963e5faba5SEd Tanous MessageEntry{ 9973e5faba5SEd Tanous "MEMultiPchModeMisconfig", 9983e5faba5SEd Tanous { 9993e5faba5SEd Tanous "Indicates that Intel ME has encountered problems in initializing Multi-PCH mode.", 10003e5faba5SEd Tanous "Intel ME error in Multi-PCH mode: %1", 10013e5faba5SEd Tanous "Critical", 10023e5faba5SEd Tanous 1, 10033e5faba5SEd Tanous { 10043e5faba5SEd Tanous "string", 10053e5faba5SEd Tanous }, 10063e5faba5SEd Tanous "None.", 10073e5faba5SEd Tanous }}, 10083e5faba5SEd Tanous MessageEntry{ 10093e5faba5SEd Tanous "MEPeciOverDmiError", 10103e5faba5SEd Tanous { 10113e5faba5SEd Tanous "Indicates that Intel ME is unable to communicate using PECI over DMI.", 10123e5faba5SEd Tanous "Intel ME has detected PECI over DMI interface failure and it is not functional any more. It may indicate the situation when PECI over DMI was not configured by BIOS or a defect which may require a CPU Host reset to recover from. Details: %1", 10133e5faba5SEd Tanous "Critical", 10143e5faba5SEd Tanous 1, 10153e5faba5SEd Tanous { 10163e5faba5SEd Tanous "string", 10173e5faba5SEd Tanous }, 10183e5faba5SEd Tanous "Recovery via CPU Host reset or platform reset. If error is persistent, deep-dive platform-level debugging is required.", 10193e5faba5SEd Tanous }}, 10203e5faba5SEd Tanous MessageEntry{ 10213e5faba5SEd Tanous "MEPttHealthEvent", 10223e5faba5SEd Tanous { 10233e5faba5SEd Tanous "Indicates that Intel ME has encountered issue with Intel PTT", 10243e5faba5SEd Tanous "Intel ME has detected following issue with Intel PTT: %1", 10253e5faba5SEd Tanous "Warning", 10263e5faba5SEd Tanous 1, 10273e5faba5SEd Tanous { 10283e5faba5SEd Tanous "string", 10293e5faba5SEd Tanous }, 10303e5faba5SEd Tanous "None.", 10313e5faba5SEd Tanous }}, 10323e5faba5SEd Tanous MessageEntry{ 10333e5faba5SEd Tanous "MERecoveryGpioForced", 10343e5faba5SEd Tanous { 10353e5faba5SEd Tanous "Indicates that Intel ME image is booted in recovery mode due to GPIO assertion.", 10363e5faba5SEd Tanous "Intel ME Recovery Image loaded due to recovery MGPIO pin asserted. Pin number is configurable in factory presets, Default recovery pin is MGPIO1.", 10373e5faba5SEd Tanous "OK", 10383e5faba5SEd Tanous 0, 10393e5faba5SEd Tanous {}, 10403e5faba5SEd Tanous "Deassert recovery GPIO and reset the Intel ME back to operational mode. If Recovery Jumper is in legacy behavior, a ME reset (eg. Cold Reset IPMI cmd) is needed to have ME back in operational mode.", 10413e5faba5SEd Tanous }}, 10423e5faba5SEd Tanous MessageEntry{ 10433e5faba5SEd Tanous "MERestrictedMode", 10443e5faba5SEd Tanous { 10453e5faba5SEd Tanous "Indicates events related to Intel ME restricted mode.", 10463e5faba5SEd Tanous "Intel ME restricted mode information: %1", 10473e5faba5SEd Tanous "Critical", 10483e5faba5SEd Tanous 1, 10493e5faba5SEd Tanous { 10503e5faba5SEd Tanous "string", 10513e5faba5SEd Tanous }, 10523e5faba5SEd Tanous "None.", 10533e5faba5SEd Tanous }}, 10543e5faba5SEd Tanous MessageEntry{ 10553e5faba5SEd Tanous "MESmbusLinkFailure", 10563e5faba5SEd Tanous { 10573e5faba5SEd Tanous "Indicate that Intel ME encountered SMBus link error.", 10583e5faba5SEd Tanous "Intel ME has detected SMBus link error. Sensor Bus: %1 , MUX Address: %2 ", 10593e5faba5SEd Tanous "Critical", 10603e5faba5SEd Tanous 2, 10613e5faba5SEd Tanous { 10623e5faba5SEd Tanous "string", 10633e5faba5SEd Tanous "string", 10643e5faba5SEd Tanous }, 10653e5faba5SEd Tanous "Devices connected to given SMLINK might cause communication corruption. See error code and refer to Intel ME External Interfaces Specification for details.", 10663e5faba5SEd Tanous }}, 10673e5faba5SEd Tanous MessageEntry{ 10683e5faba5SEd Tanous "MEUmaError", 10693e5faba5SEd Tanous { 10703e5faba5SEd Tanous "Indicates that Intel ME has encountered UMA operation error.", 10713e5faba5SEd Tanous "Intel ME has encountered UMA operation error. Details: %1", 10723e5faba5SEd Tanous "Critical", 10733e5faba5SEd Tanous 1, 10743e5faba5SEd Tanous { 10753e5faba5SEd Tanous "string", 10763e5faba5SEd Tanous }, 10773e5faba5SEd Tanous "Platform reset when UMA not configured correctly, or when error occurred during normal operation on correctly configured UMA multiple times leading to Intel ME entering Recovery or restricted operational mode.", 10783e5faba5SEd Tanous }}, 10793e5faba5SEd Tanous MessageEntry{ 10803e5faba5SEd Tanous "MEUnsupportedFeature", 10813e5faba5SEd Tanous { 10823e5faba5SEd Tanous "Indicates that Intel ME is configuration with feature which is not supported on this platform.", 10833e5faba5SEd Tanous "Feature not supported in current segment detected by Intel ME Firmware. Details: %1", 10843e5faba5SEd Tanous "Critical", 10853e5faba5SEd Tanous 1, 10863e5faba5SEd Tanous { 10873e5faba5SEd Tanous "string", 10883e5faba5SEd Tanous }, 10893e5faba5SEd Tanous "Proper FW configuration must be updated or use the Flash device with proper FW configuration", 10903e5faba5SEd Tanous }}, 10913e5faba5SEd Tanous MessageEntry{ 10923e5faba5SEd Tanous "ManufacturingModeEntered", 10933e5faba5SEd Tanous { 10943e5faba5SEd Tanous "Indicates that the BMC entered Factory, or Manufacturing mode.", 10953e5faba5SEd Tanous "Entered Manufacturing Mode.", 10963e5faba5SEd Tanous "Critical", 10973e5faba5SEd Tanous 0, 10983e5faba5SEd Tanous {}, 10993e5faba5SEd Tanous "None.", 11003e5faba5SEd Tanous }}, 11013e5faba5SEd Tanous MessageEntry{ 11023e5faba5SEd Tanous "ManufacturingModeExited", 11033e5faba5SEd Tanous { 11043e5faba5SEd Tanous "Indicates that the BMC exited Factory, or Manufacturing mode.", 11053e5faba5SEd Tanous "Exited Manufacturing Mode.", 11063e5faba5SEd Tanous "OK", 11073e5faba5SEd Tanous 0, 11083e5faba5SEd Tanous {}, 11093e5faba5SEd Tanous "None.", 11103e5faba5SEd Tanous }}, 11113e5faba5SEd Tanous MessageEntry{ 11123e5faba5SEd Tanous "MemoryECCCorrectable", 1113fbe8378fSJason M. Bills { 1114271584abSEd Tanous "Indicates a Correctable Memory ECC error.", 11153e5faba5SEd Tanous "Memory ECC correctable error. Socket=%1 Channel=%2 DIMM=%3 Rank=%4.", 1116271584abSEd Tanous "Warning", 1117271584abSEd Tanous 4, 1118fbe8378fSJason M. Bills { 1119fbe8378fSJason M. Bills "number", 1120fbe8378fSJason M. Bills "string", 1121fbe8378fSJason M. Bills "number", 1122fbe8378fSJason M. Bills "number", 1123fbe8378fSJason M. Bills }, 1124271584abSEd Tanous "None.", 1125fbe8378fSJason M. Bills }}, 11263e5faba5SEd Tanous MessageEntry{ 11273e5faba5SEd Tanous "MemoryECCUncorrectable", 1128fbe8378fSJason M. Bills { 1129271584abSEd Tanous "Indicates an Uncorrectable Memory ECC error.", 11303e5faba5SEd Tanous "Memory ECC uncorrectable error. Socket=%1 Channel=%2 DIMM=%3 Rank=%4.", 1131271584abSEd Tanous "Critical", 1132271584abSEd Tanous 4, 1133fbe8378fSJason M. Bills { 1134fbe8378fSJason M. Bills "number", 1135fbe8378fSJason M. Bills "string", 1136fbe8378fSJason M. Bills "number", 1137fbe8378fSJason M. Bills "number", 1138fbe8378fSJason M. Bills }, 1139271584abSEd Tanous "None.", 1140fbe8378fSJason M. Bills }}, 11413e5faba5SEd Tanous MessageEntry{ 11423e5faba5SEd Tanous "MemoryParityCommandAndAddress", 1143fbe8378fSJason M. Bills { 1144271584abSEd Tanous "Indicates a Command and Address parity error.", 11453e5faba5SEd Tanous "Command and Address parity error. Socket=%1 Channel=%2 DIMM=%3 ChannelValid=%4 DIMMValid=%5.", 1146271584abSEd Tanous "Critical", 1147271584abSEd Tanous 5, 1148fbe8378fSJason M. Bills { 1149fbe8378fSJason M. Bills "number", 1150fbe8378fSJason M. Bills "string", 1151fbe8378fSJason M. Bills "number", 1152fbe8378fSJason M. Bills "number", 1153fbe8378fSJason M. Bills "number", 1154fbe8378fSJason M. Bills }, 1155271584abSEd Tanous "None.", 1156fbe8378fSJason M. Bills }}, 11573e5faba5SEd Tanous MessageEntry{ 11583e5faba5SEd Tanous "MemoryParityNotKnown", 1159fbe8378fSJason M. Bills { 1160271584abSEd Tanous "Indicates an unknown parity error.", 11613e5faba5SEd Tanous "Memory parity error. Socket=%1 Channel=%2 DIMM=%3 ChannelValid=%4 DIMMValid=%5.", 1162271584abSEd Tanous "Critical", 1163271584abSEd Tanous 5, 1164fbe8378fSJason M. Bills { 1165fbe8378fSJason M. Bills "number", 1166fbe8378fSJason M. Bills "string", 1167fbe8378fSJason M. Bills "number", 1168fbe8378fSJason M. Bills "number", 1169fbe8378fSJason M. Bills "number", 1170fbe8378fSJason M. Bills }, 1171271584abSEd Tanous "None.", 1172fbe8378fSJason M. Bills }}, 11733e5faba5SEd Tanous MessageEntry{ 11743e5faba5SEd Tanous "MemoryRASConfigurationDisabled", 1175fbe8378fSJason M. Bills { 1176fbe8378fSJason M. Bills "Indicates Memory RAS Disabled Configuration Status.", 1177271584abSEd Tanous "Memory RAS Configuration Disabled. Error=%1 Mode=%2.", 1178271584abSEd Tanous "OK", 1179271584abSEd Tanous 2, 1180fbe8378fSJason M. Bills { 1181fbe8378fSJason M. Bills "string", 1182fbe8378fSJason M. Bills "string", 1183fbe8378fSJason M. Bills }, 1184271584abSEd Tanous "None.", 1185fbe8378fSJason M. Bills }}, 11863e5faba5SEd Tanous MessageEntry{ 11873e5faba5SEd Tanous "MemoryRASConfigurationEnabled", 1188fbe8378fSJason M. Bills { 1189271584abSEd Tanous "Indicates Memory RAS Enabled Configuration Status.", 1190271584abSEd Tanous "Memory RAS Configuration Enabled. Error=%1 Mode=%2.", 1191271584abSEd Tanous "OK", 1192271584abSEd Tanous 2, 1193fbe8378fSJason M. Bills { 1194fbe8378fSJason M. Bills "string", 1195fbe8378fSJason M. Bills "string", 1196fbe8378fSJason M. Bills }, 1197271584abSEd Tanous "None.", 1198fbe8378fSJason M. Bills }}, 11993e5faba5SEd Tanous MessageEntry{ 12003e5faba5SEd Tanous "MemoryRASModeDisabled", 1201fbe8378fSJason M. Bills { 1202271584abSEd Tanous "Indicates Memory RAS Disabled Mode Selection.", 12033e5faba5SEd Tanous "Memory RAS Mode Select Disabled. Prior Mode=%1 Selected Mode=%2.", 1204271584abSEd Tanous "OK", 1205271584abSEd Tanous 2, 1206fbe8378fSJason M. Bills { 1207fbe8378fSJason M. Bills "string", 1208fbe8378fSJason M. Bills "string", 1209fbe8378fSJason M. Bills }, 1210271584abSEd Tanous "None.", 1211fbe8378fSJason M. Bills }}, 12123e5faba5SEd Tanous MessageEntry{ 12133e5faba5SEd Tanous "MemoryRASModeEnabled", 1214fbe8378fSJason M. Bills { 1215271584abSEd Tanous "Indicates Memory RAS Enabled Mode Selection.", 12163e5faba5SEd Tanous "Memory RAS Mode Select Enabled. Prior Mode=%1 Selected Mode=%2.", 1217271584abSEd Tanous "OK", 1218271584abSEd Tanous 2, 1219fbe8378fSJason M. Bills { 1220fbe8378fSJason M. Bills "string", 1221fbe8378fSJason M. Bills "string", 1222fbe8378fSJason M. Bills }, 1223271584abSEd Tanous "None.", 1224fbe8378fSJason M. Bills }}, 12253e5faba5SEd Tanous MessageEntry{ 12263e5faba5SEd Tanous "MemoryThermTrip", 1227fbe8378fSJason M. Bills { 12283e5faba5SEd Tanous "Indicates that the system memory ThermTrip is asserted by the specified component.", 1229bc6be237Sjayaprakash Mutyala "Memory ThermTrip asserted: %1.", 1230271584abSEd Tanous "Critical", 1231bc6be237Sjayaprakash Mutyala 1, 12329aa46454SAgnieszka Szlendak { 12333e5faba5SEd Tanous "string", 12343e5faba5SEd Tanous }, 12359aa46454SAgnieszka Szlendak "None.", 12369aa46454SAgnieszka Szlendak }}, 12379aa46454SAgnieszka Szlendak MessageEntry{ 12383e5faba5SEd Tanous "MirroringRedundancyDegraded", 1239fbe8378fSJason M. Bills { 1240fbe8378fSJason M. Bills "Indicates the mirroring redundancy state is degraded.", 12413e5faba5SEd Tanous "Mirroring redundancy state degraded. Socket=%1 Channel=%2 DIMM=%3 Pair=%4 Rank=%5.", 1242271584abSEd Tanous "Warning", 1243271584abSEd Tanous 5, 1244fbe8378fSJason M. Bills { 1245fbe8378fSJason M. Bills "number", 1246fbe8378fSJason M. Bills "string", 1247fbe8378fSJason M. Bills "number", 1248fbe8378fSJason M. Bills "number", 1249fbe8378fSJason M. Bills "number", 1250fbe8378fSJason M. Bills }, 1251271584abSEd Tanous "None.", 1252fbe8378fSJason M. Bills }}, 1253fbe8378fSJason M. Bills MessageEntry{ 1254fbe8378fSJason M. Bills "MirroringRedundancyFull", 1255fbe8378fSJason M. Bills { 1256fbe8378fSJason M. Bills "Indicates the mirroring redundancy state is fully redundant.", 12573e5faba5SEd Tanous "Mirroring redundancy state fully redundant. Socket=%1 Channel=%2 DIMM=%3 Pair=%4 Rank=%5.", 1258271584abSEd Tanous "OK", 1259271584abSEd Tanous 5, 1260fbe8378fSJason M. Bills { 1261fbe8378fSJason M. Bills "number", 1262fbe8378fSJason M. Bills "string", 1263fbe8378fSJason M. Bills "number", 1264fbe8378fSJason M. Bills "number", 1265fbe8378fSJason M. Bills "number", 1266fbe8378fSJason M. Bills }, 1267271584abSEd Tanous "None.", 1268fbe8378fSJason M. Bills }}, 12693e5faba5SEd Tanous MessageEntry{ 12703e5faba5SEd Tanous "NMIButtonPressed", 1271fbe8378fSJason M. Bills { 1272271584abSEd Tanous "Indicates that the NMI button was pressed.", 1273271584abSEd Tanous "NMI Button Pressed.", 1274271584abSEd Tanous "Critical", 1275271584abSEd Tanous 0, 1276271584abSEd Tanous {}, 1277271584abSEd Tanous "None.", 1278fbe8378fSJason M. Bills }}, 12793e5faba5SEd Tanous MessageEntry{ 12803e5faba5SEd Tanous "NMIDiagnosticInterrupt", 1281b76f9ca1SChen,Yugang { 12823e5faba5SEd Tanous "Indicates that an NMI Diagnostic Interrupt has been generated.", 1283271584abSEd Tanous "NMI Diagnostic Interrupt.", 1284271584abSEd Tanous "Critical", 1285271584abSEd Tanous 0, 1286271584abSEd Tanous {}, 1287271584abSEd Tanous "None.", 1288b76f9ca1SChen,Yugang }}, 12893e5faba5SEd Tanous MessageEntry{ 12903e5faba5SEd Tanous "PCIeCorrectableAdvisoryNonFatal", 1291fbe8378fSJason M. Bills { 1292fbe8378fSJason M. Bills "Indicates a PCIe Correctable Advisory Non-fatal Error.", 12933e5faba5SEd Tanous "PCIe Correctable Advisory Non-fatal Error. Bus=%1 Device=%2 Function=%3.", 1294271584abSEd Tanous "Warning", 1295271584abSEd Tanous 3, 1296fbe8378fSJason M. Bills { 1297fbe8378fSJason M. Bills "number", 1298fbe8378fSJason M. Bills "number", 1299fbe8378fSJason M. Bills "number", 1300fbe8378fSJason M. Bills }, 1301271584abSEd Tanous "None.", 1302fbe8378fSJason M. Bills }}, 13033e5faba5SEd Tanous MessageEntry{ 13043e5faba5SEd Tanous "PCIeCorrectableBadDLLP", 1305fbe8378fSJason M. Bills { 1306271584abSEd Tanous "Indicates a PCIe Correctable Bad DLLP Error.", 1307fbe8378fSJason M. Bills "PCIe Correctable Bad DLLP. Bus=%1 Device=%2 Function=%3.", 1308271584abSEd Tanous "Warning", 1309271584abSEd Tanous 3, 1310fbe8378fSJason M. Bills { 1311fbe8378fSJason M. Bills "number", 1312fbe8378fSJason M. Bills "number", 1313fbe8378fSJason M. Bills "number", 1314fbe8378fSJason M. Bills }, 1315271584abSEd Tanous "None.", 1316fbe8378fSJason M. Bills }}, 13173e5faba5SEd Tanous MessageEntry{ 13183e5faba5SEd Tanous "PCIeCorrectableBadTLP", 1319fbe8378fSJason M. Bills { 1320271584abSEd Tanous "Indicates a PCIe Correctable Bad TLP Error.", 1321fbe8378fSJason M. Bills "PCIe Correctable Bad TLP. Bus=%1 Device=%2 Function=%3.", 1322271584abSEd Tanous "Warning", 1323271584abSEd Tanous 3, 1324fbe8378fSJason M. Bills { 1325fbe8378fSJason M. Bills "number", 1326fbe8378fSJason M. Bills "number", 1327fbe8378fSJason M. Bills "number", 1328fbe8378fSJason M. Bills }, 1329271584abSEd Tanous "None.", 1330fbe8378fSJason M. Bills }}, 13313e5faba5SEd Tanous MessageEntry{ 13323e5faba5SEd Tanous "PCIeCorrectableHeaderLogOverflow", 1333fbe8378fSJason M. Bills { 1334fbe8378fSJason M. Bills "Indicates a PCIe Correctable Header Log Overflow Error.", 13353e5faba5SEd Tanous "PCIe Correctable Header Log Overflow. Bus=%1 Device=%2 Function=%3.", 1336271584abSEd Tanous "Warning", 1337271584abSEd Tanous 3, 1338fbe8378fSJason M. Bills { 1339fbe8378fSJason M. Bills "number", 1340fbe8378fSJason M. Bills "number", 1341fbe8378fSJason M. Bills "number", 1342fbe8378fSJason M. Bills }, 1343271584abSEd Tanous "None.", 1344fbe8378fSJason M. Bills }}, 13453e5faba5SEd Tanous MessageEntry{ 13463e5faba5SEd Tanous "PCIeCorrectableInternal", 1347fbe8378fSJason M. Bills { 1348271584abSEd Tanous "Indicates a PCIe Correctable Internal Error.", 13493e5faba5SEd Tanous "PCIe Correctable Internal Error. Bus=%1 Device=%2 Function=%3.", 1350271584abSEd Tanous "Warning", 1351271584abSEd Tanous 3, 1352fbe8378fSJason M. Bills { 1353fbe8378fSJason M. Bills "number", 1354fbe8378fSJason M. Bills "number", 1355fbe8378fSJason M. Bills "number", 1356fbe8378fSJason M. Bills }, 1357271584abSEd Tanous "None.", 1358fbe8378fSJason M. Bills }}, 13593e5faba5SEd Tanous MessageEntry{ 13603e5faba5SEd Tanous "PCIeCorrectableLinkBWChanged", 1361fbe8378fSJason M. Bills { 1362fbe8378fSJason M. Bills "Indicates a PCIe Correctable Link BW Changed Error.", 13633e5faba5SEd Tanous "PCIe Correctable Link BW Changed. Bus=%1 Device=%2 Function=%3.", 1364271584abSEd Tanous "Warning", 1365271584abSEd Tanous 3, 1366fbe8378fSJason M. Bills { 1367fbe8378fSJason M. Bills "number", 1368fbe8378fSJason M. Bills "number", 1369fbe8378fSJason M. Bills "number", 1370fbe8378fSJason M. Bills }, 1371271584abSEd Tanous "None.", 1372fbe8378fSJason M. Bills }}, 13733e5faba5SEd Tanous MessageEntry{ 13743e5faba5SEd Tanous "PCIeCorrectableReceiverError", 1375fbe8378fSJason M. Bills { 1376271584abSEd Tanous "Indicates a PCIe Correctable Receiver Error.", 13773e5faba5SEd Tanous "PCIe Correctable Receiver Error. Bus=%1 Device=%2 Function=%3.", 1378271584abSEd Tanous "Warning", 1379271584abSEd Tanous 3, 1380fbe8378fSJason M. Bills { 1381fbe8378fSJason M. Bills "number", 1382fbe8378fSJason M. Bills "number", 1383fbe8378fSJason M. Bills "number", 1384fbe8378fSJason M. Bills }, 1385271584abSEd Tanous "None.", 1386fbe8378fSJason M. Bills }}, 13873e5faba5SEd Tanous MessageEntry{ 13883e5faba5SEd Tanous "PCIeCorrectableReplayNumRollover", 1389fbe8378fSJason M. Bills { 1390271584abSEd Tanous "Indicates a PCIe Correctable Replay Num Rollover.", 13913e5faba5SEd Tanous "PCIe Correctable Replay Num Rollover. Bus=%1 Device=%2 Function=%3.", 1392271584abSEd Tanous "Warning", 1393271584abSEd Tanous 3, 1394fbe8378fSJason M. Bills { 1395fbe8378fSJason M. Bills "number", 1396fbe8378fSJason M. Bills "number", 1397fbe8378fSJason M. Bills "number", 1398fbe8378fSJason M. Bills }, 1399271584abSEd Tanous "None.", 1400fbe8378fSJason M. Bills }}, 14013e5faba5SEd Tanous MessageEntry{ 14023e5faba5SEd Tanous "PCIeCorrectableReplayTimerTimeout", 1403fbe8378fSJason M. Bills { 1404271584abSEd Tanous "Indicates a PCIe Correctable Replay Timer Timeout.", 14053e5faba5SEd Tanous "PCIe Correctable Replay Timer Timeout. Bus=%1 Device=%2 Function=%3.", 1406271584abSEd Tanous "Warning", 1407271584abSEd Tanous 3, 1408fbe8378fSJason M. Bills { 1409fbe8378fSJason M. Bills "number", 1410fbe8378fSJason M. Bills "number", 1411fbe8378fSJason M. Bills "number", 1412fbe8378fSJason M. Bills }, 1413271584abSEd Tanous "None.", 1414fbe8378fSJason M. Bills }}, 14153e5faba5SEd Tanous MessageEntry{ 14163e5faba5SEd Tanous "PCIeCorrectableUnspecifiedAERError", 1417fbe8378fSJason M. Bills { 1418fbe8378fSJason M. Bills "Indicates a PCIe Correctable Unspecified AER Error.", 14193e5faba5SEd Tanous "PCIe Correctable Unspecified AER Error. Bus=%1 Device=%2 Function=%3.", 1420271584abSEd Tanous "Warning", 1421271584abSEd Tanous 3, 1422fbe8378fSJason M. Bills { 1423fbe8378fSJason M. Bills "number", 1424fbe8378fSJason M. Bills "number", 1425fbe8378fSJason M. Bills "number", 1426fbe8378fSJason M. Bills }, 1427271584abSEd Tanous "None.", 1428fbe8378fSJason M. Bills }}, 14293e5faba5SEd Tanous MessageEntry{ 14303e5faba5SEd Tanous "PCIeFatalACSViolation", 1431fbe8378fSJason M. Bills { 1432271584abSEd Tanous "Indicates a PCIe ACS Violation Error.", 1433fbe8378fSJason M. Bills "PCIe Fatal ACS Violation. Bus=%1 Device=%2 Function=%3.", 14344228a160SJason M. Bills "Critical", 1435271584abSEd Tanous 3, 1436fbe8378fSJason M. Bills { 1437fbe8378fSJason M. Bills "number", 1438fbe8378fSJason M. Bills "number", 1439fbe8378fSJason M. Bills "number", 1440fbe8378fSJason M. Bills }, 1441271584abSEd Tanous "None.", 1442fbe8378fSJason M. Bills }}, 14433e5faba5SEd Tanous MessageEntry{ 14443e5faba5SEd Tanous "PCIeFatalAtomicEgressBlocked", 1445fbe8378fSJason M. Bills { 1446271584abSEd Tanous "Indicates a PCIe Atomic Egress Blocked Error.", 14473e5faba5SEd Tanous "PCIe Fatal Atomic Egress Blocked. Bus=%1 Device=%2 Function=%3.", 14484228a160SJason M. Bills "Critical", 1449271584abSEd Tanous 3, 1450fbe8378fSJason M. Bills { 1451fbe8378fSJason M. Bills "number", 1452fbe8378fSJason M. Bills "number", 1453fbe8378fSJason M. Bills "number", 1454fbe8378fSJason M. Bills }, 1455271584abSEd Tanous "None.", 1456fbe8378fSJason M. Bills }}, 1457fbe8378fSJason M. Bills MessageEntry{ 1458fbe8378fSJason M. Bills "PCIeFatalCompleterAbort", 1459fbe8378fSJason M. Bills { 1460271584abSEd Tanous "Indicates a PCIe Completer Abort Error.", 1461fbe8378fSJason M. Bills "PCIe Fatal Completer Abort. Bus=%1 Device=%2 Function=%3.", 14624228a160SJason M. Bills "Critical", 1463271584abSEd Tanous 3, 1464fbe8378fSJason M. Bills { 1465fbe8378fSJason M. Bills "number", 1466fbe8378fSJason M. Bills "number", 1467fbe8378fSJason M. Bills "number", 1468fbe8378fSJason M. Bills }, 1469271584abSEd Tanous "None.", 1470fbe8378fSJason M. Bills }}, 1471fbe8378fSJason M. Bills MessageEntry{ 1472fbe8378fSJason M. Bills "PCIeFatalCompletionTimeout", 1473fbe8378fSJason M. Bills { 1474271584abSEd Tanous "Indicates a PCIe Completion Timeout Error.", 1475fbe8378fSJason M. Bills "PCIe Fatal Completion Timeout. Bus=%1 Device=%2 Function=%3.", 14764228a160SJason M. Bills "Critical", 1477271584abSEd Tanous 3, 1478fbe8378fSJason M. Bills { 1479fbe8378fSJason M. Bills "number", 1480fbe8378fSJason M. Bills "number", 1481fbe8378fSJason M. Bills "number", 1482fbe8378fSJason M. Bills }, 1483271584abSEd Tanous "None.", 1484fbe8378fSJason M. Bills }}, 1485fbe8378fSJason M. Bills MessageEntry{ 1486fbe8378fSJason M. Bills "PCIeFatalDataLinkLayerProtocol", 1487fbe8378fSJason M. Bills { 1488271584abSEd Tanous "Indicates a PCIe Data Link Layer Protocol Error.", 14893e5faba5SEd Tanous "PCIe Fatal Data Link Layer Protocol Error. Bus=%1 Device=%2 Function=%3.", 14904228a160SJason M. Bills "Critical", 1491271584abSEd Tanous 3, 1492fbe8378fSJason M. Bills { 1493fbe8378fSJason M. Bills "number", 1494fbe8378fSJason M. Bills "number", 1495fbe8378fSJason M. Bills "number", 1496fbe8378fSJason M. Bills }, 1497271584abSEd Tanous "None.", 1498fbe8378fSJason M. Bills }}, 14993e5faba5SEd Tanous MessageEntry{ 15003e5faba5SEd Tanous "PCIeFatalECRCError", 1501fbe8378fSJason M. Bills { 1502271584abSEd Tanous "Indicates a PCIe ECRC Error.", 1503271584abSEd Tanous "PCIe Fatal ECRC Error. Bus=%1 Device=%2 Function=%3.", 15044228a160SJason M. Bills "Critical", 1505271584abSEd Tanous 3, 1506fbe8378fSJason M. Bills { 1507fbe8378fSJason M. Bills "number", 1508fbe8378fSJason M. Bills "number", 1509fbe8378fSJason M. Bills "number", 1510fbe8378fSJason M. Bills }, 1511271584abSEd Tanous "None.", 1512fbe8378fSJason M. Bills }}, 15133e5faba5SEd Tanous MessageEntry{ 15143e5faba5SEd Tanous "PCIeFatalFlowControlProtocol", 1515fbe8378fSJason M. Bills { 1516271584abSEd Tanous "Indicates a PCIe Flow Control Protocol Error.", 15173e5faba5SEd Tanous "PCIe Fatal Flow Control Protocol Error. Bus=%1 Device=%2 Function=%3.", 15184228a160SJason M. Bills "Critical", 1519271584abSEd Tanous 3, 15203e5faba5SEd Tanous { 15213e5faba5SEd Tanous "number", 15223e5faba5SEd Tanous "number", 15233e5faba5SEd Tanous "number", 15243e5faba5SEd Tanous }, 15253e5faba5SEd Tanous "None.", 15263e5faba5SEd Tanous }}, 15273e5faba5SEd Tanous MessageEntry{ 15283e5faba5SEd Tanous "PCIeFatalMCBlockedTLP", 15293e5faba5SEd Tanous { 15303e5faba5SEd Tanous "Indicates a PCIe MC Blocked TLP Error.", 15313e5faba5SEd Tanous "PCIe Fatal MC Blocked TLP Error. Bus=%1 Device=%2 Function=%3.", 15323e5faba5SEd Tanous "Critical", 15333e5faba5SEd Tanous 3, 1534fbe8378fSJason M. Bills { 1535fbe8378fSJason M. Bills "number", 1536fbe8378fSJason M. Bills "number", 1537fbe8378fSJason M. Bills "number", 1538fbe8378fSJason M. Bills }, 1539271584abSEd Tanous "None.", 1540fbe8378fSJason M. Bills }}, 1541fbe8378fSJason M. Bills MessageEntry{ 1542fbe8378fSJason M. Bills "PCIeFatalMalformedTLP", 1543fbe8378fSJason M. Bills { 1544271584abSEd Tanous "Indicates a PCIe Malformed TLP Error.", 1545fbe8378fSJason M. Bills "PCIe Fatal Malformed TLP Error. Bus=%1 Device=%2 Function=%3.", 15464228a160SJason M. Bills "Critical", 1547271584abSEd Tanous 3, 1548fbe8378fSJason M. Bills { 1549fbe8378fSJason M. Bills "number", 1550fbe8378fSJason M. Bills "number", 1551fbe8378fSJason M. Bills "number", 1552fbe8378fSJason M. Bills }, 1553271584abSEd Tanous "None.", 1554fbe8378fSJason M. Bills }}, 1555fbe8378fSJason M. Bills MessageEntry{ 1556fbe8378fSJason M. Bills "PCIeFatalPoisonedTLP", 1557fbe8378fSJason M. Bills { 1558271584abSEd Tanous "Indicates a PCIe Poisoned TLP Error.", 1559fbe8378fSJason M. Bills "PCIe Fatal Poisoned TLP Error. Bus=%1 Device=%2 Function=%3.", 15604228a160SJason M. Bills "Critical", 1561271584abSEd Tanous 3, 1562fbe8378fSJason M. Bills { 1563fbe8378fSJason M. Bills "number", 1564fbe8378fSJason M. Bills "number", 1565fbe8378fSJason M. Bills "number", 1566fbe8378fSJason M. Bills }, 1567271584abSEd Tanous "None.", 1568fbe8378fSJason M. Bills }}, 1569fbe8378fSJason M. Bills MessageEntry{ 157014c8aee2SEd Tanous "PCIeFatalReceivedErrNonFatalMessage", 1571fbe8378fSJason M. Bills { 1572fbe8378fSJason M. Bills "Indicates a PCIe Received ERR_NONFATAL Message Error.", 15733e5faba5SEd Tanous "PCIe Fatal Received ERR_NONFATAL Message. Bus=%1 Device=%2 Function=%3.", 15744228a160SJason M. Bills "Critical", 1575271584abSEd Tanous 3, 1576fbe8378fSJason M. Bills { 1577fbe8378fSJason M. Bills "number", 1578fbe8378fSJason M. Bills "number", 1579fbe8378fSJason M. Bills "number", 1580fbe8378fSJason M. Bills }, 1581271584abSEd Tanous "None.", 1582fbe8378fSJason M. Bills }}, 15833e5faba5SEd Tanous MessageEntry{ 15843e5faba5SEd Tanous "PCIeFatalReceivedFatalMessageFromDownstream", 1585fbe8378fSJason M. Bills { 15863e5faba5SEd Tanous "Indicates a PCIe Received Fatal Message From Downstream Error.", 15873e5faba5SEd Tanous "PCIe Fatal Received Fatal Message From Downstream. Bus=%1 Device=%2 Function=%3.", 15884228a160SJason M. Bills "Critical", 1589271584abSEd Tanous 3, 1590fbe8378fSJason M. Bills { 1591fbe8378fSJason M. Bills "number", 1592fbe8378fSJason M. Bills "number", 1593fbe8378fSJason M. Bills "number", 1594fbe8378fSJason M. Bills }, 1595271584abSEd Tanous "None.", 1596fbe8378fSJason M. Bills }}, 15973e5faba5SEd Tanous MessageEntry{ 15983e5faba5SEd Tanous "PCIeFatalReceiverBufferOverflow", 15993e5faba5SEd Tanous { 16003e5faba5SEd Tanous "Indicates a PCIe Receiver Buffer Overflow Error.", 16013e5faba5SEd Tanous "PCIe Fatal Receiver Buffer Overflow. Bus=%1 Device=%2 Function=%3.", 16023e5faba5SEd Tanous "Critical", 16033e5faba5SEd Tanous 3, 16043e5faba5SEd Tanous { 16053e5faba5SEd Tanous "number", 16063e5faba5SEd Tanous "number", 16073e5faba5SEd Tanous "number", 16083e5faba5SEd Tanous }, 16093e5faba5SEd Tanous "None.", 16103e5faba5SEd Tanous }}, 16113e5faba5SEd Tanous MessageEntry{ 16123e5faba5SEd Tanous "PCIeFatalSurpriseLinkDown", 1613fbe8378fSJason M. Bills { 1614271584abSEd Tanous "Indicates a PCIe Surprise Link Down Error.", 16153e5faba5SEd Tanous "PCIe Fatal Surprise Link Down Error. Bus=%1 Device=%2 Function=%3.", 16164228a160SJason M. Bills "Critical", 1617271584abSEd Tanous 3, 1618fbe8378fSJason M. Bills { 1619fbe8378fSJason M. Bills "number", 1620fbe8378fSJason M. Bills "number", 1621fbe8378fSJason M. Bills "number", 1622fbe8378fSJason M. Bills }, 1623271584abSEd Tanous "None.", 1624fbe8378fSJason M. Bills }}, 16253e5faba5SEd Tanous MessageEntry{ 16263e5faba5SEd Tanous "PCIeFatalTLPPrefixBlocked", 1627fbe8378fSJason M. Bills { 1628271584abSEd Tanous "Indicates a PCIe TLP Prefix Blocked Error.", 16293e5faba5SEd Tanous "PCIe Fatal TLP Prefix Blocked Error. Bus=%1 Device=%2 Function=%3.", 16304228a160SJason M. Bills "Critical", 1631271584abSEd Tanous 3, 1632fbe8378fSJason M. Bills { 1633fbe8378fSJason M. Bills "number", 1634fbe8378fSJason M. Bills "number", 1635fbe8378fSJason M. Bills "number", 1636fbe8378fSJason M. Bills }, 1637271584abSEd Tanous "None.", 1638fbe8378fSJason M. Bills }}, 1639fbe8378fSJason M. Bills MessageEntry{ 1640fbe8378fSJason M. Bills "PCIeFatalUncorrectableInternal", 1641fbe8378fSJason M. Bills { 1642271584abSEd Tanous "Indicates a PCIe Uncorrectable Internal Error.", 16433e5faba5SEd Tanous "PCIe Fatal Uncorrectable Internal Error. Bus=%1 Device=%2 Function=%3.", 16444228a160SJason M. Bills "Critical", 1645271584abSEd Tanous 3, 1646fbe8378fSJason M. Bills { 1647fbe8378fSJason M. Bills "number", 1648fbe8378fSJason M. Bills "number", 1649fbe8378fSJason M. Bills "number", 1650fbe8378fSJason M. Bills }, 1651271584abSEd Tanous "None.", 1652fbe8378fSJason M. Bills }}, 16533e5faba5SEd Tanous MessageEntry{ 16543e5faba5SEd Tanous "PCIeFatalUnexpectedCompletion", 1655fbe8378fSJason M. Bills { 1656271584abSEd Tanous "Indicates a PCIe Unexpected Completion Error.", 16573e5faba5SEd Tanous "PCIe Fatal Unexpected Completion. Bus=%1 Device=%2 Function=%3.", 16584228a160SJason M. Bills "Critical", 1659271584abSEd Tanous 3, 1660fbe8378fSJason M. Bills { 1661fbe8378fSJason M. Bills "number", 1662fbe8378fSJason M. Bills "number", 1663fbe8378fSJason M. Bills "number", 1664fbe8378fSJason M. Bills }, 1665271584abSEd Tanous "None.", 1666fbe8378fSJason M. Bills }}, 16673e5faba5SEd Tanous MessageEntry{ 16683e5faba5SEd Tanous "PCIeFatalUnspecifiedNonAERFatalError", 1669fbe8378fSJason M. Bills { 1670271584abSEd Tanous "Indicates a PCIe Unspecified Non-AER Fatal Error.", 16713e5faba5SEd Tanous "PCIe Fatal Unspecified Non-AER Fatal Error. Bus=%1 Device=%2 Function=%3.", 16724228a160SJason M. Bills "Critical", 1673271584abSEd Tanous 3, 1674fbe8378fSJason M. Bills { 1675fbe8378fSJason M. Bills "number", 1676fbe8378fSJason M. Bills "number", 1677fbe8378fSJason M. Bills "number", 1678fbe8378fSJason M. Bills }, 1679271584abSEd Tanous "None.", 1680fbe8378fSJason M. Bills }}, 1681fbe8378fSJason M. Bills MessageEntry{ 1682fbe8378fSJason M. Bills "PCIeFatalUnsupportedRequest", 1683fbe8378fSJason M. Bills { 1684271584abSEd Tanous "Indicates a PCIe Unsupported Request Error.", 1685fbe8378fSJason M. Bills "PCIe Fatal Unsupported Request. Bus=%1 Device=%2 Function=%3.", 16864228a160SJason M. Bills "Critical", 1687271584abSEd Tanous 3, 1688fbe8378fSJason M. Bills { 1689fbe8378fSJason M. Bills "number", 1690fbe8378fSJason M. Bills "number", 1691fbe8378fSJason M. Bills "number", 1692fbe8378fSJason M. Bills }, 1693271584abSEd Tanous "None.", 1694fbe8378fSJason M. Bills }}, 16953e5faba5SEd Tanous MessageEntry{ 16962539e69cSChanh Nguyen "PowerButtonLongPressed", 16972539e69cSChanh Nguyen { 16982539e69cSChanh Nguyen "Indicates that the power button was long pressed.", 16992539e69cSChanh Nguyen "Power Button Long Pressed.", 17002539e69cSChanh Nguyen "OK", 17012539e69cSChanh Nguyen 0, 17022539e69cSChanh Nguyen {}, 17032539e69cSChanh Nguyen "None.", 17042539e69cSChanh Nguyen }}, 17052539e69cSChanh Nguyen MessageEntry{ 17063e5faba5SEd Tanous "PowerButtonPressed", 1707fbe8378fSJason M. Bills { 1708271584abSEd Tanous "Indicates that the power button was pressed.", 1709271584abSEd Tanous "Power Button Pressed.", 1710271584abSEd Tanous "OK", 1711271584abSEd Tanous 0, 1712271584abSEd Tanous {}, 1713271584abSEd Tanous "None.", 1714fbe8378fSJason M. Bills }}, 17153e5faba5SEd Tanous MessageEntry{ 17163e5faba5SEd Tanous "PowerRestorePolicyApplied", 1717dd118a2eSJason M. Bills { 17183e5faba5SEd Tanous "Indicates that power was restored and the BMC has applied the restore policy.", 1719271584abSEd Tanous "Power restore policy applied.", 1720271584abSEd Tanous "OK", 1721271584abSEd Tanous 0, 1722271584abSEd Tanous {}, 1723271584abSEd Tanous "None.", 1724dd118a2eSJason M. Bills }}, 17253e5faba5SEd Tanous MessageEntry{ 17263e5faba5SEd Tanous "PowerSupplyConfigurationError", 1727fbe8378fSJason M. Bills { 1728271584abSEd Tanous "Indicates an error in power supply configuration.", 1729271584abSEd Tanous "Power supply %1 configuration error.", 17309c6b0159SYong Li "Warning", 1731271584abSEd Tanous 1, 17323e5faba5SEd Tanous { 17333e5faba5SEd Tanous "string", 17343e5faba5SEd Tanous }, 1735271584abSEd Tanous "None.", 1736fbe8378fSJason M. Bills }}, 1737fbe8378fSJason M. Bills MessageEntry{ 17387f68549fSjayaprakash Mutyala "PowerSupplyConfigurationErrorRecovered", 17397f68549fSjayaprakash Mutyala { 17403e5faba5SEd Tanous "Indicates that power supply configuration error recovered from a failure.", 17417f68549fSjayaprakash Mutyala "Power supply %1 configuration error recovered.", 17427f68549fSjayaprakash Mutyala "OK", 17437f68549fSjayaprakash Mutyala 1, 17443e5faba5SEd Tanous { 17453e5faba5SEd Tanous "string", 17463e5faba5SEd Tanous }, 17473e5faba5SEd Tanous "None.", 17483e5faba5SEd Tanous }}, 17493e5faba5SEd Tanous MessageEntry{ 17503e5faba5SEd Tanous "PowerSupplyFailed", 17513e5faba5SEd Tanous { 17523e5faba5SEd Tanous "Indicates that a power supply has failed.", 17533e5faba5SEd Tanous "Power supply %1 failed.", 17543e5faba5SEd Tanous "Warning", 17553e5faba5SEd Tanous 1, 17563e5faba5SEd Tanous { 17573e5faba5SEd Tanous "string", 17583e5faba5SEd Tanous }, 17593e5faba5SEd Tanous "None.", 17603e5faba5SEd Tanous }}, 17613e5faba5SEd Tanous MessageEntry{ 17623e5faba5SEd Tanous "PowerSupplyFailurePredicted", 17633e5faba5SEd Tanous { 17643e5faba5SEd Tanous "Indicates that a power supply is predicted to fail.", 17653e5faba5SEd Tanous "Power supply %1 failure predicted.", 17663e5faba5SEd Tanous "Warning", 17673e5faba5SEd Tanous 1, 17683e5faba5SEd Tanous { 17693e5faba5SEd Tanous "string", 17703e5faba5SEd Tanous }, 17717f68549fSjayaprakash Mutyala "None.", 17727f68549fSjayaprakash Mutyala }}, 17737f68549fSjayaprakash Mutyala MessageEntry{ 1774fbe8378fSJason M. Bills "PowerSupplyFanFailed", 1775fbe8378fSJason M. Bills { 1776fbe8378fSJason M. Bills "Indicates that the specified power supply fan has failed.", 1777271584abSEd Tanous "Power supply %1 fan %2 failed.", 17789c6b0159SYong Li "Warning", 1779271584abSEd Tanous 2, 17803e5faba5SEd Tanous { 17813e5faba5SEd Tanous "string", 17823e5faba5SEd Tanous "string", 17833e5faba5SEd Tanous }, 1784271584abSEd Tanous "None.", 1785fbe8378fSJason M. Bills }}, 1786dac62eefSCheng C Yang MessageEntry{ 1787dac62eefSCheng C Yang "PowerSupplyFanRecovered", 1788dac62eefSCheng C Yang { 1789dac62eefSCheng C Yang "Indicates that the power supply fan recovered from a failure.", 1790271584abSEd Tanous "Power supply %1 fan %2 recovered.", 1791271584abSEd Tanous "OK", 1792271584abSEd Tanous 2, 1793fbe8378fSJason M. Bills { 17943e5faba5SEd Tanous "string", 17953e5faba5SEd Tanous "string", 17963e5faba5SEd Tanous }, 1797271584abSEd Tanous "None.", 1798fbe8378fSJason M. Bills }}, 17993e5faba5SEd Tanous MessageEntry{ 18003e5faba5SEd Tanous "PowerSupplyInserted", 1801fbe8378fSJason M. Bills { 1802271584abSEd Tanous "Indicates that a power supply has been inserted.", 1803271584abSEd Tanous "Power supply %1 inserted.", 1804271584abSEd Tanous "OK", 1805271584abSEd Tanous 1, 18063e5faba5SEd Tanous { 18073e5faba5SEd Tanous "string", 18083e5faba5SEd Tanous }, 1809271584abSEd Tanous "None.", 1810fbe8378fSJason M. Bills }}, 18113e5faba5SEd Tanous MessageEntry{ 18123e5faba5SEd Tanous "PowerSupplyPowerGoodFailed", 1813bc48a175SJason M. Bills { 18143e5faba5SEd Tanous "Indicates that the power supply power good signal failed to assert within the specified time.", 18153e5faba5SEd Tanous "Power supply power good failed to assert within %1 milliseconds.", 1816271584abSEd Tanous "Critical", 1817271584abSEd Tanous 1, 18183e5faba5SEd Tanous { 18193e5faba5SEd Tanous "number", 18203e5faba5SEd Tanous }, 1821271584abSEd Tanous "None.", 1822bc48a175SJason M. Bills }}, 18233e5faba5SEd Tanous MessageEntry{ 18243e5faba5SEd Tanous "PowerSupplyPowerLost", 1825dac62eefSCheng C Yang { 1826dac62eefSCheng C Yang "Indicates that a power supply has lost input power.", 1827271584abSEd Tanous "Power supply %1 power lost.", 18289c6b0159SYong Li "Warning", 1829271584abSEd Tanous 1, 18303e5faba5SEd Tanous { 18313e5faba5SEd Tanous "string", 18323e5faba5SEd Tanous }, 1833271584abSEd Tanous "None.", 1834dac62eefSCheng C Yang }}, 18353e5faba5SEd Tanous MessageEntry{ 18363e5faba5SEd Tanous "PowerSupplyPowerRestored", 1837dac62eefSCheng C Yang { 1838dac62eefSCheng C Yang "Indicates that a power supply input power was restored.", 1839271584abSEd Tanous "Power supply %1 power restored.", 1840271584abSEd Tanous "OK", 184193518fb7SJayaprakash Mutyala 1, 18423e5faba5SEd Tanous { 18433e5faba5SEd Tanous "string", 18443e5faba5SEd Tanous }, 1845271584abSEd Tanous "None.", 1846dac62eefSCheng C Yang }}, 18473e5faba5SEd Tanous MessageEntry{ 18483e5faba5SEd Tanous "PowerSupplyPredictedFailureRecovered", 1849dac62eefSCheng C Yang { 18503e5faba5SEd Tanous "Indicates that a power supply recovered from a predicted failure.", 1851271584abSEd Tanous "Power supply %1 predicted failure recovered.", 1852271584abSEd Tanous "OK", 1853271584abSEd Tanous 1, 18543e5faba5SEd Tanous { 18553e5faba5SEd Tanous "string", 18563e5faba5SEd Tanous }, 1857271584abSEd Tanous "None.", 1858dac62eefSCheng C Yang }}, 18593e5faba5SEd Tanous MessageEntry{ 18603e5faba5SEd Tanous "PowerSupplyRecovered", 1861dac62eefSCheng C Yang { 1862dac62eefSCheng C Yang "Indicates that a power supply recovered from a failure.", 1863271584abSEd Tanous "Power supply %1 recovered.", 1864271584abSEd Tanous "OK", 1865271584abSEd Tanous 1, 18663e5faba5SEd Tanous { 18673e5faba5SEd Tanous "string", 18683e5faba5SEd Tanous }, 1869271584abSEd Tanous "None.", 1870dac62eefSCheng C Yang }}, 18713e5faba5SEd Tanous MessageEntry{ 18723e5faba5SEd Tanous "PowerSupplyRemoved", 1873fbe8378fSJason M. Bills { 1874271584abSEd Tanous "Indicates that a power supply has been removed.", 1875271584abSEd Tanous "Power supply %1 removed.", 1876271584abSEd Tanous "Warning", 1877271584abSEd Tanous 1, 18783e5faba5SEd Tanous { 18793e5faba5SEd Tanous "string", 18803e5faba5SEd Tanous }, 1881271584abSEd Tanous "None.", 1882fbe8378fSJason M. Bills }}, 18833e5faba5SEd Tanous MessageEntry{ 18843e5faba5SEd Tanous "PowerUnitDegradedFromNonRedundant", 1885cecb4cb6SCheng C Yang { 18863e5faba5SEd Tanous "Indicates that power unit is come back to redundant fromnonredundant but is still not in full redundancy mode.", 1887271584abSEd Tanous "Power Unit degraded from nonredundant.", 1888271584abSEd Tanous "Warning", 1889271584abSEd Tanous 0, 1890271584abSEd Tanous {}, 1891271584abSEd Tanous "None.", 1892cecb4cb6SCheng C Yang }}, 18933e5faba5SEd Tanous MessageEntry{ 18943e5faba5SEd Tanous "PowerUnitDegradedFromRedundant", 1895cecb4cb6SCheng C Yang { 18963e5faba5SEd Tanous "Indicates that power unit is degarded from full redundancy mode.", 1897271584abSEd Tanous "Power Unit degraded from redundant.", 1898271584abSEd Tanous "Warning", 1899271584abSEd Tanous 0, 1900271584abSEd Tanous {}, 1901271584abSEd Tanous "None.", 1902cecb4cb6SCheng C Yang }}, 19033e5faba5SEd Tanous MessageEntry{ 19043e5faba5SEd Tanous "PowerUnitNonRedundantFromInsufficient", 19053e5faba5SEd Tanous { 19063e5faba5SEd Tanous "Indicates that power unit is not in redundancy mode and getsufficient power to support redundancy from insufficientpower.", 19073e5faba5SEd Tanous "Power Unit NonRedundant from insufficient to sufficient.", 19083e5faba5SEd Tanous "Warning", 19093e5faba5SEd Tanous 0, 19103e5faba5SEd Tanous {}, 19113e5faba5SEd Tanous "None.", 19123e5faba5SEd Tanous }}, 19133e5faba5SEd Tanous MessageEntry{ 19143e5faba5SEd Tanous "PowerUnitNonRedundantInsufficient", 19153e5faba5SEd Tanous { 19163e5faba5SEd Tanous "Indicates that power unit do not have sufficient power to support redundancy.", 19173e5faba5SEd Tanous "Power Unit NonRedundant and has insufficient resource.", 19183e5faba5SEd Tanous "Critical", 19193e5faba5SEd Tanous 0, 19203e5faba5SEd Tanous {}, 19213e5faba5SEd Tanous "None.", 19223e5faba5SEd Tanous }}, 19233e5faba5SEd Tanous MessageEntry{ 19243e5faba5SEd Tanous "PowerUnitNonRedundantSufficient", 19253e5faba5SEd Tanous { 19263e5faba5SEd Tanous "Indicates that power unit is not in redundancy mode but stillhas sufficient power to support redundancy.", 19273e5faba5SEd Tanous "Power Unit Nonredundant but has sufficient resource.", 19283e5faba5SEd Tanous "Warning", 19293e5faba5SEd Tanous 0, 19303e5faba5SEd Tanous {}, 19313e5faba5SEd Tanous "None.", 19323e5faba5SEd Tanous }}, 19333e5faba5SEd Tanous MessageEntry{ 19343e5faba5SEd Tanous "PowerUnitRedundancyDegraded", 1935cecb4cb6SCheng C Yang { 1936cecb4cb6SCheng C Yang "Indicates that power unit redundancy has been degraded.", 1937271584abSEd Tanous "Power Unit Redundancy degraded.", 1938271584abSEd Tanous "Warning", 1939271584abSEd Tanous 0, 1940271584abSEd Tanous {}, 1941271584abSEd Tanous "None.", 1942cecb4cb6SCheng C Yang }}, 1943cecb4cb6SCheng C Yang MessageEntry{ 19443e5faba5SEd Tanous "PowerUnitRedundancyLost", 1945cecb4cb6SCheng C Yang { 1946cecb4cb6SCheng C Yang "Indicates that power unit redundancy has been lost.", 1947271584abSEd Tanous "Power Unit Redundancy lost.", 1948271584abSEd Tanous "Warning", 1949271584abSEd Tanous 0, 1950271584abSEd Tanous {}, 1951271584abSEd Tanous "None.", 1952cecb4cb6SCheng C Yang }}, 1953cecb4cb6SCheng C Yang MessageEntry{ 1954cecb4cb6SCheng C Yang "PowerUnitRedundancyRegained", 1955cecb4cb6SCheng C Yang { 1956cecb4cb6SCheng C Yang "Indicates that power unit full redundancy has been regained.", 1957271584abSEd Tanous "Power Unit Redundancy regained.", 1958271584abSEd Tanous "OK", 1959271584abSEd Tanous 0, 1960271584abSEd Tanous {}, 1961271584abSEd Tanous "None.", 1962cecb4cb6SCheng C Yang }}, 1963cecb4cb6SCheng C Yang MessageEntry{ 19643e5faba5SEd Tanous "ResetButtonPressed", 1965fbe8378fSJason M. Bills { 1966271584abSEd Tanous "Indicates that the reset button was pressed.", 1967271584abSEd Tanous "Reset Button Pressed.", 1968271584abSEd Tanous "OK", 1969271584abSEd Tanous 0, 1970271584abSEd Tanous {}, 1971271584abSEd Tanous "None.", 1972fbe8378fSJason M. Bills }}, 19733e5faba5SEd Tanous MessageEntry{ 19743e5faba5SEd Tanous "SELEntryAdded", 19753e5faba5SEd Tanous { 19763e5faba5SEd Tanous "Indicates a SEL entry was added using the Add SEL Entry or Platform Event command.", 19773e5faba5SEd Tanous "SEL Entry Added: %1", 19783e5faba5SEd Tanous "OK", 19793e5faba5SEd Tanous 1, 19803e5faba5SEd Tanous { 19813e5faba5SEd Tanous "string", 19823e5faba5SEd Tanous }, 19833e5faba5SEd Tanous "None.", 19843e5faba5SEd Tanous }}, 19853e5faba5SEd Tanous MessageEntry{ 19863e5faba5SEd Tanous "SecurityBoot2ndFlashEnabled", 19878ae37025SChen,Yugang { 19888ae37025SChen,Yugang "Indicates that the BMC 2nd boot flash is enabled.", 19898ae37025SChen,Yugang "BMC 2nd boot flash is enabled.", 19908ae37025SChen,Yugang "Critical", 19918ae37025SChen,Yugang 0, 19928ae37025SChen,Yugang {}, 19938ae37025SChen,Yugang "None.", 19948ae37025SChen,Yugang }}, 19953e5faba5SEd Tanous MessageEntry{ 19963e5faba5SEd Tanous "SecurityP2aBridgeEnabled", 19978ae37025SChen,Yugang { 19988ae37025SChen,Yugang "Indicates that the P2A bridge is enabled.", 19998ae37025SChen,Yugang "P2A(PCIe to AHB) bridge is enabled.", 20008ae37025SChen,Yugang "Critical", 20018ae37025SChen,Yugang 0, 20028ae37025SChen,Yugang {}, 20038ae37025SChen,Yugang "None.", 20048ae37025SChen,Yugang }}, 20053e5faba5SEd Tanous MessageEntry{ 20063e5faba5SEd Tanous "SecurityUartPortDebugEnabled", 20078ae37025SChen,Yugang { 20088ae37025SChen,Yugang "Indicates that the uart port debug is enabled.", 20098ae37025SChen,Yugang "Uart port debug is enabled.", 20108ae37025SChen,Yugang "Critical", 20118ae37025SChen,Yugang 0, 20128ae37025SChen,Yugang {}, 20138ae37025SChen,Yugang "None.", 20148ae37025SChen,Yugang }}, 20158988dda4SSuryakanth Sekar MessageEntry{ 20163e5faba5SEd Tanous "SecurityUserNonRootUidZeroAssigned", 20173e5faba5SEd Tanous { 20183e5faba5SEd Tanous "Indicates that non root user assigned with user ID zero.", 20193e5faba5SEd Tanous "User ID Zero is assigned with non-root user.", 20203e5faba5SEd Tanous "Critical", 20213e5faba5SEd Tanous 0, 20223e5faba5SEd Tanous {}, 20233e5faba5SEd Tanous "None.", 20243e5faba5SEd Tanous }}, 20253e5faba5SEd Tanous MessageEntry{ 20263e5faba5SEd Tanous "SecurityUserNonRootUidZeroRemoved", 20273e5faba5SEd Tanous { 20283e5faba5SEd Tanous "Indicates that non root user ID is removed", 20293e5faba5SEd Tanous "Non root user assigned with user ID zero is removed.", 20303e5faba5SEd Tanous "OK", 20313e5faba5SEd Tanous 0, 20323e5faba5SEd Tanous {}, 20333e5faba5SEd Tanous "None.", 20343e5faba5SEd Tanous }}, 20353e5faba5SEd Tanous MessageEntry{ 20363e5faba5SEd Tanous "SecurityUserRootDisabled", 20373e5faba5SEd Tanous { 20383e5faba5SEd Tanous "Indicates that system root user is disabled.", 20393e5faba5SEd Tanous "User root is disabled.", 20403e5faba5SEd Tanous "OK", 20413e5faba5SEd Tanous 0, 20423e5faba5SEd Tanous {}, 20433e5faba5SEd Tanous "None.", 20443e5faba5SEd Tanous }}, 20453e5faba5SEd Tanous MessageEntry{ 20463e5faba5SEd Tanous "SecurityUserRootEnabled", 20473e5faba5SEd Tanous { 20483e5faba5SEd Tanous "Indicates that system root user is enabled.", 20493e5faba5SEd Tanous "User root is enabled.", 20503e5faba5SEd Tanous "Critical", 20513e5faba5SEd Tanous 0, 20523e5faba5SEd Tanous {}, 20533e5faba5SEd Tanous "None.", 20543e5faba5SEd Tanous }}, 20553e5faba5SEd Tanous MessageEntry{ 20568988dda4SSuryakanth Sekar "SecurityUserStrongHashAlgoRestored", 20578988dda4SSuryakanth Sekar { 20588988dda4SSuryakanth Sekar "Indicates that password computing hash algorithm changed.", 20598988dda4SSuryakanth Sekar "Password computing hash algorithm is changed to sha256/sha512.", 20608988dda4SSuryakanth Sekar "OK", 20618988dda4SSuryakanth Sekar 0, 20628988dda4SSuryakanth Sekar {}, 20638988dda4SSuryakanth Sekar "None.", 20648988dda4SSuryakanth Sekar }}, 20653e5faba5SEd Tanous MessageEntry{ 20663e5faba5SEd Tanous "SecurityUserUnsupportedShellEnabled", 20678988dda4SSuryakanth Sekar { 20688988dda4SSuryakanth Sekar "Indicates that unsupported shell is enabled.", 20698988dda4SSuryakanth Sekar "Unsupported shell is enabled.", 20708988dda4SSuryakanth Sekar "Critical", 20718988dda4SSuryakanth Sekar 0, 20728988dda4SSuryakanth Sekar {}, 20738988dda4SSuryakanth Sekar "None.", 20748988dda4SSuryakanth Sekar }}, 20753e5faba5SEd Tanous MessageEntry{ 20763e5faba5SEd Tanous "SecurityUserUnsupportedShellRemoved", 20778988dda4SSuryakanth Sekar { 20788988dda4SSuryakanth Sekar "Indicates that unsupported shell is removed.", 20798988dda4SSuryakanth Sekar "Unsupported shell is removed.", 20808988dda4SSuryakanth Sekar "OK", 20818988dda4SSuryakanth Sekar 0, 20828988dda4SSuryakanth Sekar {}, 20838988dda4SSuryakanth Sekar "None.", 20848988dda4SSuryakanth Sekar }}, 20858988dda4SSuryakanth Sekar MessageEntry{ 20868988dda4SSuryakanth Sekar "SecurityUserWeakHashAlgoEnabled", 20878988dda4SSuryakanth Sekar { 20888988dda4SSuryakanth Sekar "Indicates that weak password computing hash algorithm is enabled.", 20898988dda4SSuryakanth Sekar "Weak password computing hash algorithm is enabled.", 20908988dda4SSuryakanth Sekar "Critical", 20918988dda4SSuryakanth Sekar 0, 20928988dda4SSuryakanth Sekar {}, 20938988dda4SSuryakanth Sekar "None.", 20948988dda4SSuryakanth Sekar }}, 20953e5faba5SEd Tanous MessageEntry{ 20963e5faba5SEd Tanous "SensorThresholdCriticalHighGoingHigh", 2097fbe8378fSJason M. Bills { 20983e5faba5SEd Tanous "Indicates that a threshold sensor has crossed a critical high threshold going high.", 20993e5faba5SEd Tanous "%1 sensor crossed a critical high threshold going high. Reading=%2 Threshold=%3.", 21003e5faba5SEd Tanous "Critical", 21013e5faba5SEd Tanous 3, 21023e5faba5SEd Tanous { 21033e5faba5SEd Tanous "string", 21043e5faba5SEd Tanous "number", 21053e5faba5SEd Tanous "number", 21063e5faba5SEd Tanous }, 21073e5faba5SEd Tanous "Check the sensor or subsystem for errors.", 21083e5faba5SEd Tanous }}, 21093e5faba5SEd Tanous MessageEntry{ 21103e5faba5SEd Tanous "SensorThresholdCriticalHighGoingLow", 21113e5faba5SEd Tanous { 21123e5faba5SEd Tanous "Indicates that a threshold sensor has crossed a critical high threshold going low.", 21133e5faba5SEd Tanous "%1 sensor crossed a critical high threshold going low. Reading=%2 Threshold=%3.", 21143e5faba5SEd Tanous "OK", 21153e5faba5SEd Tanous 3, 21163e5faba5SEd Tanous { 21173e5faba5SEd Tanous "string", 21183e5faba5SEd Tanous "number", 21193e5faba5SEd Tanous "number", 21203e5faba5SEd Tanous }, 21213e5faba5SEd Tanous "None.", 21223e5faba5SEd Tanous }}, 21233e5faba5SEd Tanous MessageEntry{ 21243e5faba5SEd Tanous "SensorThresholdCriticalLowGoingHigh", 21253e5faba5SEd Tanous { 21263e5faba5SEd Tanous "Indicates that a threshold sensor has crossed a critical low threshold going high.", 21273e5faba5SEd Tanous "%1 sensor crossed a critical low threshold going high. Reading=%2 Threshold=%3.", 21283e5faba5SEd Tanous "OK", 21293e5faba5SEd Tanous 3, 21303e5faba5SEd Tanous { 21313e5faba5SEd Tanous "string", 21323e5faba5SEd Tanous "number", 21333e5faba5SEd Tanous "number", 21343e5faba5SEd Tanous }, 21353e5faba5SEd Tanous "None.", 21363e5faba5SEd Tanous }}, 21373e5faba5SEd Tanous MessageEntry{ 21383e5faba5SEd Tanous "SensorThresholdCriticalLowGoingLow", 21393e5faba5SEd Tanous { 21403e5faba5SEd Tanous "Indicates that a threshold sensor has crossed a critical low threshold going low.", 21413e5faba5SEd Tanous "%1 sensor crossed a critical low threshold going low. Reading=%2 Threshold=%3.", 21423e5faba5SEd Tanous "Critical", 21433e5faba5SEd Tanous 3, 21443e5faba5SEd Tanous { 21453e5faba5SEd Tanous "string", 21463e5faba5SEd Tanous "number", 21473e5faba5SEd Tanous "number", 21483e5faba5SEd Tanous }, 21493e5faba5SEd Tanous "Check the sensor or subsystem for errors.", 21503e5faba5SEd Tanous }}, 21513e5faba5SEd Tanous MessageEntry{ 21523e5faba5SEd Tanous "SensorThresholdWarningHighGoingHigh", 21533e5faba5SEd Tanous { 21543e5faba5SEd Tanous "Indicates that a threshold sensor has crossed a warning high threshold going high.", 21553e5faba5SEd Tanous "%1 sensor crossed a warning high threshold going high. Reading=%2 Threshold=%3.", 21563e5faba5SEd Tanous "Warning", 21573e5faba5SEd Tanous 3, 21583e5faba5SEd Tanous { 21593e5faba5SEd Tanous "string", 21603e5faba5SEd Tanous "number", 21613e5faba5SEd Tanous "number", 21623e5faba5SEd Tanous }, 21633e5faba5SEd Tanous "Check the sensor or subsystem for errors.", 21643e5faba5SEd Tanous }}, 21653e5faba5SEd Tanous MessageEntry{ 21663e5faba5SEd Tanous "SensorThresholdWarningHighGoingLow", 21673e5faba5SEd Tanous { 21683e5faba5SEd Tanous "Indicates that a threshold sensor has crossed a warning high threshold going low.", 21693e5faba5SEd Tanous "%1 sensor crossed a warning high threshold going low. Reading=%2 Threshold=%3.", 21703e5faba5SEd Tanous "OK", 21713e5faba5SEd Tanous 3, 21723e5faba5SEd Tanous { 21733e5faba5SEd Tanous "string", 21743e5faba5SEd Tanous "number", 21753e5faba5SEd Tanous "number", 21763e5faba5SEd Tanous }, 21773e5faba5SEd Tanous "None.", 21783e5faba5SEd Tanous }}, 21793e5faba5SEd Tanous MessageEntry{ 21803e5faba5SEd Tanous "SensorThresholdWarningLowGoingHigh", 21813e5faba5SEd Tanous { 21823e5faba5SEd Tanous "Indicates that a threshold sensor has crossed a warning low threshold going high.", 21833e5faba5SEd Tanous "%1 sensor crossed a warning low threshold going high. Reading=%2 Threshold=%3.", 21843e5faba5SEd Tanous "OK", 21853e5faba5SEd Tanous 3, 21863e5faba5SEd Tanous { 21873e5faba5SEd Tanous "string", 21883e5faba5SEd Tanous "number", 21893e5faba5SEd Tanous "number", 21903e5faba5SEd Tanous }, 21913e5faba5SEd Tanous "None.", 21923e5faba5SEd Tanous }}, 21933e5faba5SEd Tanous MessageEntry{ 21943e5faba5SEd Tanous "SensorThresholdWarningLowGoingLow", 21953e5faba5SEd Tanous { 21963e5faba5SEd Tanous "Indicates that a threshold sensor has crossed a warning low threshold going low.", 21973e5faba5SEd Tanous "%1 sensor crossed a warning low threshold going low. Reading=%2 Threshold=%3.", 21983e5faba5SEd Tanous "Warning", 21993e5faba5SEd Tanous 3, 22003e5faba5SEd Tanous { 22013e5faba5SEd Tanous "string", 22023e5faba5SEd Tanous "number", 22033e5faba5SEd Tanous "number", 22043e5faba5SEd Tanous }, 22053e5faba5SEd Tanous "Check the sensor or subsystem for errors.", 22063e5faba5SEd Tanous }}, 22073e5faba5SEd Tanous MessageEntry{ 22083e5faba5SEd Tanous "ServiceFailure", 22093e5faba5SEd Tanous { 22103e5faba5SEd Tanous "Indicates that a service has exited unsuccessfully.", 22113e5faba5SEd Tanous "Service %1 has exited unsuccessfully.", 22123e5faba5SEd Tanous "Warning", 22133e5faba5SEd Tanous 1, 22143e5faba5SEd Tanous { 22153e5faba5SEd Tanous "string", 22163e5faba5SEd Tanous }, 22173e5faba5SEd Tanous "None.", 22183e5faba5SEd Tanous }}, 22193e5faba5SEd Tanous MessageEntry{ 22203e5faba5SEd Tanous "ServiceStarted", 22213e5faba5SEd Tanous { 22223e5faba5SEd Tanous "Indicates that a service has started successfully.", 22233e5faba5SEd Tanous "Service %1 has started successfully.", 2224271584abSEd Tanous "OK", 2225271584abSEd Tanous 1, 2226fbe8378fSJason M. Bills { 2227fbe8378fSJason M. Bills "string", 2228fbe8378fSJason M. Bills }, 2229271584abSEd Tanous "None.", 2230fbe8378fSJason M. Bills }}, 22313e5faba5SEd Tanous MessageEntry{ 22323e5faba5SEd Tanous "SparingRedundancyDegraded", 2233fbe8378fSJason M. Bills { 2234fbe8378fSJason M. Bills "Indicates the sparing redundancy state is degraded.", 22353e5faba5SEd Tanous "Sparing redundancy state degraded. Socket=%1 Channel=%2 DIMM=%3 Domain=%4 Rank=%5.", 2236271584abSEd Tanous "Warning", 2237271584abSEd Tanous 5, 2238fbe8378fSJason M. Bills { 2239fbe8378fSJason M. Bills "number", 2240fbe8378fSJason M. Bills "string", 2241fbe8378fSJason M. Bills "number", 2242fbe8378fSJason M. Bills "string", 2243fbe8378fSJason M. Bills "number", 2244fbe8378fSJason M. Bills }, 2245271584abSEd Tanous "None.", 2246fbe8378fSJason M. Bills }}, 2247fbe8378fSJason M. Bills MessageEntry{ 2248fbe8378fSJason M. Bills "SparingRedundancyFull", 2249fbe8378fSJason M. Bills { 2250fbe8378fSJason M. Bills "Indicates the sparing redundancy state is fully redundant.", 22513e5faba5SEd Tanous "Sparing redundancy state fully redundant. Socket=%1 Channel=%2 DIMM=%3 Domain=%4 Rank=%5.", 2252271584abSEd Tanous "OK", 2253271584abSEd Tanous 5, 2254fbe8378fSJason M. Bills { 2255fbe8378fSJason M. Bills "number", 2256fbe8378fSJason M. Bills "string", 2257fbe8378fSJason M. Bills "number", 2258fbe8378fSJason M. Bills "string", 2259fbe8378fSJason M. Bills "number", 2260fbe8378fSJason M. Bills }, 2261271584abSEd Tanous "None.", 2262fbe8378fSJason M. Bills }}, 22633e5faba5SEd Tanous MessageEntry{ 22643e5faba5SEd Tanous "SsbThermalTrip", 2265b76f9ca1SChen,Yugang { 2266b76f9ca1SChen,Yugang "Indicates that an SSB Thermal trip has been asserted.", 2267271584abSEd Tanous "SSB Thermal trip.", 2268271584abSEd Tanous "Critical", 2269271584abSEd Tanous 0, 2270271584abSEd Tanous {}, 2271271584abSEd Tanous "None.", 2272b76f9ca1SChen,Yugang }}, 22733e5faba5SEd Tanous MessageEntry{ 22743e5faba5SEd Tanous "SystemInterfaceDisabledProvisioned", 227552efa5d6SRichard Marian Thomaiyar { 22763e5faba5SEd Tanous "Indicates that the system interface is in the disabled provisioned state. All commands are blocked to execute through the system interface.", 22773e5faba5SEd Tanous "The system interface is in the disabled provisioned state.", 227852efa5d6SRichard Marian Thomaiyar "OK", 227952efa5d6SRichard Marian Thomaiyar 0, 228052efa5d6SRichard Marian Thomaiyar {}, 228152efa5d6SRichard Marian Thomaiyar "None.", 228252efa5d6SRichard Marian Thomaiyar }}, 22833e5faba5SEd Tanous MessageEntry{ 22843e5faba5SEd Tanous "SystemInterfaceUnprovisioned", 228552efa5d6SRichard Marian Thomaiyar { 22863e5faba5SEd Tanous "Indicates that the system interface is in the unprovisioned state. All commands are permitted to execute through the system interface.", 228752efa5d6SRichard Marian Thomaiyar "The system interface is in the unprovisioned state.", 228852efa5d6SRichard Marian Thomaiyar "Critical", 228952efa5d6SRichard Marian Thomaiyar 0, 229052efa5d6SRichard Marian Thomaiyar {}, 229152efa5d6SRichard Marian Thomaiyar "None.", 229252efa5d6SRichard Marian Thomaiyar }}, 22933e5faba5SEd Tanous MessageEntry{ 22943e5faba5SEd Tanous "SystemInterfaceWhitelistProvisioned", 229552efa5d6SRichard Marian Thomaiyar { 22963e5faba5SEd Tanous "Indicates that the system interface is in the whitelist provisioned state. Only whitelisted commands are permitted to execute through the system interface.", 22973e5faba5SEd Tanous "The system interface is in the whitelist provisioned state.", 229852efa5d6SRichard Marian Thomaiyar "Warning", 229952efa5d6SRichard Marian Thomaiyar 0, 230052efa5d6SRichard Marian Thomaiyar {}, 230152efa5d6SRichard Marian Thomaiyar "None.", 230252efa5d6SRichard Marian Thomaiyar }}, 23033e5faba5SEd Tanous MessageEntry{ 23043e5faba5SEd Tanous "SystemPowerGoodFailed", 2305bc48a175SJason M. Bills { 23063e5faba5SEd Tanous "Indicates that the system power good signal failed to assert within the specified time (VR failure).", 23073e5faba5SEd Tanous "System power good failed to assert within %1 milliseconds (VR failure).", 2308271584abSEd Tanous "Critical", 2309271584abSEd Tanous 1, 23103e5faba5SEd Tanous { 23113e5faba5SEd Tanous "number", 23123e5faba5SEd Tanous }, 2313271584abSEd Tanous "None.", 2314bc48a175SJason M. Bills }}, 23153e5faba5SEd Tanous MessageEntry{ 23163e5faba5SEd Tanous "SystemPowerLost", 2317fbe8378fSJason M. Bills { 23183e5faba5SEd Tanous "Indicates that power was lost while the system was powered on.", 2319271584abSEd Tanous "System Power Lost.", 2320271584abSEd Tanous "Critical", 2321271584abSEd Tanous 0, 2322271584abSEd Tanous {}, 2323271584abSEd Tanous "None.", 2324fbe8378fSJason M. Bills }}, 23253e5faba5SEd Tanous MessageEntry{ 23263e5faba5SEd Tanous "SystemPowerOffFailed", 2327fbe8378fSJason M. Bills { 2328271584abSEd Tanous "Indicates that the system failed to power off.", 2329271584abSEd Tanous "System Power-Off Failed.", 2330271584abSEd Tanous "Critical", 2331271584abSEd Tanous 0, 2332271584abSEd Tanous {}, 2333271584abSEd Tanous "None.", 2334fbe8378fSJason M. Bills }}, 23353e5faba5SEd Tanous MessageEntry{ 23363e5faba5SEd Tanous "SystemPowerOnFailed", 2337fbe8378fSJason M. Bills { 2338271584abSEd Tanous "Indicates that the system failed to power on.", 2339271584abSEd Tanous "System Power-On Failed.", 2340271584abSEd Tanous "Critical", 2341271584abSEd Tanous 0, 2342271584abSEd Tanous {}, 2343271584abSEd Tanous "None.", 2344fbe8378fSJason M. Bills }}, 234573de092fSJason M. Bills MessageEntry{ 234673de092fSJason M. Bills "VoltageRegulatorOverheated", 234773de092fSJason M. Bills { 234873de092fSJason M. Bills "Indicates that the specified voltage regulator overheated.", 2349271584abSEd Tanous "%1 Voltage Regulator Overheated.", 2350271584abSEd Tanous "Critical", 2351271584abSEd Tanous 1, 23523e5faba5SEd Tanous { 23533e5faba5SEd Tanous "string", 23543e5faba5SEd Tanous }, 2355271584abSEd Tanous "None.", 235673de092fSJason M. Bills }}, 23579aa46454SAgnieszka Szlendak 2358fbe8378fSJason M. Bills }; 23593e5faba5SEd Tanous 23603e5faba5SEd Tanous enum class Index 23613e5faba5SEd Tanous { 23623e5faba5SEd Tanous aDDDCCorrectable = 0, 23633e5faba5SEd Tanous atScaleDebugConnected = 1, 23643e5faba5SEd Tanous atScaleDebugConnectionFailed = 2, 23653e5faba5SEd Tanous atScaleDebugDisconnected = 3, 23663e5faba5SEd Tanous atScaleDebugFeatureDisabled = 4, 23673e5faba5SEd Tanous atScaleDebugFeatureDisabledAtHardware = 5, 23683e5faba5SEd Tanous atScaleDebugFeatureEnabled = 6, 23693e5faba5SEd Tanous atScaleDebugFeatureEnabledAtHardware = 7, 23703e5faba5SEd Tanous atScaleDebugSpecialUserDisabled = 8, 23713e5faba5SEd Tanous atScaleDebugSpecialUserEnabled = 9, 23723e5faba5SEd Tanous bIOSAttributesChanged = 10, 23733e5faba5SEd Tanous bIOSBoot = 11, 23743e5faba5SEd Tanous bIOSFirmwarePanicReason = 12, 23753e5faba5SEd Tanous bIOSFirmwareRecoveryReason = 13, 23763e5faba5SEd Tanous bIOSFirmwareResiliencyError = 14, 23773e5faba5SEd Tanous bIOSPOSTCode = 15, 23783e5faba5SEd Tanous bIOSPOSTError = 16, 23793e5faba5SEd Tanous bIOSRecoveryComplete = 17, 23803e5faba5SEd Tanous bIOSRecoveryStart = 18, 23813e5faba5SEd Tanous bMCBootReason = 19, 23823e5faba5SEd Tanous bMCFirmwarePanicReason = 20, 23833e5faba5SEd Tanous bMCFirmwareRecoveryReason = 21, 23843e5faba5SEd Tanous bMCFirmwareResiliencyError = 22, 23853e5faba5SEd Tanous bMCKernelPanic = 23, 23863e5faba5SEd Tanous cPLDFirmwarePanicReason = 24, 23873e5faba5SEd Tanous cPLDFirmwareRecoveryReason = 25, 23883e5faba5SEd Tanous cPLDFirmwareResiliencyError = 26, 23893e5faba5SEd Tanous cPUError = 27, 23903e5faba5SEd Tanous cPUMismatch = 28, 23913e5faba5SEd Tanous cPUThermalTrip = 29, 23923e5faba5SEd Tanous chassisIntrusionDetected = 30, 23933e5faba5SEd Tanous chassisIntrusionReset = 31, 23943e5faba5SEd Tanous componentOverTemperature = 32, 23953e5faba5SEd Tanous dCPowerOff = 33, 23963e5faba5SEd Tanous dCPowerOn = 34, 23973e5faba5SEd Tanous driveError = 35, 23983e5faba5SEd Tanous eventLogCleared = 36, 23993e5faba5SEd Tanous fanInserted = 37, 24003e5faba5SEd Tanous fanRedundancyLost = 38, 24013e5faba5SEd Tanous fanRedundancyRegained = 39, 24023e5faba5SEd Tanous fanRemoved = 40, 24033e5faba5SEd Tanous firmwareActivationCompleted = 41, 24043e5faba5SEd Tanous firmwareActivationFailed = 42, 24053e5faba5SEd Tanous firmwareActivationStarted = 43, 24063e5faba5SEd Tanous firmwareResiliencyError = 44, 24073e5faba5SEd Tanous firmwareUpdateCompleted = 45, 24083e5faba5SEd Tanous firmwareUpdateFailed = 46, 24093e5faba5SEd Tanous firmwareUpdateStaged = 47, 24103e5faba5SEd Tanous firmwareUpdateStarted = 48, 24113e5faba5SEd Tanous generalFirmwareSecurityViolation = 49, 24123e5faba5SEd Tanous iPMIWatchdog = 50, 24133e5faba5SEd Tanous intelUPILinkWidthReducedToHalf = 51, 24143e5faba5SEd Tanous intelUPILinkWidthReducedToQuarter = 52, 24153e5faba5SEd Tanous invalidLoginAttempted = 53, 24163e5faba5SEd Tanous invalidUpload = 54, 24173e5faba5SEd Tanous inventoryAdded = 55, 24183e5faba5SEd Tanous inventoryRemoved = 56, 24193e5faba5SEd Tanous lanLost = 57, 24203e5faba5SEd Tanous lanRegained = 58, 24213e5faba5SEd Tanous legacyPCIPERR = 59, 24223e5faba5SEd Tanous legacyPCISERR = 60, 24233e5faba5SEd Tanous mEAutoConfigFailed = 61, 24243e5faba5SEd Tanous mEAutoConfigSuccess = 62, 24253e5faba5SEd Tanous mEBootGuardHealthEvent = 63, 24263e5faba5SEd Tanous mECpuDebugCapabilityDisabled = 64, 24273e5faba5SEd Tanous mEDirectFlashUpdateRequested = 65, 24283e5faba5SEd Tanous mEExceptionDuringShutdown = 66, 24293e5faba5SEd Tanous mEFactoryResetError = 67, 24303e5faba5SEd Tanous mEFactoryRestore = 68, 24313e5faba5SEd Tanous mEFirmwareException = 69, 24323e5faba5SEd Tanous mEFirmwarePanicReason = 70, 24333e5faba5SEd Tanous mEFirmwareRecoveryReason = 71, 24343e5faba5SEd Tanous mEFirmwareResiliencyError = 72, 24353e5faba5SEd Tanous mEFlashEraseError = 73, 24363e5faba5SEd Tanous mEFlashStateInformation = 74, 24373e5faba5SEd Tanous mEFlashStateInformationWritingEnabled = 75, 24383e5faba5SEd Tanous mEFlashVerificationError = 76, 24393e5faba5SEd Tanous mEFlashWearOutWarning = 77, 24403e5faba5SEd Tanous mEImageExecutionFailed = 78, 24413e5faba5SEd Tanous mEInternalError = 79, 24423e5faba5SEd Tanous mEManufacturingError = 80, 24433e5faba5SEd Tanous mEMctpInterfaceError = 81, 24443e5faba5SEd Tanous mEMultiPchModeMisconfig = 82, 24453e5faba5SEd Tanous mEPeciOverDmiError = 83, 24463e5faba5SEd Tanous mEPttHealthEvent = 84, 24473e5faba5SEd Tanous mERecoveryGpioForced = 85, 24483e5faba5SEd Tanous mERestrictedMode = 86, 24493e5faba5SEd Tanous mESmbusLinkFailure = 87, 24503e5faba5SEd Tanous mEUmaError = 88, 24513e5faba5SEd Tanous mEUnsupportedFeature = 89, 24523e5faba5SEd Tanous manufacturingModeEntered = 90, 24533e5faba5SEd Tanous manufacturingModeExited = 91, 24543e5faba5SEd Tanous memoryECCCorrectable = 92, 24553e5faba5SEd Tanous memoryECCUncorrectable = 93, 24563e5faba5SEd Tanous memoryParityCommandAndAddress = 94, 24573e5faba5SEd Tanous memoryParityNotKnown = 95, 24583e5faba5SEd Tanous memoryRASConfigurationDisabled = 96, 24593e5faba5SEd Tanous memoryRASConfigurationEnabled = 97, 24603e5faba5SEd Tanous memoryRASModeDisabled = 98, 24613e5faba5SEd Tanous memoryRASModeEnabled = 99, 24623e5faba5SEd Tanous memoryThermTrip = 100, 24633e5faba5SEd Tanous mirroringRedundancyDegraded = 101, 24643e5faba5SEd Tanous mirroringRedundancyFull = 102, 24653e5faba5SEd Tanous nMIButtonPressed = 103, 24663e5faba5SEd Tanous nMIDiagnosticInterrupt = 104, 24673e5faba5SEd Tanous pCIeCorrectableAdvisoryNonFatal = 105, 24683e5faba5SEd Tanous pCIeCorrectableBadDLLP = 106, 24693e5faba5SEd Tanous pCIeCorrectableBadTLP = 107, 24703e5faba5SEd Tanous pCIeCorrectableHeaderLogOverflow = 108, 24713e5faba5SEd Tanous pCIeCorrectableInternal = 109, 24723e5faba5SEd Tanous pCIeCorrectableLinkBWChanged = 110, 24733e5faba5SEd Tanous pCIeCorrectableReceiverError = 111, 24743e5faba5SEd Tanous pCIeCorrectableReplayNumRollover = 112, 24753e5faba5SEd Tanous pCIeCorrectableReplayTimerTimeout = 113, 24763e5faba5SEd Tanous pCIeCorrectableUnspecifiedAERError = 114, 24773e5faba5SEd Tanous pCIeFatalACSViolation = 115, 24783e5faba5SEd Tanous pCIeFatalAtomicEgressBlocked = 116, 24793e5faba5SEd Tanous pCIeFatalCompleterAbort = 117, 24803e5faba5SEd Tanous pCIeFatalCompletionTimeout = 118, 24813e5faba5SEd Tanous pCIeFatalDataLinkLayerProtocol = 119, 24823e5faba5SEd Tanous pCIeFatalECRCError = 120, 24833e5faba5SEd Tanous pCIeFatalFlowControlProtocol = 121, 24843e5faba5SEd Tanous pCIeFatalMCBlockedTLP = 122, 24853e5faba5SEd Tanous pCIeFatalMalformedTLP = 123, 24863e5faba5SEd Tanous pCIeFatalPoisonedTLP = 124, 24873e5faba5SEd Tanous pCIeFatalReceivedErrNonFatalMessage = 125, 24883e5faba5SEd Tanous pCIeFatalReceivedFatalMessageFromDownstream = 126, 24893e5faba5SEd Tanous pCIeFatalReceiverBufferOverflow = 127, 24903e5faba5SEd Tanous pCIeFatalSurpriseLinkDown = 128, 24913e5faba5SEd Tanous pCIeFatalTLPPrefixBlocked = 129, 24923e5faba5SEd Tanous pCIeFatalUncorrectableInternal = 130, 24933e5faba5SEd Tanous pCIeFatalUnexpectedCompletion = 131, 24943e5faba5SEd Tanous pCIeFatalUnspecifiedNonAERFatalError = 132, 24953e5faba5SEd Tanous pCIeFatalUnsupportedRequest = 133, 24962539e69cSChanh Nguyen powerButtonLongPressed = 134, 24972539e69cSChanh Nguyen powerButtonPressed = 135, 24982539e69cSChanh Nguyen powerRestorePolicyApplied = 136, 24992539e69cSChanh Nguyen powerSupplyConfigurationError = 137, 25002539e69cSChanh Nguyen powerSupplyConfigurationErrorRecovered = 138, 25012539e69cSChanh Nguyen powerSupplyFailed = 139, 25022539e69cSChanh Nguyen powerSupplyFailurePredicted = 140, 25032539e69cSChanh Nguyen powerSupplyFanFailed = 141, 25042539e69cSChanh Nguyen powerSupplyFanRecovered = 142, 25052539e69cSChanh Nguyen powerSupplyInserted = 143, 25062539e69cSChanh Nguyen powerSupplyPowerGoodFailed = 144, 25072539e69cSChanh Nguyen powerSupplyPowerLost = 145, 25082539e69cSChanh Nguyen powerSupplyPowerRestored = 146, 25092539e69cSChanh Nguyen powerSupplyPredictedFailureRecovered = 147, 25102539e69cSChanh Nguyen powerSupplyRecovered = 148, 25112539e69cSChanh Nguyen powerSupplyRemoved = 149, 25122539e69cSChanh Nguyen powerUnitDegradedFromNonRedundant = 150, 25132539e69cSChanh Nguyen powerUnitDegradedFromRedundant = 151, 25142539e69cSChanh Nguyen powerUnitNonRedundantFromInsufficient = 152, 25152539e69cSChanh Nguyen powerUnitNonRedundantInsufficient = 153, 25162539e69cSChanh Nguyen powerUnitNonRedundantSufficient = 154, 25172539e69cSChanh Nguyen powerUnitRedundancyDegraded = 155, 25182539e69cSChanh Nguyen powerUnitRedundancyLost = 156, 25192539e69cSChanh Nguyen powerUnitRedundancyRegained = 157, 25202539e69cSChanh Nguyen resetButtonPressed = 158, 25212539e69cSChanh Nguyen sELEntryAdded = 159, 25222539e69cSChanh Nguyen securityBoot2ndFlashEnabled = 160, 25232539e69cSChanh Nguyen securityP2aBridgeEnabled = 161, 25242539e69cSChanh Nguyen securityUartPortDebugEnabled = 162, 25252539e69cSChanh Nguyen securityUserNonRootUidZeroAssigned = 163, 25262539e69cSChanh Nguyen securityUserNonRootUidZeroRemoved = 164, 25272539e69cSChanh Nguyen securityUserRootDisabled = 165, 25282539e69cSChanh Nguyen securityUserRootEnabled = 166, 25292539e69cSChanh Nguyen securityUserStrongHashAlgoRestored = 167, 25302539e69cSChanh Nguyen securityUserUnsupportedShellEnabled = 168, 25312539e69cSChanh Nguyen securityUserUnsupportedShellRemoved = 169, 25322539e69cSChanh Nguyen securityUserWeakHashAlgoEnabled = 170, 25332539e69cSChanh Nguyen sensorThresholdCriticalHighGoingHigh = 171, 25342539e69cSChanh Nguyen sensorThresholdCriticalHighGoingLow = 172, 25352539e69cSChanh Nguyen sensorThresholdCriticalLowGoingHigh = 173, 25362539e69cSChanh Nguyen sensorThresholdCriticalLowGoingLow = 174, 25372539e69cSChanh Nguyen sensorThresholdWarningHighGoingHigh = 175, 25382539e69cSChanh Nguyen sensorThresholdWarningHighGoingLow = 176, 25392539e69cSChanh Nguyen sensorThresholdWarningLowGoingHigh = 177, 25402539e69cSChanh Nguyen sensorThresholdWarningLowGoingLow = 178, 25412539e69cSChanh Nguyen serviceFailure = 179, 25422539e69cSChanh Nguyen serviceStarted = 180, 25432539e69cSChanh Nguyen sparingRedundancyDegraded = 181, 25442539e69cSChanh Nguyen sparingRedundancyFull = 182, 25452539e69cSChanh Nguyen ssbThermalTrip = 183, 25462539e69cSChanh Nguyen systemInterfaceDisabledProvisioned = 184, 25472539e69cSChanh Nguyen systemInterfaceUnprovisioned = 185, 25482539e69cSChanh Nguyen systemInterfaceWhitelistProvisioned = 186, 25492539e69cSChanh Nguyen systemPowerGoodFailed = 187, 25502539e69cSChanh Nguyen systemPowerLost = 188, 25512539e69cSChanh Nguyen systemPowerOffFailed = 189, 25522539e69cSChanh Nguyen systemPowerOnFailed = 190, 25532539e69cSChanh Nguyen voltageRegulatorOverheated = 191, 25543e5faba5SEd Tanous }; 2555*4a102cd4SPatrick Williams }; // struct openbmc 2556*4a102cd4SPatrick Williams 2557*4a102cd4SPatrick Williams [[gnu::constructor]] inline void registerOpenbmc() 2558*4a102cd4SPatrick Williams { registerRegistry<Openbmc>(); } 2559*4a102cd4SPatrick Williams 2560*4a102cd4SPatrick Williams } // namespace redfish::registries 2561