1{ 2 "PELs": 3 [ 4 { 5 "Name": "xyz.openbmc_project.Common.Error.Timeout", 6 "Subsystem": "bmc_firmware", 7 "Severity": "non_error", 8 9 "SRC": 10 { 11 "ReasonCode": "0x1001", 12 "Words6To9": 13 { 14 "6": 15 { 16 "Description": "Timeout in ms", 17 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC" 18 } 19 } 20 }, 21 22 "Documentation": 23 { 24 "Description": "This is a generic timeout error", 25 "Message": "An operation timed out", 26 "Notes": [ 27 "The journal should contain more information" 28 ] 29 } 30 }, 31 32 { 33 "Name": "xyz.openbmc_project.Common.Error.InternalFailure", 34 "Subsystem": "bmc_firmware", 35 "Severity": "non_error", 36 37 "SRC": 38 { 39 "ReasonCode": "0x1002", 40 "Words6To9": 41 { 42 } 43 }, 44 45 "Documentation": 46 { 47 "Description": "BMC code had a generic internal failure", 48 "Message": "An application had an internal failure", 49 "Notes": [ 50 "The journal should contain more information" 51 ] 52 } 53 }, 54 55 { 56 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument", 57 "Subsystem": "user_error", 58 "Severity": "non_error", 59 60 "SRC": 61 { 62 "ReasonCode": "0x1003", 63 "Words6To9": 64 { 65 } 66 }, 67 68 "Documentation": 69 { 70 "Description": "BMC code was given an invalid argument", 71 "Message": "Code was given an invalid argument", 72 "Notes": [ 73 "The journal should contain more information" 74 ] 75 } 76 }, 77 { 78 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission", 79 "Subsystem": "user_error", 80 "Severity": "non_error", 81 82 "SRC": 83 { 84 "ReasonCode": "0x1004", 85 "Words6To9": 86 { 87 } 88 }, 89 90 "Documentation": 91 { 92 "Description": "An operation failed due to insufficient permission", 93 "Message": "An operation failed due to unsufficient permission", 94 "Notes": [ 95 "The journal should contain more information" 96 ] 97 } 98 }, 99 100 { 101 "Name": "xyz.openbmc_project.Common.Error.NotAllowed", 102 "Subsystem": "user_error", 103 "Severity": "non_error", 104 105 "SRC": 106 { 107 "ReasonCode": "0x1005", 108 "Words6To9": 109 { 110 } 111 }, 112 113 "Documentation": 114 { 115 "Description": "An operation failed because it isn't allowed", 116 "Message": "An operation failed because it isn't allowed", 117 "Notes": [ 118 "The journal should contain more information" 119 ] 120 } 121 }, 122 123 { 124 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate", 125 "Subsystem": "user_error", 126 "Severity": "non_error", 127 128 "SRC": 129 { 130 "ReasonCode": "0x1006", 131 "Words6To9": 132 { 133 } 134 }, 135 136 "Documentation": 137 { 138 "Description": "The server's CA certificate has not been provided", 139 "Message": "The server's CA certificate has not been provided" 140 } 141 }, 142 143 { 144 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", 145 "Subsystem": "cec_i2c", 146 147 "SRC": 148 { 149 "ReasonCode": "0x1007", 150 "Words6To9": 151 { 152 "6": 153 { 154 "Description": "errno of the failure", 155 "AdditionalDataPropSource": "CALLOUT_ERRNO" 156 } 157 } 158 }, 159 160 "Documentation": 161 { 162 "Description": "Sensor device read failure", 163 "Message": "There was a failure when reading a sensor device", 164 "Notes": [ 165 "The severity is set by the creator.", 166 "The action flags are set automatically by the code.", 167 "Callouts added based on CALLOUT_DEVICE_PATH." 168 ] 169 } 170 }, 171 172 { 173 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure", 174 "Subsystem": "cec_i2c", 175 176 "SRC": 177 { 178 "ReasonCode": "0x1008", 179 "Words6To9": 180 { 181 "6": 182 { 183 "Description": "errno of the failure", 184 "AdditionalDataPropSource": "CALLOUT_ERRNO" 185 } 186 } 187 }, 188 189 "Documentation": 190 { 191 "Description": "Device read failure", 192 "Message": "There was a failure when reading a hardware device", 193 "Notes": [ 194 "The severity is set by the creator.", 195 "The action flags are set automatically by the code.", 196 "Callouts added based on CALLOUT_DEVICE_PATH." 197 ] 198 } 199 }, 200 201 { 202 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure", 203 "Subsystem": "cec_i2c", 204 205 "SRC": 206 { 207 "ReasonCode": "0x1009", 208 "Words6To9": 209 { 210 "6": 211 { 212 "Description": "errno of the failure", 213 "AdditionalDataPropSource": "CALLOUT_ERRNO" 214 } 215 } 216 }, 217 218 "Documentation": 219 { 220 "Description": "Device write failure", 221 "Message": "There was a failure when writing to a hardware device", 222 "Notes": [ 223 "The severity is set by the creator.", 224 "The action flags are set automatically by the code.", 225 "Callouts added based on CALLOUT_DEVICE_PATH" 226 ] 227 } 228 }, 229 230 { 231 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure", 232 "Subsystem": "cec_i2c", 233 234 "SRC": 235 { 236 "ReasonCode": "0x100A", 237 "Words6To9": 238 { 239 "6": 240 { 241 "Description": "errno of the failure", 242 "AdditionalDataPropSource": "CALLOUT_ERRNO" 243 } 244 } 245 }, 246 247 "Documentation": 248 { 249 "Description": "Device write failure", 250 "Message": "There was a failure when writing to a hardware device", 251 "Notes": [ 252 "The severity is set by the creator.", 253 "The action flags are set automatically by the code.", 254 "Callouts added based on CALLOUT_DEVICE_PATH" 255 ] 256 } 257 }, 258 259 { 260 "Name": "xyz.openbmc_project.Common.File.Error.Write", 261 "Subsystem": "bmc_firmware", 262 "ComponentID": "0x1000", 263 "SRC": 264 { 265 "ReasonCode": "0x100B", 266 "Words6To9": 267 { 268 } 269 }, 270 271 "Callouts": [ 272 { 273 "CalloutList": [ 274 { "Priority": "high", "Procedure": "bmc_code" } 275 ] 276 } 277 ], 278 279 "Documentation": 280 { 281 "Description": "Failed to write to a file", 282 "Message": "Failed to write to a file", 283 "Notes": [ 284 "The severity is set by the creator.", 285 "The journal should contain more information" 286 ] 287 } 288 }, 289 290 { 291 "Name": "org.open_power.Logging.Error.SentBadPELToHost", 292 "Subsystem": "bmc_firmware", 293 "Severity": "non_error", 294 295 "SRC": 296 { 297 "ReasonCode": "0x2001", 298 "Words6To9": 299 { 300 "6": 301 { 302 "Description": "The bad PEL ID", 303 "AdditionalDataPropSource": "BAD_ID" 304 } 305 } 306 }, 307 308 "Documentation": 309 { 310 "Description": "The BMC sent the host a malformed PEL", 311 "Message": "The BMC sent the host a malformed PEL", 312 "Notes": [ 313 "The host firmware rejected that PEL." 314 ] 315 } 316 }, 317 318 { 319 "Name": "org.open_power.Logging.Error.BadHostPEL", 320 "Subsystem": "platform_firmware", 321 "Severity": "unrecoverable", 322 323 "SRC": 324 { 325 "ReasonCode": "0x2002", 326 "Words6To9": 327 { 328 "6": 329 { 330 "Description": "The PLID of the invalid PEL", 331 "AdditionalDataPropSource": "PLID" 332 }, 333 "7": 334 { 335 "Description": "The corresponding OpenBMC event log ID", 336 "AdditionalDataPropSource": "OBMC_LOG_ID" 337 }, 338 "8": 339 { 340 "Description": "The size of the invalid PEL", 341 "AdditionalDataPropSource": "PEL_SIZE" 342 } 343 } 344 }, 345 346 "Callouts": [ 347 { 348 "CalloutList": [ 349 { "Priority": "high", "Procedure": "bmc_code" } 350 ] 351 } 352 ], 353 354 "Documentation": 355 { 356 "Description": "The host sent the BMC an invalid PEL", 357 "Message": "The host sent the BMC an invalid PEL", 358 "Notes": [ 359 ] 360 } 361 }, 362 363 { 364 "Name": "org.open_power.Logging.Error.TestError1", 365 "Subsystem": "platform_firmware", 366 "Severity": "unrecoverable", 367 368 "SRC": 369 { 370 "ReasonCode": "0x2003", 371 "Words6To9": 372 { 373 } 374 }, 375 376 "Callouts": [ 377 { 378 "CalloutList": [ 379 {"Priority": "high", "Procedure": "bmc_code"}, 380 {"Priority": "medium", "SymbolicFRU": "service_docs"} 381 ] 382 } 383 ], 384 385 "Documentation": 386 { 387 "Description": "An error for testing", 388 "Message": "This is a test error" 389 } 390 }, 391 392 { 393 "Name": "xyz.openbmc_project.Logging.Error.Default", 394 "Subsystem": "other_na", 395 396 "SRC": 397 { 398 "ReasonCode": "0x2004", 399 "Words6To9": 400 { 401 } 402 }, 403 404 "Callouts": [ 405 { 406 "CalloutList": [ 407 { "Priority": "high", "Procedure": "bmc_code" } 408 ] 409 } 410 ], 411 412 "Documentation": 413 { 414 "Description": "This entry is used when no other matching entry is found", 415 "Message": "Unknown (Original event not in message registry)", 416 "Notes": [ 417 "This is used when the actual error name isn't found in ", 418 "the registry. The original error name will be stored ", 419 "in the UserData section that contains the AdditionalData ", 420 "properties using the key ERROR_NAME.", 421 "This error may contain callouts if the creator passed ", 422 "them in.", 423 "The severity is set by the creator.", 424 "If this error is seen, then a code change needs to be ", 425 "made to add the missing error entry to this registry." 426 ] 427 } 428 }, 429 430 { 431 "Name": "org.open_power.Logging.Error.TestError2", 432 "Subsystem": "bmc_firmware", 433 "Severity": "recovered", 434 "ActionFlags": ["report"], 435 436 "SRC": 437 { 438 "ReasonCode": "0x2005", 439 "Words6To9": 440 { 441 } 442 }, 443 444 "Callouts": [ 445 { 446 "CalloutList": [ 447 { "Priority": "high", "LocCode": "P0" } 448 ] 449 } 450 ], 451 452 "Documentation": 453 { 454 "Description": "An error for testing", 455 "Message": "This is a test recoverable error", 456 "Notes": [ 457 "This error is not created by BMC code and is ", 458 "only used for error injection tests." 459 ] 460 } 461 }, 462 463 { 464 "Name": "org.open_power.PHAL.Error.Boot", 465 "Subsystem": "cec_hardware", 466 "ComponentID": "0x3000", 467 468 "SRC": 469 { 470 "ReasonCode": "0x3001", 471 "Words6To9": 472 { 473 } 474 }, 475 476 "Documentation": 477 { 478 "Description": "Failure occurred during boot process", 479 "Message": "Failure occurred during boot process", 480 "Notes": [ 481 "Debug traces will be captured in AdditionalData section" 482 ] 483 } 484 }, 485 486 { 487 "Name": "org.open_power.PHAL.Error.PrePowerOff", 488 "Subsystem": "cec_hardware", 489 "ComponentID": "0x3000", 490 491 "SRC": 492 { 493 "ReasonCode": "0x3002", 494 "Words6To9": 495 { 496 } 497 }, 498 499 "Documentation": 500 { 501 "Description": "Failure occurred during PHAL pre-poweroff operations", 502 "Message": "Failure occurred during PHAL pre-poweroff operations", 503 "Notes": [ 504 "Severity needs to be set based on needs for this registry.", 505 "FFDC (First Failure Data Collection) will be collected ", 506 "and added into PEL." 507 ] 508 } 509 }, 510 511 { 512 "Name": "org.open_power.PHAL.Error.devtreeSync", 513 "Subsystem": "cec_hardware", 514 "ComponentID": "0x3000", 515 "Severity": "unrecoverable", 516 517 "SRC": 518 { 519 "ReasonCode": "0x3003", 520 "Words6To9": 521 { 522 } 523 }, 524 525 "Documentation": 526 { 527 "Description": "Failure occurred during PHAL devtree sync ", 528 "Message": "Failure occurred during PHAL devtree sync", 529 "Notes": [ 530 "The journal should contain more information" 531 ] 532 } 533 }, 534 535 { 536 "Name": "org.open_power.PHAL.Error.devtreeBackup", 537 "Subsystem": "cec_hardware", 538 "ComponentID": "0x3000", 539 "Severity": "unrecoverable", 540 541 "SRC": 542 { 543 "ReasonCode": "0x3004", 544 "Words6To9": 545 { 546 } 547 }, 548 549 "Documentation": 550 { 551 "Description": "Failure occurred during PHAL devtree backup ", 552 "Message": "Failure occurred during PHAL devtree backup", 553 "Notes": [ 554 "The journal should contain more information" 555 ] 556 } 557 }, 558 559 { 560 "Name": "org.open_power.PHAL.Error.HostRunning", 561 "Subsystem": "cec_sp_hyp_iface", 562 "ComponentID": "0x3000", 563 564 "SRC": 565 { 566 "ReasonCode": "0x3005", 567 "Words6To9": 568 { 569 } 570 }, 571 572 "Documentation": 573 { 574 "Description": "Host did not respond to BMC after a BMC reset", 575 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running", 576 "Notes": [ 577 "System will be left in its current state to ensure host ", 578 "is not unexpectedly taken down. There is most likely an ", 579 "issue in the software or hardware communication path ", 580 "between the BMC and the Host firmware.", 581 "A BMC dump will be collected with relevant FFDC." 582 ] 583 } 584 }, 585 586 { 587 "Name": "org.open_power.PHAL.Error.devtreeReinit", 588 "Subsystem": "cec_hardware", 589 "ComponentID": "0x3000", 590 "Severity": "unrecoverable", 591 592 "SRC": 593 { 594 "ReasonCode": "0x3006", 595 "Words6To9": 596 { 597 } 598 }, 599 600 "Documentation": 601 { 602 "Description": "Failure re-initializing BMC to Host data structure", 603 "Message": "Failure occurred during re-initializing BMC to Host data structure", 604 "Notes": [ 605 "The journal should contain more information" 606 ] 607 } 608 }, 609 610 { 611 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc", 612 "Subsystem": "cec_hardware", 613 "ComponentID": "0x3000", 614 "Severity": "unrecoverable", 615 616 "SRC": 617 { 618 "ReasonCode": "0x3007", 619 "Words6To9": 620 { 621 } 622 }, 623 624 "Documentation": 625 { 626 "Description": "Non functional boot processor", 627 "Message": "Non functional boot processor", 628 "Notes": [ 629 "BMC firmware couldn't find functional primary processor", 630 "required to boot the host", 631 "Debug traces will be captured in AdditionalData section" 632 ] 633 } 634 }, 635 636 { 637 "Name": "org.open_power.PHAL.Error.MPReboot", 638 "Subsystem": "cec_hardware", 639 "ComponentID": "0x3000", 640 "Severity": "unrecoverable", 641 642 "SRC": 643 { 644 "ReasonCode": "0x3008", 645 "Words6To9": 646 { 647 } 648 }, 649 650 "Callouts": [ 651 { 652 "CalloutList": [{"Priority": "high", "Procedure": "bmc_code" } 653 ] 654 } 655 ], 656 657 "Documentation": 658 { 659 "Description": "Error during memory preserving reboot", 660 "Message": "Error during memory preserving reboot", 661 "Notes": [ 662 "Software error occured during memory preserving reboot" 663 ] 664 } 665 } 666, 667 { 668 "Name": "org.open_power.PHAL.Error.SpareClock", 669 "Subsystem": "cec_hardware", 670 "ComponentID": "0x3000", 671 "Severity": "non_error", 672 "ActionFlags": [ "service_action", "report", "call_home" ], 673 674 "SRC": 675 { 676 "ReasonCode": "0x3009", 677 "Words6To9": 678 { 679 } 680 }, 681 682 "Documentation": 683 { 684 "Description": "Error during Spare clock initialisation", 685 "Message": "Error during Spare clock initialisation", 686 "Notes": [ 687 "The CalloutList should use the clock symbolic FRU with position details." 688 ] 689 } 690 }, 691 692 { 693 "Name": "org.open_power.OCC.Firmware.PresenceMismatch", 694 "Subsystem": "bmc_firmware", 695 "ComponentID": "0x2600", 696 "Severity": "predictive", 697 698 "SRC": 699 { 700 "ReasonCode": "0x2681", 701 "Words6To9": 702 { 703 } 704 }, 705 706 "Callouts": [ 707 { 708 "CalloutList": [ 709 { "Priority": "medium", "Procedure": "bmc_code" } 710 ] 711 } 712 ], 713 714 "Documentation": 715 { 716 "Description": "OCC presence mismatch", 717 "Message": "BMC firmware detected incorrect number of OCCs", 718 "Notes": [ 719 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.", 720 "The BMC requests that the OCC reset." 721 ] 722 } 723 }, 724 725 { 726 "Name": "org.open_power.OCC.Device.SafeState", 727 "Subsystem": "processor_chip", 728 "ComponentID": "0x2600", 729 "Severity": "non_error", 730 731 "SRC": 732 { 733 "ReasonCode": "0x2682", 734 "Words6To9": 735 { 736 } 737 }, 738 739 "Documentation": 740 { 741 "Description": "OCC safe state", 742 "Message": "OCC in safe state while active for one minute", 743 "Notes": [ 744 "The BMC detected that the OCC was in safe state for one minute while active.", 745 "The BMC requests that the OCC reset." 746 ] 747 } 748 }, 749 750 { 751 "Name": "org.open_power.OCC.Device.ReadFailure", 752 "Subsystem": "cec_chip_iface", 753 "ComponentID": "0x2600", 754 "Severity": "predictive", 755 756 "SRC": 757 { 758 "ReasonCode": "0x2683", 759 "Words6To9": 760 { 761 } 762 }, 763 764 "Documentation": 765 { 766 "Description": "OCC communication failure", 767 "Message": "BMC failed to communicate with the OCC", 768 "Notes": [ 769 "The BMC failed to communicate with the OCC and retried three times.", 770 "The BMC requests that the OCC reset." 771 ] 772 } 773 }, 774 775 { 776 "Name": "org.open_power.HardwareIsolation.Error", 777 "Subsystem": "cec_hardware", 778 "ComponentID": "0x3100", 779 780 "SRC": 781 { 782 "ReasonCode": "0x3101", 783 "Words6To9": 784 { 785 } 786 }, 787 788 "Documentation": 789 { 790 "Description": "Failure occurred during hardware isolation operations", 791 "Message": "Failure occurred during hardware isolation operations", 792 "Notes": [ 793 "Severity needs to be set based on needs for this registry.", 794 "Debug traces will be captured in AdditionalData section" 795 ] 796 } 797 }, 798 799 { 800 "Name": "xyz.openbmc_project.State.Error.HostNotRunning", 801 "Subsystem": "cec_sp_hostboot_iface", 802 "ComponentID": "0x3400", 803 "SRC": 804 { 805 "ReasonCode": "0x3401", 806 "Words6To9": 807 { 808 } 809 }, 810 "Documentation": 811 { 812 "Description": "Host was booting or booted before BMC reset but is now unresponsive", 813 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot", 814 "Notes": [ 815 "System will follow recovery policy, resulting in this ", 816 "error and most likely a a reboot of the host. The issue ", 817 "is most likely the result of the BMC rebooting while the ", 818 "host was booting and in a state where it still needed ", 819 "the BMC to complete its boot." 820 ] 821 } 822 }, 823 824 { 825 "Name": "xyz.openbmc_project.State.ChassisPowerBad", 826 "Subsystem": "input_power_source", 827 "ComponentID": "0x3400", 828 "SRC": 829 { 830 "ReasonCode": "0x3402", 831 "Words6To9": 832 { 833 } 834 }, 835 "Callouts": [ 836 { 837 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 838 } 839 ], 840 "Documentation": 841 { 842 "Description": "Chassis input power is in a bad state", 843 "Message": "Chassis input power is in a bad state, look for other logs with more details", 844 "Notes": [ 845 "The system is most likely in a limited power situation. ", 846 "There is enough power for the BMC to operate but not the ", 847 "CEC hardware. Check for UPS or brownout logs." 848 ] 849 } 850 }, 851 852 { 853 "Name": "xyz.openbmc_project.State.PinholeReset", 854 "Subsystem": "cec_op_panel", 855 "ComponentID": "0x3400", 856 "SRC": 857 { 858 "ReasonCode": "0x3403", 859 "Words6To9": 860 { 861 } 862 }, 863 "Documentation": 864 { 865 "Description": "User initiated a pinhole reset via the op-panel", 866 "Message": "User initiated a pinhole reset via the op-panel", 867 "Notes": [ 868 "This is a notification log to record the fact that a ", 869 "pinhole reset was performed on the BMC, resulting in a ", 870 "hard reset of the BMC." 871 ] 872 } 873 }, 874 875 { 876 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure", 877 "Subsystem": "bmc_firmware", 878 "ComponentID": "0x3400", 879 "SRC": 880 { 881 "ReasonCode": "0x3404", 882 "Words6To9": 883 { 884 } 885 }, 886 "Callouts": [ 887 { 888 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 889 } 890 ], 891 "Documentation": 892 { 893 "Description": "A critical BMC application has failed on the system", 894 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state", 895 "Notes": [ 896 "As a part of generating this error log, a BMC dump has ", 897 "also been generated. Please collect this dump if possible. ", 898 "The BMC state is undefined but basic services could still ", 899 "be available. Usually an AC cycle of the entire system is ", 900 "the best recovery option from this error." 901 ] 902 } 903 }, 904 905 { 906 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail", 907 "Subsystem": "bmc_firmware", 908 "ComponentID": "0x3400", 909 "SRC": 910 { 911 "ReasonCode": "0x3405", 912 "Words6To9": 913 { 914 } 915 }, 916 "Callouts": [ 917 { 918 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 919 } 920 ], 921 "Documentation": 922 { 923 "Description": "A firmware security check has failed", 924 "Message": "A firmware security check has failed, most likely something is not configured correctly", 925 "Notes": [ 926 "This log is only generated in the manufacturing ", 927 "environment and it indicates that something has not ", 928 "been configured correctly. Use the data in the PEL to ", 929 "determine what that is." 930 ] 931 } 932 }, 933 934 { 935 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure", 936 "Subsystem": "bmc_firmware", 937 "ComponentID": "0x3400", 938 "SRC": 939 { 940 "ReasonCode": "0x3406", 941 "Words6To9": 942 { 943 } 944 }, 945 "Callouts": [ 946 { 947 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 948 } 949 ], 950 "Documentation": 951 { 952 "Description": "The system has failed to reach BMC Ready state", 953 "Message": "The system has failed to reach BMC Ready state, look for other errors", 954 "Notes": [ 955 "This log indicates a critical BMC application required ", 956 "for the BMC to reach Ready state has failed to start ", 957 "successfully. Look in the log for other errors indicating ", 958 "what has failed." 959 ] 960 } 961 }, 962 963 { 964 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure", 965 "Subsystem": "bmc_firmware", 966 "ComponentID": "0x3400", 967 "SRC": 968 { 969 "ReasonCode": "0x3407", 970 "Words6To9": 971 { 972 } 973 }, 974 "Callouts": [ 975 { 976 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 977 } 978 ], 979 "Documentation": 980 { 981 "Description": "The system has failed to reach chassis power on state", 982 "Message": "The system has failed to reach chassis power on state, look for other errors", 983 "Notes": [ 984 "This log indicates a critical BMC application required ", 985 "for the BMC to power on the chassis has failed to start ", 986 "successfully. Look in the log for other errors indicating ", 987 "what has failed." 988 ] 989 } 990 }, 991 992 { 993 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure", 994 "Subsystem": "bmc_firmware", 995 "ComponentID": "0x3400", 996 "SRC": 997 { 998 "ReasonCode": "0x3408", 999 "Words6To9": 1000 { 1001 } 1002 }, 1003 "Callouts": [ 1004 { 1005 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 1006 } 1007 ], 1008 "Documentation": 1009 { 1010 "Description": "The system has failed to reach chassis power off state", 1011 "Message": "The system has failed to reach chassis power off state, look for other errors", 1012 "Notes": [ 1013 "This log indicates a critical BMC application required ", 1014 "for the BMC to power off the chassis has failed to start ", 1015 "successfully. Look in the log for other errors indicating ", 1016 "what has failed." 1017 ] 1018 } 1019 }, 1020 1021 { 1022 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure", 1023 "Subsystem": "bmc_firmware", 1024 "ComponentID": "0x3400", 1025 "SRC": 1026 { 1027 "ReasonCode": "0x3409", 1028 "Words6To9": 1029 { 1030 } 1031 }, 1032 "Callouts": [ 1033 { 1034 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 1035 } 1036 ], 1037 "Documentation": 1038 { 1039 "Description": "The system has failed to start the host firmware", 1040 "Message": "The system has failed to start the host firmware, look for other errors", 1041 "Notes": [ 1042 "This log indicates a critical BMC application required ", 1043 "for the BMC to start the host has failed to start ", 1044 "successfully. Look in the log for other errors indicating ", 1045 "what has failed." 1046 ] 1047 } 1048 }, 1049 1050 { 1051 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure", 1052 "Subsystem": "bmc_firmware", 1053 "ComponentID": "0x3400", 1054 "SRC": 1055 { 1056 "ReasonCode": "0x3410", 1057 "Words6To9": 1058 { 1059 } 1060 }, 1061 "Callouts": [ 1062 { 1063 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 1064 } 1065 ], 1066 "Documentation": 1067 { 1068 "Description": "The system has failed to start the host firmware", 1069 "Message": "The system has failed to start the host firmware, look for other errors", 1070 "Notes": [ 1071 "This log indicates a critical BMC application required ", 1072 "for the BMC to start the host has failed to start ", 1073 "successfully. Look in the log for other errors indicating ", 1074 "what has failed." 1075 ] 1076 } 1077 }, 1078 1079 { 1080 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure", 1081 "Subsystem": "bmc_firmware", 1082 "ComponentID": "0x3400", 1083 "SRC": 1084 { 1085 "ReasonCode": "0x3411", 1086 "Words6To9": 1087 { 1088 } 1089 }, 1090 "Callouts": [ 1091 { 1092 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 1093 } 1094 ], 1095 "Documentation": 1096 { 1097 "Description": "The system has failed to shutdown the host firmware", 1098 "Message": "The system has failed to shutdown the host firmware, look for other errors", 1099 "Notes": [ 1100 "This log indicates a critical BMC application required ", 1101 "to shutdown the host firmware has failed to start ", 1102 "successfully. Look in the log for other errors indicating ", 1103 "what has failed." 1104 ] 1105 } 1106 }, 1107 1108 { 1109 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure", 1110 "Subsystem": "bmc_firmware", 1111 "ComponentID": "0x3400", 1112 "SRC": 1113 { 1114 "ReasonCode": "0x3412", 1115 "Words6To9": 1116 { 1117 } 1118 }, 1119 "Callouts": [ 1120 { 1121 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 1122 } 1123 ], 1124 "Documentation": 1125 { 1126 "Description": "The system has failed to stop the host firmware", 1127 "Message": "The system has failed to stop the host firmware, look for other errors", 1128 "Notes": [ 1129 "This log indicates a critical BMC application required ", 1130 "to stop the host firmware has failed to start ", 1131 "successfully. Look in the log for other errors indicating ", 1132 "what has failed." 1133 ] 1134 } 1135 }, 1136 1137 { 1138 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure", 1139 "Subsystem": "bmc_firmware", 1140 "ComponentID": "0x3400", 1141 "SRC": 1142 { 1143 "ReasonCode": "0x3413", 1144 "Words6To9": 1145 { 1146 } 1147 }, 1148 "Callouts": [ 1149 { 1150 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 1151 } 1152 ], 1153 "Documentation": 1154 { 1155 "Description": "The system has failed to reboot the host firmware", 1156 "Message": "The system has failed to reboot the host firmware, look for other errors", 1157 "Notes": [ 1158 "This log indicates a critical BMC application required ", 1159 "to reboot the host firmware has failed to start ", 1160 "successfully. Look in the log for other errors indicating ", 1161 "what has failed." 1162 ] 1163 } 1164 }, 1165 1166 { 1167 "Name": "xyz.openbmc_project.State.Error.HostQuiesce", 1168 "Subsystem": "bmc_firmware", 1169 "ComponentID": "0x3400", 1170 "SRC": 1171 { 1172 "ReasonCode": "0x3414", 1173 "Words6To9": 1174 { 1175 } 1176 }, 1177 "Callouts": [ 1178 { 1179 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] 1180 } 1181 ], 1182 "Documentation": 1183 { 1184 "Description": "The host firmware has failed to boot", 1185 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.", 1186 "Notes": [ 1187 "This log indicates that the host firmware has failed to ", 1188 "boot and all retries have been exhausted. There should be ", 1189 "other logs with more details on the boot failure reason. " 1190 ] 1191 } 1192 }, 1193 1194 { 1195 "Name": "org.open_power.Processor.Error.SbeChipOpFailure", 1196 "Subsystem": "processor_chip", 1197 "ComponentID": "0x3500", 1198 1199 "SRC": 1200 { 1201 "ReasonCode": "0x3500", 1202 "Words6To9": 1203 { 1204 "6": 1205 { 1206 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 1207 "AdditionalDataPropSource": "SRC6" 1208 } 1209 } 1210 }, 1211 1212 "Documentation": 1213 { 1214 "Description": "chipop failure with SBE provided FFDC", 1215 "Message": "chipop request failure reported by SBE", 1216 "Notes": [ 1217 "The severity is set by the creator.", 1218 "Callouts added based on SBE provided FFDC.", 1219 "SBE provided additional debug data included as part of the", 1220 "additional user data section." 1221 ] 1222 } 1223 }, 1224 1225 { 1226 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout", 1227 "Subsystem": "processor_chip", 1228 "ComponentID": "0x3500", 1229 1230 "SRC": 1231 { 1232 "ReasonCode": "0x3501", 1233 "Words6To9": 1234 { 1235 "6": 1236 { 1237 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 1238 "AdditionalDataPropSource": "SRC6" 1239 } 1240 } 1241 }, 1242 1243 "Callouts": [ 1244 { 1245 "CalloutList": [ 1246 { "Priority": "high", "Procedure": "next_level_support" } 1247 ] 1248 } 1249 ], 1250 1251 "Documentation": 1252 { 1253 "Description": "SBE chipop timeout", 1254 "Message": "chipop timeout reported during SBE communication", 1255 "Notes": [ 1256 "The severity is set by the creator.", 1257 "Check SBE Dump associated to this error to debug the failure." 1258 ] 1259 } 1260 }, 1261 1262 { 1263 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState", 1264 "Subsystem": "processor_chip", 1265 "ComponentID": "0x3500", 1266 1267 "SRC": 1268 { 1269 "ReasonCode": "0x3502", 1270 "Words6To9": 1271 { 1272 "6": 1273 { 1274 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 1275 "AdditionalDataPropSource": "SRC6" 1276 }, 1277 "7": 1278 { 1279 "Description": "Value of SBE state", 1280 "AdditionalDataPropSource": "SRC7" 1281 } 1282 } 1283 }, 1284 1285 "Documentation": 1286 { 1287 "Description": "The SBE on this processor is not in a state where chipOps can be issued", 1288 "Message": "SBE Chipop is not allowed due to invalid SBE state ", 1289 "Notes": [ 1290 "The severity is set by the creator." 1291 ] 1292 } 1293 }, 1294 1295 { 1296 "Name": "org.open_power.Processor.Error.SbeBootFailure", 1297 "Subsystem": "processor_chip", 1298 "ComponentID": "0x3500", 1299 "ActionFlags": [ "service_action", "report", "call_home" ], 1300 1301 "SRC": 1302 { 1303 "ReasonCode": "0x3503", 1304 "Words6To9": 1305 { 1306 "6": 1307 { 1308 "Description": "[0:15] chip position", 1309 "AdditionalDataPropSource": "SRC6" 1310 } 1311 } 1312 }, 1313 1314 "Documentation": 1315 { 1316 "Description": "Boot failure with SBE provided FFDC", 1317 "Message": "Boot failure reported by SBE", 1318 "Notes": [ 1319 "The severity is set by the creator.", 1320 "Callouts added based on SBE provided FFDC.", 1321 "SBE provided additional debug data included as part of the", 1322 "additional user data section." 1323 ] 1324 } 1325 }, 1326 1327 { 1328 "Name": "org.open_power.Processor.Error.SbeBootTimeout", 1329 "Subsystem": "processor_chip", 1330 "ComponentID": "0x3500", 1331 1332 "SRC": 1333 { 1334 "ReasonCode": "0x3504", 1335 "Words6To9": 1336 { 1337 } 1338 }, 1339 1340 "Callouts": [ 1341 { 1342 "System": "ibm,rainier", 1343 "CalloutList": [ 1344 { 1345 "Priority": "low", 1346 "LocCode": "P0" 1347 }, 1348 { 1349 "Priority": "low", 1350 "LocCode": "P0-C22" 1351 } 1352 ] 1353 }, 1354 { 1355 "System": "ibm,everest", 1356 "CalloutList": [ 1357 { 1358 "Priority": "low", 1359 "LocCode": "P0" 1360 }, 1361 { 1362 "Priority": "low", 1363 "LocCode": "P0-C96" 1364 } 1365 ] 1366 } 1367 ], 1368 1369 "Documentation": 1370 { 1371 "Description": "SBE Boot timeout", 1372 "Message": "timeout reported during SBE boot process", 1373 "Notes": [ 1374 "The severity is set by the creator.", 1375 "Check SBE Dump associated to this error to debug the failure." 1376 ] 1377 } 1378 }, 1379 1380 { 1381 "Name": "org.open_power.Attn.Error.Terminate", 1382 "Subsystem": "cec_hardware", 1383 "Severity": "non_error", 1384 1385 "SRC": 1386 { 1387 "ReasonCode": "0xD138", 1388 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ], 1389 "Words6To9": 1390 { 1391 } 1392 }, 1393 1394 "Documentation": 1395 { 1396 "Description": "Status shows TI special attention active", 1397 "Message": "TI special attention detected", 1398 "Notes": [ 1399 "This entry is for any TI special attention event ", 1400 "reported by the attention handler component" 1401 ] 1402 } 1403 }, 1404 1405 { 1406 "Name": "org.open_power.Attn.Error.Fail", 1407 "Subsystem": "bmc_firmware", 1408 "Severity": "unrecoverable_loss_of_function", 1409 1410 "SRC": 1411 { 1412 "ReasonCode": "0xD13E", 1413 "Words6To9": 1414 { 1415 "6": 1416 { 1417 "Description": "Error code from attention handler", 1418 "AdditionalDataPropSource": "ERROR_CODE" 1419 } 1420 } 1421 }, 1422 "Documentation": 1423 { 1424 "Description": "The attention handler encountered an error", 1425 "MessageArgSources" : ["SRCWord6"], 1426 "Message": "Attention handler error %1", 1427 "Notes": [ 1428 "Attention handler will provide error code" 1429 ] 1430 } 1431 }, 1432 1433 { 1434 "Name": "org.open_power.Attn.Error.Vital", 1435 "Subsystem": "processor_chip", 1436 "Severity": "critical", 1437 1438 "SRC": 1439 { 1440 "ReasonCode": "0xD16D", 1441 "Words6To9": 1442 { 1443 } 1444 }, 1445 1446 "Documentation": 1447 { 1448 "Description": "Status shows SBE vital attention active", 1449 "Message": "SBE vital attention detected", 1450 "Notes": [ 1451 "This entry is for any SBE vital attention event ", 1452 "reported by the attention handler component" 1453 ] 1454 } 1455 }, 1456 1457 { 1458 "Name": "org.open_power.HwDiags.Error.Checkstop", 1459 "PossibleSubsystems": [ 1460 "processor", "processor_fru", "processor_unit", "processor_bus", 1461 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru", 1462 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others" 1463 ], 1464 "Severity": "unrecoverable", 1465 "ActionFlags": [ "service_action", "report", "call_home" ], 1466 1467 "SRC": 1468 { 1469 "ReasonCode": "0xE510", 1470 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], 1471 "Words6To9": 1472 { 1473 "6": 1474 { 1475 "AdditionalDataPropSource": "SRC6" 1476 }, 1477 "7": 1478 { 1479 "AdditionalDataPropSource": "SRC7" 1480 }, 1481 "8": 1482 { 1483 "AdditionalDataPropSource": "SRC8" 1484 } 1485 } 1486 }, 1487 1488 "Documentation": 1489 { 1490 "Description": "A system checkstop attention has occurred", 1491 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], 1492 "Message": "Error Signature: %1 %2 %3" 1493 } 1494 }, 1495 1496 { 1497 "Name": "org.open_power.HwDiags.Error.Predictive", 1498 "PossibleSubsystems": [ 1499 "processor", "processor_fru", "processor_unit", "processor_bus", 1500 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru", 1501 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others" 1502 ], 1503 "Severity": "predictive", 1504 "ActionFlags": [ "service_action", "report", "call_home" ], 1505 1506 "SRC": 1507 { 1508 "ReasonCode": "0xE511", 1509 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], 1510 "Words6To9": 1511 { 1512 "6": 1513 { 1514 "AdditionalDataPropSource": "SRC6" 1515 }, 1516 "7": 1517 { 1518 "AdditionalDataPropSource": "SRC7" 1519 }, 1520 "8": 1521 { 1522 "AdditionalDataPropSource": "SRC8" 1523 } 1524 } 1525 }, 1526 1527 "Documentation": 1528 { 1529 "Description": "A hardware attention requiring service has occurred", 1530 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], 1531 "Message": "Error Signature: %1 %2 %3" 1532 } 1533 }, 1534 1535 { 1536 "Name": "org.open_power.HwDiags.Error.Informational", 1537 "PossibleSubsystems": [ 1538 "processor", "processor_fru", "processor_unit", "processor_bus", 1539 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru", 1540 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others" 1541 ], 1542 "Severity": "non_error", 1543 "ActionFlags": [ "hidden", "dont_report" ], 1544 1545 "SRC": 1546 { 1547 "ReasonCode": "0xE512", 1548 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], 1549 "Words6To9": 1550 { 1551 "6": 1552 { 1553 "AdditionalDataPropSource": "SRC6" 1554 }, 1555 "7": 1556 { 1557 "AdditionalDataPropSource": "SRC7" 1558 }, 1559 "8": 1560 { 1561 "AdditionalDataPropSource": "SRC8" 1562 } 1563 } 1564 }, 1565 1566 "Documentation": 1567 { 1568 "Description": "Manual analysis was initiated via the command line. FFDC only.", 1569 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], 1570 "Message": "Error Signature: %1 %2 %3" 1571 } 1572 }, 1573 1574 { 1575 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault", 1576 "Subsystem": "power_supply", 1577 "ActionFlags": ["service_action", "report"], 1578 "ComponentID": "0x2700", 1579 1580 "SRC": { 1581 "Type": "11", 1582 "ReasonCode": "0x15F0", 1583 "Words6To9": {} 1584 }, 1585 1586 "Callouts": [ 1587 { 1588 "CalloutList": [ 1589 { "Priority": "high", "SymbolicFRU": "pwrsply" } 1590 ] 1591 } 1592 ], 1593 1594 "Documentation": { 1595 "Description": "Power Supply input power fault", 1596 "Message": "A power supply has indicated an input or under voltage condition.", 1597 "Notes": [ 1598 "Check the power supply cabling and/or input power ", 1599 "source. The PWRSPLY procedure is used rather than ", 1600 "calling out a location code, as typically these faults ", 1601 "are related to the supplied power, the cable, or the ", 1602 "cable connectors. If the input fault resolves down to an ", 1603 "issue with the power supply itself, the power supply ", 1604 "indicating this input fault should be called out. Add the ", 1605 "CALLOUT_INVENTORY_PATH to the additional data, and set the", 1606 "CALLOUT_PRIORITY to something other than high." 1607 ] 1608 } 1609 }, 1610 1611 { 1612 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault", 1613 "Subsystem": "power_supply", 1614 "ActionFlags": ["service_action", "report", "call_home"], 1615 "ComponentID": "0x2700", 1616 1617 "SRC": { 1618 "Type": "11", 1619 "ReasonCode": "0x15F1", 1620 "Words6To9": {} 1621 }, 1622 1623 "Callouts": [ 1624 { 1625 "CalloutList": [ 1626 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 1627 ] 1628 } 1629 ], 1630 1631 "Documentation": { 1632 "Description": "Power Supply power fault", 1633 "Message": "The power supply detected a fault condition, see AdditionalData for further details.", 1634 "Notes": [ 1635 "The power supply reporting the fault should be called ", 1636 "out using the CALLOUT_INVENTORY_PATH keyword. Include ", 1637 "specific fault, STATUS_* details, and code level in the ", 1638 "AdditionalData section." 1639 ] 1640 } 1641 }, 1642 1643 { 1644 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault", 1645 "Subsystem": "power_supply", 1646 "ActionFlags": ["service_action", "report", "call_home"], 1647 "ComponentID": "0x2700", 1648 1649 "SRC": { 1650 "Type": "11", 1651 "ReasonCode": "0x15F2", 1652 "Words6To9": {} 1653 }, 1654 1655 "Callouts": [ 1656 { 1657 "CalloutList": [ 1658 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 1659 ] 1660 } 1661 ], 1662 1663 "Documentation": { 1664 "Description": "Power Supply non-power fault", 1665 "Message": "A communication failure occurred talking to the power supply", 1666 "Notes": [ 1667 "Communication problems with the power supply could be ", 1668 "the power supply, or any hardware between it and the ", 1669 "BMC. Reporting the error should be passing in a call ", 1670 "out using CALLOUT_DEVICE_PATH." 1671 ] 1672 } 1673 }, 1674 1675 { 1676 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing", 1677 "Subsystem": "power_supply", 1678 "ActionFlags": ["service_action", "report", "call_home"], 1679 "ComponentID": "0x2700", 1680 1681 "SRC": { 1682 "Type": "11", 1683 "ReasonCode": "0x15F6", 1684 "Words6To9": {} 1685 }, 1686 1687 "Callouts": [ 1688 { 1689 "CalloutList": [ 1690 { 1691 "Priority": "high", 1692 "SymbolicFRUTrusted": "pwrsply", 1693 "UseInventoryLocCode": true 1694 } 1695 ] 1696 } 1697 ], 1698 1699 "Documentation": { 1700 "Description": "Power Supply is missing", 1701 "Message": "A power supply that should be present is missing", 1702 "Notes": [ 1703 "The CalloutList should use the PWRSPLY symbolic FRU ", 1704 "with the trusted location code property. The ", 1705 "location code in this callout is obtained from ", 1706 "the passed in CALLOUT_INVENTORY_PATH value." 1707 ] 1708 } 1709 }, 1710 1711 { 1712 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported", 1713 "Subsystem": "power_supply", 1714 "ActionFlags": ["service_action", "report", "call_home"], 1715 "ComponentID": "0x2700", 1716 1717 "SRC": { 1718 "Type": "11", 1719 "ReasonCode": "0x15F7", 1720 "Words6To9": {} 1721 }, 1722 1723 "Callouts": [ 1724 { 1725 "CalloutList": [ 1726 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 1727 ] 1728 } 1729 ], 1730 1731 "Documentation": { 1732 "Description": "Power Supply configuration is not supported", 1733 "Message": "The power supply configuration is not supported", 1734 "Notes": [ 1735 "The combination of power supplies detected in the ", 1736 "system is not supported. This could be caused by ", 1737 "mismatched models, less than expected number of power ", 1738 "supplies, or other unsupported characteristics." 1739 ] 1740 } 1741 }, 1742 1743 { 1744 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault", 1745 "Subsystem": "power_supply", 1746 "ActionFlags": ["service_action", "report", "call_home"], 1747 "ComponentID": "0x2700", 1748 1749 "SRC": { 1750 "Type": "11", 1751 "ReasonCode": "0x15FF", 1752 "Words6To9": {} 1753 }, 1754 1755 "Callouts": [ 1756 { 1757 "CalloutList": [ 1758 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 1759 ] 1760 } 1761 ], 1762 1763 "Documentation": { 1764 "Description": "Power Supply fan fault", 1765 "Message": "A power supply indicated a fan fault has occurred", 1766 "Notes": [ 1767 "The power supply reporting the fault should be called ", 1768 "out using the CALLOUT_INVENTORY_PATH keyword. Include ", 1769 "specific fault, STATUS_* details, and code level in the ", 1770 "AdditionalData section." 1771 ] 1772 } 1773 }, 1774 1775 { 1776 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault", 1777 "Subsystem": "power_supply", 1778 "ActionFlags": ["service_action", "report", "call_home"], 1779 "ComponentID": "0x2700", 1780 1781 "SRC": { 1782 "Type": "11", 1783 "ReasonCode": "0x1B01", 1784 "Words6To9": {} 1785 }, 1786 1787 "Callouts": [ 1788 { 1789 "CalloutList": [ 1790 { "Priority": "high", "Procedure": "power_overcurrent" } 1791 ] 1792 } 1793 ], 1794 1795 "Documentation": { 1796 "Description": "Power Supply output over-current power fault", 1797 "Message": "A power supply has indicated an output over-current condition." 1798 } 1799 }, 1800 1801 { 1802 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout", 1803 "Subsystem": "power", 1804 "ActionFlags": [ "report", "service_action" ], 1805 "ComponentID": "0x2700", 1806 1807 "SRC": 1808 { 1809 "Type": "11", 1810 "ReasonCode": "0x00AC", 1811 "Words6To9": {} 1812 }, 1813 1814 "Callouts": [ 1815 { 1816 "CalloutList": [ 1817 { "Priority": "high", "SymbolicFRU": "ac_module"} 1818 ] 1819 } 1820 ], 1821 1822 "Documentation": { 1823 "Description": "Input power was lost while the system was powered on.", 1824 "Message": "Input power was lost while the system was powered on.", 1825 "Notes": [ 1826 "Input power was lost while system powered on.", 1827 "The CalloutList should use the ACMODUL symbolic FRU." 1828 ] 1829 } 1830 }, 1831 1832 { 1833 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault", 1834 "Subsystem": "power_supply", 1835 "ActionFlags": ["service_action", "report", "call_home"], 1836 "ComponentID": "0x2700", 1837 1838 "SRC": { 1839 "Type": "11", 1840 "ReasonCode": "0x2500", 1841 "Words6To9": {} 1842 }, 1843 1844 "Callouts": [ 1845 { 1846 "CalloutList": [ 1847 { "Priority": "high", "Procedure": "power_overcurrent" } 1848 ] 1849 } 1850 ], 1851 1852 "Documentation": { 1853 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.", 1854 "Message": "Power supply PSKill_fault", 1855 "Notes": [ 1856 ] 1857 } 1858 }, 1859 1860 { 1861 "Name": "xyz.openbmc_project.Power.Error.Shutdown", 1862 "Subsystem": "power_sequencer", 1863 "ComponentID": "0x2700", 1864 1865 "SRC": { 1866 "Type": "11", 1867 "ReasonCode": "0x2600", 1868 "Words6To9": {} 1869 }, 1870 1871 "Callouts": [ 1872 { 1873 "CalloutList": [ 1874 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1875 ] 1876 } 1877 ], 1878 1879 "Documentation": { 1880 "Description": "A power off was issued because a power fault was detected", 1881 "Message": "A power off was issued because a power fault was detected", 1882 "Notes": [ 1883 ] 1884 } 1885 }, 1886 1887 { 1888 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator", 1889 "Subsystem": "power_control_hw", 1890 "Severity": "critical_system_term", 1891 "ComponentID": "0x2700", 1892 1893 "SRC": { 1894 "Type": "11", 1895 "ReasonCode": "0x2602", 1896 "Words6To9": {} 1897 }, 1898 1899 "Callouts": [ 1900 { 1901 "System": "ibm,rainier", 1902 "CalloutList": [ 1903 { 1904 "Priority": "high", 1905 "LocCode": "P0-C5" 1906 }, 1907 { 1908 "Priority": "medium", 1909 "LocCode": "P0" 1910 } 1911 ] 1912 }, 1913 { 1914 "System": "ibm,everest", 1915 "CalloutList": [ 1916 { 1917 "Priority": "high", 1918 "LocCode": "P0-C59" 1919 }, 1920 { 1921 "Priority": "medium", 1922 "LocCode": "P0" 1923 } 1924 ] 1925 } 1926 ], 1927 1928 "Documentation": { 1929 "Description": "A power off was issued because a regulator for standby power faulted", 1930 "Message": "A power off was issued because a regulator for standby power faulted", 1931 "Notes": [ 1932 ] 1933 } 1934 }, 1935 1936 { 1937 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault", 1938 "Subsystem": "power_sequencer", 1939 "ComponentID": "0x2700", 1940 1941 "SRC": { 1942 "Type": "11", 1943 "ReasonCode": "0x2610", 1944 "Words6To9": {} 1945 }, 1946 1947 "CalloutsUsingAD": { 1948 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [ 1949 { 1950 "ADValue": "PCIE_SLOT0", "Callouts": [ 1951 { 1952 "CalloutList": [ 1953 { "Priority": "high", "LocCode": "P0-C0" }, 1954 { "Priority": "medium", "LocCode": "P0" } 1955 ] 1956 } 1957 ] 1958 }, 1959 { 1960 "ADValue": "PCIE_SLOT1", "Callouts": [ 1961 { 1962 "CalloutList": [ 1963 { "Priority": "high", "LocCode": "P0-C1" }, 1964 { "Priority": "medium", "LocCode": "P0" } 1965 ] 1966 } 1967 ] 1968 }, 1969 { 1970 "ADValue": "PCIE_SLOT2", "Callouts": [ 1971 { 1972 "CalloutList": [ 1973 { "Priority": "high", "LocCode": "P0-C2" }, 1974 { "Priority": "medium", "LocCode": "P0" } 1975 ] 1976 } 1977 ] 1978 }, 1979 { 1980 "ADValue": "PCIE_SLOT3", "Callouts": [ 1981 { 1982 "CalloutList": [ 1983 { "Priority": "high", "LocCode": "P0-C3" }, 1984 { "Priority": "medium", "LocCode": "P0" } 1985 ] 1986 } 1987 ] 1988 }, 1989 { 1990 "ADValue": "PCIE_SLOT4", "Callouts": [ 1991 { 1992 "CalloutList": [ 1993 { "Priority": "high", "LocCode": "P0-C4" }, 1994 { "Priority": "medium", "LocCode": "P0" } 1995 ] 1996 } 1997 ] 1998 }, 1999 { 2000 "ADValue": "PCIE_SLOT5", "Callouts": [ 2001 { 2002 "CalloutList": [ 2003 { "Priority": "high", "LocCode": "P0-C5" }, 2004 { "Priority": "medium", "LocCode": "P0" } 2005 ] 2006 } 2007 ] 2008 }, 2009 { 2010 "ADValue": "PCIE_SLOT6", "Callouts": [ 2011 { 2012 "CalloutList": [ 2013 { "Priority": "high", "LocCode": "P0-C6" }, 2014 { "Priority": "medium", "LocCode": "P0" } 2015 ] 2016 } 2017 ] 2018 }, 2019 { 2020 "ADValue": "PCIE_SLOT7", "Callouts": [ 2021 { 2022 "CalloutList": [ 2023 { "Priority": "high", "LocCode": "P0-C7" }, 2024 { "Priority": "medium", "LocCode": "P0" } 2025 ] 2026 } 2027 ] 2028 }, 2029 { 2030 "ADValue": "PCIE_SLOT8", "Callouts": [ 2031 { 2032 "CalloutList": [ 2033 { "Priority": "high", "LocCode": "P0-C8" }, 2034 { "Priority": "medium", "LocCode": "P0" } 2035 ] 2036 } 2037 ] 2038 }, 2039 { 2040 "ADValue": "PCIE_SLOT9", "Callouts": [ 2041 { 2042 "CalloutList": [ 2043 { "Priority": "high", "LocCode": "P0-C9" }, 2044 { "Priority": "medium", "LocCode": "P0" } 2045 ] 2046 } 2047 ] 2048 }, 2049 { 2050 "ADValue": "PCIE_SLOT10", "Callouts": [ 2051 { 2052 "CalloutList": [ 2053 { "Priority": "high", "LocCode": "P0-C10" }, 2054 { "Priority": "medium", "LocCode": "P0" } 2055 ] 2056 } 2057 ] 2058 }, 2059 { 2060 "ADValue": "PCIE_SLOT11", "Callouts": [ 2061 { 2062 "CalloutList": [ 2063 { "Priority": "high", "LocCode": "P0-C11" }, 2064 { "Priority": "medium", "LocCode": "P0" } 2065 ] 2066 } 2067 ] 2068 }, 2069 { 2070 "ADValue": "PGOOD_12A", "Callouts": [ 2071 { 2072 "CalloutList": [ 2073 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2074 ] 2075 } 2076 ] 2077 }, 2078 { 2079 "ADValue": "PGOOD_12B", "Callouts": [ 2080 { 2081 "CalloutList": [ 2082 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2083 ] 2084 } 2085 ] 2086 }, 2087 { 2088 "ADValue": "PGOOD_12C", "Callouts": [ 2089 { 2090 "CalloutList": [ 2091 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2092 ] 2093 } 2094 ] 2095 }, 2096 { 2097 "ADValue": "PGOOD_12D", "Callouts": [ 2098 { 2099 "CalloutList": [ 2100 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2101 ] 2102 } 2103 ] 2104 }, 2105 { 2106 "ADValue": "PGOOD_12L", "Callouts": [ 2107 { 2108 "CalloutList": [ 2109 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2110 ] 2111 } 2112 ] 2113 }, 2114 { 2115 "ADValue": "PGOOD_12M", "Callouts": [ 2116 { 2117 "CalloutList": [ 2118 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2119 ] 2120 } 2121 ] 2122 }, 2123 { 2124 "ADValue": "PGOOD_12N", "Callouts": [ 2125 { 2126 "CalloutList": [ 2127 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2128 ] 2129 } 2130 ] 2131 }, 2132 { 2133 "ADValue": "PGOOD_12P", "Callouts": [ 2134 { 2135 "CalloutList": [ 2136 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2137 ] 2138 } 2139 ] 2140 }, 2141 { 2142 "ADValue": "PGOOD_12PCIE", "Callouts": [ 2143 { 2144 "CalloutList": [ 2145 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2146 ] 2147 } 2148 ] 2149 }, 2150 { 2151 "ADValue": "PGOOD_12Q", "Callouts": [ 2152 { 2153 "CalloutList": [ 2154 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2155 ] 2156 } 2157 ] 2158 }, 2159 { 2160 "ADValue": "PGOOD_12R", "Callouts": [ 2161 { 2162 "CalloutList": [ 2163 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2164 ] 2165 } 2166 ] 2167 }, 2168 { 2169 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [ 2170 { 2171 "CalloutList": [ 2172 { "Priority": "high", "LocCode": "P0-C14" }, 2173 { "Priority": "medium", "LocCode": "P0-C15" }, 2174 { "Priority": "low", "LocCode": "P0" } 2175 ] 2176 } 2177 ] 2178 }, 2179 { 2180 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [ 2181 { 2182 "CalloutList": [ 2183 { "Priority": "high", "LocCode": "P0-C23" }, 2184 { "Priority": "medium", "LocCode": "P0-C24" }, 2185 { "Priority": "low", "LocCode": "P0" } 2186 ] 2187 } 2188 ] 2189 }, 2190 { 2191 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [ 2192 { 2193 "CalloutList": [ 2194 { "Priority": "high", "LocCode": "P0-C14" }, 2195 { "Priority": "medium", "LocCode": "P0-C15" }, 2196 { "Priority": "low", "LocCode": "P0" } 2197 ] 2198 } 2199 ] 2200 }, 2201 { 2202 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [ 2203 { 2204 "CalloutList": [ 2205 { "Priority": "high", "LocCode": "P0-C23" }, 2206 { "Priority": "medium", "LocCode": "P0-C24" }, 2207 { "Priority": "low", "LocCode": "P0" } 2208 ] 2209 } 2210 ] 2211 }, 2212 { 2213 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [ 2214 { 2215 "CalloutList": [ 2216 { "Priority": "high", "LocCode": "P0-C14" }, 2217 { "Priority": "medium", "LocCode": "P0-C15" }, 2218 { "Priority": "low", "LocCode": "P0" } 2219 ] 2220 } 2221 ] 2222 }, 2223 { 2224 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [ 2225 { 2226 "CalloutList": [ 2227 { "Priority": "high", "LocCode": "P0-C23" }, 2228 { "Priority": "medium", "LocCode": "P0-C24" }, 2229 { "Priority": "low", "LocCode": "P0" } 2230 ] 2231 } 2232 ] 2233 }, 2234 { 2235 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [ 2236 { 2237 "CalloutList": [ 2238 { "Priority": "high", "LocCode": "P0-C14" }, 2239 { "Priority": "medium", "LocCode": "P0-C15" }, 2240 { "Priority": "low", "LocCode": "P0" } 2241 ] 2242 } 2243 ] 2244 }, 2245 { 2246 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [ 2247 { 2248 "CalloutList": [ 2249 { "Priority": "high", "LocCode": "P0-C23" }, 2250 { "Priority": "medium", "LocCode": "P0-C24" }, 2251 { "Priority": "low", "LocCode": "P0" } 2252 ] 2253 } 2254 ] 2255 }, 2256 { 2257 "ADValue": "CP0_VPCIE", "Callouts": [ 2258 { 2259 "CalloutList": [ 2260 { "Priority": "high", "LocCode": "P0-C58" }, 2261 { "Priority": "medium", "LocCode": "P0-C61" }, 2262 { "Priority": "low", "LocCode": "P0" } 2263 ] 2264 } 2265 ] 2266 }, 2267 { 2268 "ADValue": "CP1_VPCIE", "Callouts": [ 2269 { 2270 "CalloutList": [ 2271 { "Priority": "high", "LocCode": "P0-C16" }, 2272 { "Priority": "medium", "LocCode": "P0-C14" }, 2273 { "Priority": "low", "LocCode": "P0" } 2274 ] 2275 } 2276 ] 2277 }, 2278 { 2279 "ADValue": "CP2_VPCIE", "Callouts": [ 2280 { 2281 "CalloutList": [ 2282 { "Priority": "high", "LocCode": "P0-C16" }, 2283 { "Priority": "medium", "LocCode": "P0-C19" }, 2284 { "Priority": "low", "LocCode": "P0" } 2285 ] 2286 } 2287 ] 2288 }, 2289 { 2290 "ADValue": "CP3_VPCIE", "Callouts": [ 2291 { 2292 "CalloutList": [ 2293 { "Priority": "high", "LocCode": "P0-C58" }, 2294 { "Priority": "medium", "LocCode": "P0-C56" }, 2295 { "Priority": "low", "LocCode": "P0" } 2296 ] 2297 } 2298 ] 2299 }, 2300 { 2301 "ADValue": "5.0V_USB_front", "Callouts": [ 2302 { 2303 "CalloutList": [ 2304 { "Priority": "high", "SymbolicFRU": "usb_pgood" }, 2305 { "Priority": "low", "LocCode": "P1" }, 2306 { "Priority": "low", "LocCode": "P0" } 2307 ] 2308 } 2309 ] 2310 }, 2311 { 2312 "ADValue": "CP0_VDN", "Callouts": [ 2313 { 2314 "CalloutList": [ 2315 { "Priority": "high", "LocCode": "P0-C63" }, 2316 { "Priority": "medium", "LocCode": "P0-C61" }, 2317 { "Priority": "low", "LocCode": "P0" } 2318 ] 2319 } 2320 ] 2321 }, 2322 { 2323 "ADValue": "CP1_VDN", "Callouts": [ 2324 { 2325 "CalloutList": [ 2326 { "Priority": "high", "LocCode": "P0-C12" }, 2327 { "Priority": "medium", "LocCode": "P0-C14" }, 2328 { "Priority": "low", "LocCode": "P0" } 2329 ] 2330 } 2331 ] 2332 }, 2333 { 2334 "ADValue": "CP2_VDN", "Callouts": [ 2335 { 2336 "CalloutList": [ 2337 { "Priority": "high", "LocCode": "P0-C21" }, 2338 { "Priority": "medium", "LocCode": "P0-C19" }, 2339 { "Priority": "low", "LocCode": "P0" } 2340 ] 2341 } 2342 ] 2343 }, 2344 { 2345 "ADValue": "CP3_VDN", "Callouts": [ 2346 { 2347 "CalloutList": [ 2348 { "Priority": "high", "LocCode": "P0-C54" }, 2349 { "Priority": "medium", "LocCode": "P0-C56" }, 2350 { "Priority": "low", "LocCode": "P0" } 2351 ] 2352 } 2353 ] 2354 }, 2355 { 2356 "ADValue": "CP0_VIO", "Callouts": [ 2357 { 2358 "CalloutList": [ 2359 { "Priority": "high", "LocCode": "P0-C63" }, 2360 { "Priority": "medium", "LocCode": "P0-C61" }, 2361 { "Priority": "low", "LocCode": "P0" } 2362 ] 2363 } 2364 ] 2365 }, 2366 { 2367 "ADValue": "CP1_VIO", "Callouts": [ 2368 { 2369 "CalloutList": [ 2370 { "Priority": "high", "LocCode": "P0-C12" }, 2371 { "Priority": "medium", "LocCode": "P0-C14" }, 2372 { "Priority": "low", "LocCode": "P0" } 2373 ] 2374 } 2375 ] 2376 }, 2377 { 2378 "ADValue": "CP2_VIO", "Callouts": [ 2379 { 2380 "CalloutList": [ 2381 { "Priority": "high", "LocCode": "P0-C21" }, 2382 { "Priority": "medium", "LocCode": "P0-C19" }, 2383 { "Priority": "low", "LocCode": "P0" } 2384 ] 2385 } 2386 ] 2387 }, 2388 { 2389 "ADValue": "CP3_VIO", "Callouts": [ 2390 { 2391 "CalloutList": [ 2392 { "Priority": "high", "LocCode": "P0-C54" }, 2393 { "Priority": "medium", "LocCode": "P0-C56" }, 2394 { "Priority": "low", "LocCode": "P0" } 2395 ] 2396 } 2397 ] 2398 }, 2399 { 2400 "ADValue": "PGOOD_PSU1", "Callouts": [ 2401 { 2402 "CalloutList": [ 2403 { "Priority": "high", "LocCode": "E0" } 2404 ] 2405 } 2406 ] 2407 }, 2408 { 2409 "ADValue": "PGOOD_PSU2", "Callouts": [ 2410 { 2411 "CalloutList": [ 2412 { "Priority": "high", "LocCode": "E1" } 2413 ] 2414 } 2415 ] 2416 }, 2417 { 2418 "ADValue": "PGOOD_PSU3", "Callouts": [ 2419 { 2420 "CalloutList": [ 2421 { "Priority": "high", "LocCode": "E2" } 2422 ] 2423 } 2424 ] 2425 }, 2426 { 2427 "ADValue": "PGOOD_PSU4", "Callouts": [ 2428 { 2429 "CalloutList": [ 2430 { "Priority": "high", "LocCode": "E3" } 2431 ] 2432 } 2433 ] 2434 } 2435 ] 2436 }, 2437 2438 "Documentation": { 2439 "Description": "The power sequencer chip detected a PGOOD fault", 2440 "Message": "The power sequencer chip detected a PGOOD fault", 2441 "Notes": [ 2442 ] 2443 } 2444 }, 2445 2446 { 2447 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault", 2448 "Subsystem": "power_sequencer", 2449 "ComponentID": "0x2700", 2450 2451 "SRC": { 2452 "Type": "11", 2453 "ReasonCode": "0x2620", 2454 "Words6To9": {} 2455 }, 2456 2457 "CalloutsUsingAD": { 2458 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [ 2459 { 2460 "ADValue": "12.0V", "Callouts": [ 2461 { 2462 "CalloutList": [ 2463 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2464 ] 2465 } 2466 ] 2467 }, 2468 { 2469 "ADValue": "5.0V_USB", "Callouts": [ 2470 { 2471 "CalloutList": [ 2472 { "Priority": "high", "SymbolicFRU": "usb_pgood" }, 2473 { "Priority": "medium", "LocCode": "P0" } 2474 ] 2475 } 2476 ] 2477 }, 2478 { 2479 "ADValue": "5.0V_DASD", "Callouts": [ 2480 { 2481 "CalloutList": [ 2482 { "Priority": "medium", "LocCode": "P1" }, 2483 { "Priority": "medium", "LocCode": "P2" }, 2484 { "Priority": "low", "LocCode": "P0" } 2485 ] 2486 } 2487 ] 2488 }, 2489 { 2490 "ADValue": "3.3VA", "Callouts": [ 2491 { 2492 "CalloutList": [ 2493 { "Priority": "high", "LocCode": "P0" } 2494 ] 2495 } 2496 ] 2497 }, 2498 { 2499 "ADValue": "3.3VB", "Callouts": [ 2500 { 2501 "CalloutList": [ 2502 { "Priority": "high", "LocCode": "P0" } 2503 ] 2504 } 2505 ] 2506 }, 2507 { 2508 "ADValue": "3V3IO", "Callouts": [ 2509 { 2510 "CalloutList": [ 2511 { "Priority": "high", "LocCode": "P0-C17" }, 2512 { "Priority": "medium", "LocCode": "P0-C96" }, 2513 { "Priority": "medium", "LocCode": "P0-C0" }, 2514 { "Priority": "medium", "SymbolicFRU": "pcie_hot_plug" }, 2515 { "Priority": "low", "LocCode": "P0" } 2516 ] 2517 } 2518 ] 2519 }, 2520 { 2521 "ADValue": "1.5V", "Callouts": [ 2522 { 2523 "CalloutList": [ 2524 { "Priority": "high", "LocCode": "P0" } 2525 ] 2526 } 2527 ] 2528 }, 2529 { 2530 "ADValue": "1.1V", "Callouts": [ 2531 { 2532 "CalloutList": [ 2533 { "Priority": "high", "LocCode": "P0" } 2534 ] 2535 } 2536 ] 2537 }, 2538 { 2539 "ADValue": "VDDA_DCM0", "Callouts": [ 2540 { 2541 "CalloutList": [ 2542 { "Priority": "high", "LocCode": "P0-C14" }, 2543 { "Priority": "medium", "LocCode": "P0-C15" }, 2544 { "Priority": "low", "LocCode": "P0" } 2545 ] 2546 } 2547 ] 2548 }, 2549 { 2550 "ADValue": "VDDB_DCM0", "Callouts": [ 2551 { 2552 "CalloutList": [ 2553 { "Priority": "high", "LocCode": "P0-C14" }, 2554 { "Priority": "medium", "LocCode": "P0-C15" }, 2555 { "Priority": "low", "LocCode": "P0" } 2556 ] 2557 } 2558 ] 2559 }, 2560 { 2561 "ADValue": "VDDA_DCM1", "Callouts": [ 2562 { 2563 "CalloutList": [ 2564 { "Priority": "high", "LocCode": "P0-C23" }, 2565 { "Priority": "medium", "LocCode": "P0-C24" }, 2566 { "Priority": "low", "LocCode": "P0" } 2567 ] 2568 } 2569 ] 2570 }, 2571 { 2572 "ADValue": "VDDB_DCM1", "Callouts": [ 2573 { 2574 "CalloutList": [ 2575 { "Priority": "high", "LocCode": "P0-C23" }, 2576 { "Priority": "medium", "LocCode": "P0-C24" }, 2577 { "Priority": "low", "LocCode": "P0" } 2578 ] 2579 } 2580 ] 2581 }, 2582 { 2583 "ADValue": "CP03_AVDD", "Callouts": [ 2584 { 2585 "CalloutList": [ 2586 { "Priority": "high", "LocCode": "P0-C58" }, 2587 { "Priority": "medium", "LocCode": "P0-C61" }, 2588 { "Priority": "medium", "LocCode": "P0-C56" }, 2589 { "Priority": "low", "LocCode": "P0" } 2590 ] 2591 } 2592 ] 2593 }, 2594 { 2595 "ADValue": "CP12_AVDD", "Callouts": [ 2596 { 2597 "CalloutList": [ 2598 { "Priority": "high", "LocCode": "P0-C16" }, 2599 { "Priority": "medium", "LocCode": "P0-C14" }, 2600 { "Priority": "medium", "LocCode": "P0-C19" }, 2601 { "Priority": "low", "LocCode": "P0" } 2602 ] 2603 } 2604 ] 2605 }, 2606 { 2607 "ADValue": "CP0_VDD0", "Callouts": [ 2608 { 2609 "CalloutList": [ 2610 { "Priority": "high", "LocCode": "P0-C62" }, 2611 { "Priority": "medium", "LocCode": "P0-C61" }, 2612 { "Priority": "low", "LocCode": "P0" } 2613 ] 2614 } 2615 ] 2616 }, 2617 { 2618 "ADValue": "CP0_VDD1", "Callouts": [ 2619 { 2620 "CalloutList": [ 2621 { "Priority": "high", "LocCode": "P0-C60" }, 2622 { "Priority": "medium", "LocCode": "P0-C61" }, 2623 { "Priority": "low", "LocCode": "P0" } 2624 ] 2625 } 2626 ] 2627 }, 2628 { 2629 "ADValue": "CP1_VDD0", "Callouts": [ 2630 { 2631 "CalloutList": [ 2632 { "Priority": "high", "LocCode": "P0-C13" }, 2633 { "Priority": "medium", "LocCode": "P0-C14" }, 2634 { "Priority": "low", "LocCode": "P0" } 2635 ] 2636 } 2637 ] 2638 }, 2639 { 2640 "ADValue": "CP1_VDD1", "Callouts": [ 2641 { 2642 "CalloutList": [ 2643 { "Priority": "high", "LocCode": "P0-C15" }, 2644 { "Priority": "medium", "LocCode": "P0-C14" }, 2645 { "Priority": "low", "LocCode": "P0" } 2646 ] 2647 } 2648 ] 2649 }, 2650 { 2651 "ADValue": "CP2_VDD0", "Callouts": [ 2652 { 2653 "CalloutList": [ 2654 { "Priority": "high", "LocCode": "P0-C18" }, 2655 { "Priority": "medium", "LocCode": "P0-C19" }, 2656 { "Priority": "low", "LocCode": "P0" } 2657 ] 2658 } 2659 ] 2660 }, 2661 { 2662 "ADValue": "CP2_VDD1", "Callouts": [ 2663 { 2664 "CalloutList": [ 2665 { "Priority": "high", "LocCode": "P0-C20" }, 2666 { "Priority": "medium", "LocCode": "P0-C19" }, 2667 { "Priority": "low", "LocCode": "P0" } 2668 ] 2669 } 2670 ] 2671 }, 2672 { 2673 "ADValue": "CP3_VDD0", "Callouts": [ 2674 { 2675 "CalloutList": [ 2676 { "Priority": "high", "LocCode": "P0-C57" }, 2677 { "Priority": "medium", "LocCode": "P0-C56" }, 2678 { "Priority": "low", "LocCode": "P0" } 2679 ] 2680 } 2681 ] 2682 }, 2683 { 2684 "ADValue": "CP3_VDD1", "Callouts": [ 2685 { 2686 "CalloutList": [ 2687 { "Priority": "high", "LocCode": "P0-C55" }, 2688 { "Priority": "medium", "LocCode": "P0-C56" }, 2689 { "Priority": "low", "LocCode": "P0" } 2690 ] 2691 } 2692 ] 2693 }, 2694 { 2695 "ADValue": "CP0_VCS0", "Callouts": [ 2696 { 2697 "CalloutList": [ 2698 { "Priority": "high", "LocCode": "P0-C63" }, 2699 { "Priority": "medium", "LocCode": "P0-C61" }, 2700 { "Priority": "low", "LocCode": "P0" } 2701 ] 2702 } 2703 ] 2704 }, 2705 { 2706 "ADValue": "CP0_VCS1", "Callouts": [ 2707 { 2708 "CalloutList": [ 2709 { "Priority": "high", "LocCode": "P0-C59" }, 2710 { "Priority": "medium", "LocCode": "P0-C61" }, 2711 { "Priority": "low", "LocCode": "P0" } 2712 ] 2713 } 2714 ] 2715 }, 2716 { 2717 "ADValue": "CP1_VCS0", "Callouts": [ 2718 { 2719 "CalloutList": [ 2720 { "Priority": "high", "LocCode": "P0-C12" }, 2721 { "Priority": "medium", "LocCode": "P0-C14" }, 2722 { "Priority": "low", "LocCode": "P0" } 2723 ] 2724 } 2725 ] 2726 }, 2727 { 2728 "ADValue": "CP1_VCS1", "Callouts": [ 2729 { 2730 "CalloutList": [ 2731 { "Priority": "high", "LocCode": "P0-C16" }, 2732 { "Priority": "medium", "LocCode": "P0-C14" }, 2733 { "Priority": "low", "LocCode": "P0" } 2734 ] 2735 } 2736 ] 2737 }, 2738 { 2739 "ADValue": "CP2_VCS0", "Callouts": [ 2740 { 2741 "CalloutList": [ 2742 { "Priority": "high", "LocCode": "P0-C17" }, 2743 { "Priority": "medium", "LocCode": "P0-C19" }, 2744 { "Priority": "low", "LocCode": "P0" } 2745 ] 2746 } 2747 ] 2748 }, 2749 { 2750 "ADValue": "CP2_VCS1", "Callouts": [ 2751 { 2752 "CalloutList": [ 2753 { "Priority": "high", "LocCode": "P0-C21" }, 2754 { "Priority": "medium", "LocCode": "P0-C19" }, 2755 { "Priority": "low", "LocCode": "P0" } 2756 ] 2757 } 2758 ] 2759 }, 2760 { 2761 "ADValue": "CP3_VCS0", "Callouts": [ 2762 { 2763 "CalloutList": [ 2764 { "Priority": "high", "LocCode": "P0-C58" }, 2765 { "Priority": "medium", "LocCode": "P0-C56" }, 2766 { "Priority": "low", "LocCode": "P0" } 2767 ] 2768 } 2769 ] 2770 }, 2771 { 2772 "ADValue": "CP3_VCS1", "Callouts": [ 2773 { 2774 "CalloutList": [ 2775 { "Priority": "high", "LocCode": "P0-C54" }, 2776 { "Priority": "medium", "LocCode": "P0-C56" }, 2777 { "Priority": "low", "LocCode": "P0" } 2778 ] 2779 } 2780 ] 2781 }, 2782 { 2783 "ADValue": "CP0_VDN", "Callouts": [ 2784 { 2785 "CalloutList": [ 2786 { "Priority": "high", "LocCode": "P0-C63" }, 2787 { "Priority": "medium", "LocCode": "P0-C61" }, 2788 { "Priority": "low", "LocCode": "P0" } 2789 ] 2790 } 2791 ] 2792 }, 2793 { 2794 "ADValue": "CP1_VDN", "Callouts": [ 2795 { 2796 "CalloutList": [ 2797 { "Priority": "high", "LocCode": "P0-C12" }, 2798 { "Priority": "medium", "LocCode": "P0-C14" }, 2799 { "Priority": "low", "LocCode": "P0" } 2800 ] 2801 } 2802 ] 2803 }, 2804 { 2805 "ADValue": "CP2_VDN", "Callouts": [ 2806 { 2807 "CalloutList": [ 2808 { "Priority": "high", "LocCode": "P0-C21" }, 2809 { "Priority": "medium", "LocCode": "P0-C19" }, 2810 { "Priority": "low", "LocCode": "P0" } 2811 ] 2812 } 2813 ] 2814 }, 2815 { 2816 "ADValue": "CP3_VDN", "Callouts": [ 2817 { 2818 "CalloutList": [ 2819 { "Priority": "high", "LocCode": "P0-C54" }, 2820 { "Priority": "medium", "LocCode": "P0-C56" }, 2821 { "Priority": "low", "LocCode": "P0" } 2822 ] 2823 } 2824 ] 2825 }, 2826 { 2827 "ADValue": "CP0_VIO", "Callouts": [ 2828 { 2829 "CalloutList": [ 2830 { "Priority": "high", "LocCode": "P0-C63" }, 2831 { "Priority": "medium", "LocCode": "P0-C61" }, 2832 { "Priority": "low", "LocCode": "P0" } 2833 ] 2834 } 2835 ] 2836 }, 2837 { 2838 "ADValue": "CP1_VIO", "Callouts": [ 2839 { 2840 "CalloutList": [ 2841 { "Priority": "high", "LocCode": "P0-C12" }, 2842 { "Priority": "medium", "LocCode": "P0-C14" }, 2843 { "Priority": "low", "LocCode": "P0" } 2844 ] 2845 } 2846 ] 2847 }, 2848 { 2849 "ADValue": "CP2_VIO", "Callouts": [ 2850 { 2851 "CalloutList": [ 2852 { "Priority": "high", "LocCode": "P0-C21" }, 2853 { "Priority": "medium", "LocCode": "P0-C19" }, 2854 { "Priority": "low", "LocCode": "P0" } 2855 ] 2856 } 2857 ] 2858 }, 2859 { 2860 "ADValue": "CP3_VIO", "Callouts": [ 2861 { 2862 "CalloutList": [ 2863 { "Priority": "high", "LocCode": "P0-C54" }, 2864 { "Priority": "medium", "LocCode": "P0-C56" }, 2865 { "Priority": "low", "LocCode": "P0" } 2866 ] 2867 } 2868 ] 2869 }, 2870 { 2871 "ADValue": "CP0_VPCIE", "Callouts": [ 2872 { 2873 "CalloutList": [ 2874 { "Priority": "high", "LocCode": "P0-C58" }, 2875 { "Priority": "medium", "LocCode": "P0-C61" }, 2876 { "Priority": "low", "LocCode": "P0" } 2877 ] 2878 } 2879 ] 2880 }, 2881 { 2882 "ADValue": "CP1_VPCIE", "Callouts": [ 2883 { 2884 "CalloutList": [ 2885 { "Priority": "high", "LocCode": "P0-C16" }, 2886 { "Priority": "medium", "LocCode": "P0-C14" }, 2887 { "Priority": "low", "LocCode": "P0" } 2888 ] 2889 } 2890 ] 2891 }, 2892 { 2893 "ADValue": "CP2_VPCIE", "Callouts": [ 2894 { 2895 "CalloutList": [ 2896 { "Priority": "high", "LocCode": "P0-C16" }, 2897 { "Priority": "medium", "LocCode": "P0-C19" }, 2898 { "Priority": "low", "LocCode": "P0" } 2899 ] 2900 } 2901 ] 2902 }, 2903 { 2904 "ADValue": "CP3_VPCIE", "Callouts": [ 2905 { 2906 "CalloutList": [ 2907 { "Priority": "high", "LocCode": "P0-C58" }, 2908 { "Priority": "medium", "LocCode": "P0-C56" }, 2909 { "Priority": "low", "LocCode": "P0" } 2910 ] 2911 } 2912 ] 2913 }, 2914 { 2915 "ADValue": "12.0VCS", "Callouts": [ 2916 { 2917 "CalloutList": [ 2918 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2919 ] 2920 } 2921 ] 2922 }, 2923 { 2924 "ADValue": "3.3VCS", "Callouts": [ 2925 { 2926 "CalloutList": [ 2927 { "Priority": "high", "LocCode": "P0" } 2928 ] 2929 } 2930 ] 2931 }, 2932 { 2933 "ADValue": "1.1V_Current", "Callouts": [ 2934 { 2935 "CalloutList": [ 2936 { "Priority": "high", "LocCode": "P0" } 2937 ] 2938 } 2939 ] 2940 }, 2941 { 2942 "ADValue": "5.0V_USB_Current", "Callouts": [ 2943 { 2944 "CalloutList": [ 2945 { "Priority": "high", "SymbolicFRU": "usb_pgood" }, 2946 { "Priority": "medium", "LocCode": "P0" } 2947 ] 2948 } 2949 ] 2950 }, 2951 { 2952 "ADValue": "5.0V_DASD_Current", "Callouts": [ 2953 { 2954 "CalloutList": [ 2955 { "Priority": "medium", "LocCode": "P1" }, 2956 { "Priority": "medium", "LocCode": "P2" }, 2957 { "Priority": "low", "LocCode": "P0" } 2958 ] 2959 } 2960 ] 2961 }, 2962 { 2963 "ADValue": "12.0VN", "Callouts": [ 2964 { 2965 "CalloutList": [ 2966 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2967 ] 2968 } 2969 ] 2970 }, 2971 { 2972 "ADValue": "12.0VP", "Callouts": [ 2973 { 2974 "CalloutList": [ 2975 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2976 ] 2977 } 2978 ] 2979 }, 2980 { 2981 "ADValue": "12.0VQ", "Callouts": [ 2982 { 2983 "CalloutList": [ 2984 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2985 ] 2986 } 2987 ] 2988 }, 2989 { 2990 "ADValue": "12.0VR", "Callouts": [ 2991 { 2992 "CalloutList": [ 2993 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2994 ] 2995 } 2996 ] 2997 }, 2998 { 2999 "ADValue": "ThermalDiode1", "Callouts": [ 3000 { 3001 "CalloutList": [ 3002 { "Priority": "high", "LocCode": "P0" } 3003 ] 3004 } 3005 ] 3006 }, 3007 { 3008 "ADValue": "ThermalDiode2", "Callouts": [ 3009 { 3010 "CalloutList": [ 3011 { "Priority": "high", "LocCode": "P0" } 3012 ] 3013 } 3014 ] 3015 }, 3016 { 3017 "ADValue": "ThermalDiode3", "Callouts": [ 3018 { 3019 "CalloutList": [ 3020 { "Priority": "high", "LocCode": "P0" } 3021 ] 3022 } 3023 ] 3024 }, 3025 { 3026 "ADValue": "ThermalDiode4", "Callouts": [ 3027 { 3028 "CalloutList": [ 3029 { "Priority": "high", "LocCode": "P0" } 3030 ] 3031 } 3032 ] 3033 }, 3034 { 3035 "ADValue": "VDN_DCM0", "Callouts": [ 3036 { 3037 "CalloutList": [ 3038 { "Priority": "high", "LocCode": "P0-C14" }, 3039 { "Priority": "medium", "LocCode": "P0-C15" }, 3040 { "Priority": "low", "LocCode": "P0" } 3041 ] 3042 } 3043 ] 3044 }, 3045 { 3046 "ADValue": "VDN_DCM1", "Callouts": [ 3047 { 3048 "CalloutList": [ 3049 { "Priority": "high", "LocCode": "P0-C23" }, 3050 { "Priority": "medium", "LocCode": "P0-C24" }, 3051 { "Priority": "low", "LocCode": "P0" } 3052 ] 3053 } 3054 ] 3055 }, 3056 { 3057 "ADValue": "VCS_DCM0", "Callouts": [ 3058 { 3059 "CalloutList": [ 3060 { "Priority": "high", "LocCode": "P0-C14" }, 3061 { "Priority": "medium", "LocCode": "P0-C15" }, 3062 { "Priority": "low", "LocCode": "P0" } 3063 ] 3064 } 3065 ] 3066 }, 3067 { 3068 "ADValue": "VCS_DCM1", "Callouts": [ 3069 { 3070 "CalloutList": [ 3071 { "Priority": "high", "LocCode": "P0-C23" }, 3072 { "Priority": "medium", "LocCode": "P0-C24" }, 3073 { "Priority": "low", "LocCode": "P0" } 3074 ] 3075 } 3076 ] 3077 }, 3078 { 3079 "ADValue": "VIO_DCM0", "Callouts": [ 3080 { 3081 "CalloutList": [ 3082 { "Priority": "high", "LocCode": "P0-C14" }, 3083 { "Priority": "medium", "LocCode": "P0-C15" }, 3084 { "Priority": "low", "LocCode": "P0" } 3085 ] 3086 } 3087 ] 3088 }, 3089 { 3090 "ADValue": "VIO_DCM1", "Callouts": [ 3091 { 3092 "CalloutList": [ 3093 { "Priority": "high", "LocCode": "P0-C23" }, 3094 { "Priority": "medium", "LocCode": "P0-C24" }, 3095 { "Priority": "low", "LocCode": "P0" } 3096 ] 3097 } 3098 ] 3099 }, 3100 { 3101 "ADValue": "VPCIE_DCM0", "Callouts": [ 3102 { 3103 "CalloutList": [ 3104 { "Priority": "high", "LocCode": "P0-C14" }, 3105 { "Priority": "medium", "LocCode": "P0-C15" }, 3106 { "Priority": "low", "LocCode": "P0" } 3107 ] 3108 } 3109 ] 3110 }, 3111 { 3112 "ADValue": "VPCIE_DCM1", "Callouts": [ 3113 { 3114 "CalloutList": [ 3115 { "Priority": "high", "LocCode": "P0-C23" }, 3116 { "Priority": "medium", "LocCode": "P0-C24" }, 3117 { "Priority": "low", "LocCode": "P0" } 3118 ] 3119 } 3120 ] 3121 } 3122 ] 3123 }, 3124 3125 "Documentation": { 3126 "Description": "The power sequencer chip detected a voltage fault", 3127 "Message": "The power sequencer chip detected a voltage fault", 3128 "Notes": [ 3129 ] 3130 } 3131 }, 3132 3133 { 3134 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N", 3135 "Subsystem": "power", 3136 "Severity": "predictive_redundancy_loss", 3137 "ComponentID": "0x2700", 3138 3139 "SRC": { 3140 "Type": "11", 3141 "ReasonCode": "0x2700", 3142 "Words6To9": {} 3143 }, 3144 3145 "Documentation": { 3146 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 3147 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 3148 "Notes": [ 3149 "CALLOUT_INVENTORY_PATH should be specified in the ", 3150 "AdditionalData property of the event log so that ", 3151 "the device is called out but not the communication path." 3152 ] 3153 } 3154 }, 3155 3156 { 3157 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1", 3158 "Subsystem": "power", 3159 "Severity": "non_error", 3160 "MfgSeverity": "predictive_redundancy_loss", 3161 "ActionFlags": ["report"], 3162 "MfgActionFlags": ["service_action", "report", "call_home"], 3163 "ComponentID": "0x2700", 3164 3165 "SRC": { 3166 "Type": "11", 3167 "ReasonCode": "0x2701", 3168 "Words6To9": {} 3169 }, 3170 3171 "Documentation": { 3172 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 3173 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 3174 "Notes": [ 3175 "CALLOUT_INVENTORY_PATH should be specified in the ", 3176 "AdditionalData property of the event log so that ", 3177 "the device is called out but not the communication path." 3178 ] 3179 } 3180 }, 3181 3182 { 3183 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification", 3184 "Subsystem": "power", 3185 "ComponentID": "0x2700", 3186 3187 "SRC": { 3188 "Type": "11", 3189 "ReasonCode": "0x2900", 3190 "Words6To9": {} 3191 }, 3192 3193 "Documentation": { 3194 "Description": "A write verification error occurred on a device", 3195 "Message": "A write verification error occurred on a device", 3196 "Notes": [ 3197 "This error occurs when a device register is written, ", 3198 "read back, and the two values do not match. This is ", 3199 "also called a read-back error. The device should be ", 3200 "identified using the CALLOUT_DEVICE_PATH or ", 3201 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ", 3202 "AdditionalData property of the event log. This will ", 3203 "cause the device and the hardware in the communication ", 3204 "path to be called out." 3205 ] 3206 } 3207 }, 3208 3209 { 3210 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging", 3211 "Subsystem": "power", 3212 "Severity": "non_error", 3213 "ActionFlags": ["report"], 3214 "ComponentID": "0x2700", 3215 3216 "SRC": { 3217 "Type": "11", 3218 "ReasonCode": "0x4201", 3219 "Words6To9": {} 3220 }, 3221 3222 "Documentation": { 3223 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", 3224 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", 3225 "Notes": [ 3226 ] 3227 } 3228 }, 3229 3230 { 3231 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low", 3232 "Subsystem": "power", 3233 "Severity": "non_error", 3234 "ActionFlags": ["report"], 3235 "ComponentID": "0x2700", 3236 3237 "SRC": { 3238 "Type": "11", 3239 "ReasonCode": "0x4203", 3240 "Words6To9": {} 3241 }, 3242 3243 "Documentation": { 3244 "Description": "The Uninterruptible Power Supply (UPS) battery level is low", 3245 "Message": "The Uninterruptible Power Supply (UPS) battery level is low", 3246 "Notes": [ 3247 ] 3248 } 3249 }, 3250 3251 { 3252 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile", 3253 "Subsystem": "power", 3254 "ComponentID": "0x2700", 3255 3256 "SRC": { 3257 "Type": "11", 3258 "ReasonCode": "0xA013", 3259 "Words6To9": {} 3260 }, 3261 3262 "Callouts": [ 3263 { 3264 "CalloutList": [ 3265 { "Priority": "high", "Procedure": "bmc_code" } 3266 ] 3267 } 3268 ], 3269 3270 "Documentation": { 3271 "Description": "A regulators configuration file error occurred", 3272 "Message": "A regulators configuration file error occurred", 3273 "Notes": [ 3274 "The regulators configuration file could not be found, ", 3275 "could not be read, or had invalid contents." 3276 ] 3277 } 3278 }, 3279 3280 { 3281 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical", 3282 "Subsystem": "power", 3283 "Severity": "critical_system_term", 3284 "ComponentID": "0x2700", 3285 3286 "SRC": { 3287 "Type": "11", 3288 "ReasonCode": "0xA014", 3289 "Words6To9": {} 3290 }, 3291 3292 "Callouts": [ 3293 { 3294 "CalloutList": [ 3295 { "Priority": "high", "Procedure": "bmc_code" } 3296 ] 3297 } 3298 ], 3299 3300 "Documentation": { 3301 "Description": "A critical regulators configuration file error occurred", 3302 "Message": "A critical regulators configuration file error occurred", 3303 "Notes": [ 3304 "The regulators configuration file could not be found, ", 3305 "could not be read, or had invalid contents. As a result ", 3306 "voltage regulators could not be configured, and the ", 3307 "chassis could not be powered on." 3308 ] 3309 } 3310 }, 3311 3312 { 3313 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault", 3314 "Subsystem": "power_sequencer", 3315 "ComponentID": "0x2700", 3316 3317 "SRC": { 3318 "Type": "11", 3319 "ReasonCode": "0xD000", 3320 "Words6To9": {} 3321 }, 3322 3323 "Callouts": [ 3324 { 3325 "CalloutList": [ 3326 { "Priority": "high", "LocCode": "P0" } 3327 ] 3328 } 3329 ], 3330 3331 "Documentation": { 3332 "Description": "The power sequencer chip detected a fault", 3333 "Message": "The power sequencer chip detected a fault", 3334 "Notes": [ 3335 ] 3336 } 3337 }, 3338 3339 { 3340 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout", 3341 "Subsystem": "power_sequencer", 3342 "ComponentID": "0x2700", 3343 "Severity": "critical", 3344 3345 "SRC": { 3346 "Type": "11", 3347 "ReasonCode": "0xD002", 3348 "Words6To9": {} 3349 }, 3350 3351 "Callouts": [ 3352 { 3353 "CalloutList": [ 3354 { "Priority": "high", "LocCode": "P0" } 3355 ] 3356 } 3357 ], 3358 3359 "Documentation": { 3360 "Description": "System power failed to turn on within timeout period", 3361 "Message": "System power failed to turn on within timeout period", 3362 "Notes": [ 3363 ] 3364 } 3365 }, 3366 3367 { 3368 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout", 3369 "Subsystem": "power_sequencer", 3370 "ComponentID": "0x2700", 3371 "Severity": "critical", 3372 3373 "SRC": { 3374 "Type": "11", 3375 "ReasonCode": "0xD008", 3376 "Words6To9": {} 3377 }, 3378 3379 "Callouts": [ 3380 { 3381 "CalloutList": [ 3382 { "Priority": "high", "LocCode": "P0" } 3383 ] 3384 } 3385 ], 3386 3387 "Documentation": { 3388 "Description": "System power failed to turn off within timeout period", 3389 "Message": "System power failed to turn off within timeout period", 3390 "Notes": [ 3391 ] 3392 } 3393 }, 3394 3395 { 3396 "Name": "xyz.openbmc_project.Power.Error.Internal", 3397 "Subsystem": "power", 3398 "ComponentID": "0x2700", 3399 3400 "SRC": { 3401 "Type": "11", 3402 "ReasonCode": "0xE000", 3403 "Words6To9": {} 3404 }, 3405 3406 "Callouts": [ 3407 { 3408 "CalloutList": [ 3409 { "Priority": "high", "Procedure": "bmc_code" } 3410 ] 3411 } 3412 ], 3413 3414 "Documentation": { 3415 "Description": "An internal firmware error occurred", 3416 "Message": "An internal firmware error occurred", 3417 "Notes": [ 3418 "The error details must be provided in the AdditionalData ", 3419 "property of the event log." 3420 ] 3421 } 3422 }, 3423 3424 { 3425 "Name": "xyz.openbmc_project.Power.Error.I2C", 3426 "Subsystem": "cec_i2c", 3427 "ComponentID": "0x2700", 3428 3429 "SRC": { 3430 "Type": "11", 3431 "ReasonCode": "0xE100", 3432 "Words6To9": {} 3433 }, 3434 3435 "Documentation": { 3436 "Description": "An I2C error occurred communicating with a device", 3437 "Message": "An I2C error occurred communicating with a device", 3438 "Notes": [ 3439 "The device should be identified using the ", 3440 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ", 3441 "keywords in the AdditionalData property of the event ", 3442 "log. This will cause the device and the hardware in the ", 3443 "communication path to be called out." 3444 ] 3445 } 3446 }, 3447 3448 { 3449 "Name": "xyz.openbmc_project.Power.Error.PMBus", 3450 "Subsystem": "power", 3451 "ComponentID": "0x2700", 3452 3453 "SRC": { 3454 "Type": "11", 3455 "ReasonCode": "0xE200", 3456 "Words6To9": {} 3457 }, 3458 3459 "Documentation": { 3460 "Description": "A PMBus error occurred on a device", 3461 "Message": "A PMBus error occurred on a device", 3462 "Notes": [ 3463 "This error occurs when the I2C communication was ", 3464 "successful, but the PMBus value read is invalid or ", 3465 "unsupported. CALLOUT_INVENTORY_PATH should be specified ", 3466 "in the AdditionalData property of the event log so that ", 3467 "the device is called out but not the communication path." 3468 ] 3469 } 3470 }, 3471 3472 { 3473 "Name": "xyz.openbmc_project.Power.Error.DBus", 3474 "Subsystem": "power", 3475 "ComponentID": "0x2700", 3476 3477 "SRC": { 3478 "Type": "11", 3479 "ReasonCode": "0xE300", 3480 "Words6To9": {} 3481 }, 3482 3483 "Callouts": [ 3484 { 3485 "CalloutList": [ 3486 { "Priority": "high", "Procedure": "bmc_code" } 3487 ] 3488 } 3489 ], 3490 3491 "Documentation": { 3492 "Description": "A firmware inter-process communication (D-Bus) error occurred", 3493 "Message": "A firmware inter-process communication (D-Bus) error occurred" 3494 } 3495 }, 3496 3497 { 3498 "Name": "xyz.openbmc_project.Fan.Error.Fault", 3499 "Subsystem": "power_fans", 3500 "ComponentID": "0x2800", 3501 3502 "SRC": { 3503 "Type": "11", 3504 "ReasonCode": "0x76F0", 3505 "Words6To9": {} 3506 }, 3507 3508 "Documentation": { 3509 "Description": "Fan rotor fault", 3510 "Message": "Fan rotor fault", 3511 "Notes": [ 3512 "This error occurs when a fan rotor has been faulted for a ", 3513 "certain amount of time. The callout is the fan which is ", 3514 "passed in with CALLOUT_INVENTORY_PATH. The severity is ", 3515 "passed in during creation and will be either informational ", 3516 "or unrecoverable. The action flags use the defaults and ", 3517 "vary based on the severity." 3518 ] 3519 } 3520 }, 3521 3522 { 3523 "Name": "xyz.openbmc_project.Fan.Error.Missing", 3524 "Subsystem": "power_fans", 3525 "ComponentID": "0x2800", 3526 "Severity": "unrecoverable_redundancy_loss", 3527 "ActionFlags": ["service_action", "report", "call_home"], 3528 3529 "SRC": { 3530 "Type": "11", 3531 "ReasonCode": "0x76F1", 3532 "Words6To9": {} 3533 }, 3534 3535 "Callouts": [ 3536 { 3537 "System": "ibm,rainier", 3538 "CalloutList": [ 3539 { 3540 "Priority": "high", 3541 "SymbolicFRUTrusted": "air_mover", 3542 "UseInventoryLocCode": true 3543 }, 3544 { 3545 "Priority": "low", 3546 "LocCode": "P0" 3547 } 3548 ] 3549 }, 3550 { 3551 "System": "ibm,everest", 3552 "CalloutList": [ 3553 { 3554 "Priority": "high", 3555 "SymbolicFRUTrusted": "air_mover", 3556 "UseInventoryLocCode": true 3557 }, 3558 { 3559 "Priority": "low", 3560 "LocCode": "P1" 3561 } 3562 ] 3563 } 3564 ], 3565 3566 "Documentation": { 3567 "Description": "A fan is missing", 3568 "Message": "A fan is missing", 3569 "Notes": [ 3570 "This error occurs when a fan has been missing for a ", 3571 "certain amount of time. The first callout is the ", 3572 "symbolic FRU AIR_MOVR that has the trusted fan location ", 3573 "code, which it gets using the passed in ", 3574 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ", 3575 "where the controller and GPIO expander are." 3576 ] 3577 } 3578 }, 3579 3580 { 3581 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection", 3582 "ComponentID": "0x2800", 3583 "Subsystem": "power_fans", 3584 "Severity": "non_error", 3585 "ActionFlags": ["report"], 3586 "MfgSeverity": "predictive", 3587 "MfgActionFlags": ["service_action", "report"], 3588 3589 "SRC": { 3590 "Type": "11", 3591 "ReasonCode": "0x76F2", 3592 "Words6To9": {} 3593 }, 3594 3595 "Callouts": [ 3596 { 3597 "System": "ibm,rainier", 3598 "CalloutList": [ 3599 {"Priority": "medium", "LocCode": "P0"} 3600 ] 3601 }, 3602 { 3603 "System": "ibm,everest", 3604 "CalloutList": [ 3605 {"Priority": "medium", "LocCode": "P1"} 3606 ] 3607 } 3608 ], 3609 3610 "Documentation": { 3611 "Description": "Presence detect methods for the same fan disagree", 3612 "Message": "Presence detect methods for the same fan disagree", 3613 "Notes": [ 3614 "This error occurs when there is more than one way to detect", 3615 "fan presence, and they don't all agree. For example, the", 3616 "GPIO says a fan isn't present, but the tach readings are", 3617 "nonzero. This is informational, unless in manufacturing.", 3618 "The fan FRU is passed in as a high priority callout.", 3619 "The FRU the GPIO source is on is called out medium." 3620 ] 3621 } 3622 }, 3623 3624 { 3625 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline", 3626 "ComponentID": "0x2800", 3627 "Subsystem": "power_fans", 3628 "Severity": "critical_system_term", 3629 "ActionFlags": ["service_action", "report", "call_home"], 3630 3631 "SRC": { 3632 "Type": "11", 3633 "ReasonCode": "0x76F3", 3634 "Words6To9": {} 3635 }, 3636 3637 "Callouts": [ 3638 { 3639 "System": "ibm,rainier", 3640 "CalloutList": [ 3641 {"Priority": "high", "LocCode": "P0-C5"}, 3642 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"}, 3643 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"}, 3644 {"Priority": "low", "LocCode": "P0"} 3645 ] 3646 }, 3647 { 3648 "System": "ibm,everest", 3649 "CalloutList": [ 3650 {"Priority": "high", "LocCode": "P0-C0"}, 3651 {"Priority": "medium", "LocCode": "P1"}, 3652 {"Priority": "low", "LocCode": "P0"} 3653 ] 3654 } 3655 ], 3656 3657 "Documentation": { 3658 "Description": "The fan controller device is offline", 3659 "Message": "The fan controller is offline. The system must be powered off.", 3660 "Notes": [ 3661 "The device that controls the fans is offline so the fan", 3662 "targets and speeds are unknown. The system will be shut", 3663 "down to preserve thermal safety. There may be an I2C", 3664 "or power problem with the device." 3665 ] 3666 } 3667 }, 3668 3669 { 3670 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable", 3671 "Subsystem": "power_fans", 3672 "ComponentID": "0x2800", 3673 "Severity": "unrecoverable_redundancy_loss", 3674 "ActionFlags": ["service_action", "report", "call_home"], 3675 3676 "SRC": { 3677 "Type": "11", 3678 "ReasonCode": "0x76F4", 3679 "Words6To9": {} 3680 }, 3681 3682 "Callouts": [ 3683 { 3684 "System" : "ibm,rainier", 3685 "CalloutList": [ 3686 {"Priority": "high", "LocCode": "P0-C5"}, 3687 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"}, 3688 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"}, 3689 {"Priority": "low", "LocCode": "P0"} 3690 ] 3691 }, 3692 { 3693 "System" : "ibm,everest", 3694 "CalloutList": [ 3695 {"Priority": "high", "LocCode": "P0-C0"}, 3696 {"Priority": "medium", "LocCode": "P1"}, 3697 {"Priority": "low", "LocCode": "P0"} 3698 ] 3699 } 3700 ], 3701 3702 "Documentation": { 3703 "Description": "Fan GPIO sensors not present", 3704 "Message": "Fan GPIO sensors not present", 3705 "Notes": [ 3706 "The device that reports fan presence is not functioning." 3707 ] 3708 } 3709 }, 3710 3711 { 3712 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh", 3713 "Subsystem": "power", 3714 "ComponentID": "0x2800", 3715 "Severity": "predictive", 3716 "ActionFlags": ["service_action", "report"], 3717 3718 "SRC": { 3719 "ReasonCode": "0x2801", 3720 "Words6To9": {} 3721 }, 3722 3723 "CalloutsUsingAD": { 3724 "ADName": "SENSOR_NAME", 3725 "CalloutsWithTheirADValues": [ 3726 { 3727 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 3728 "Callouts": [ 3729 { 3730 "CalloutList": [ 3731 { "Priority": "high", "SymbolicFRU": "ambient_temp" } 3732 ] 3733 } 3734 ] 3735 } 3736 ] 3737 }, 3738 3739 "Documentation": { 3740 "Description": "A temperature sensor exceeded its performance loss threshold.", 3741 "Message": "A temperature sensor exceeded its performance loss threshold.", 3742 "Notes": [ 3743 "A temperature sensor crossed its performance loss threshold value", 3744 "If it is the ambient sensor, then a symbolic FRU will be added.", 3745 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 3746 "a FRU callout." 3747 ] 3748 } 3749 }, 3750 3751 { 3752 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear", 3753 "Subsystem": "power", 3754 "ComponentID": "0x2800", 3755 "Severity": "non_error", 3756 "ActionFlags": ["report"], 3757 "EventType": "env_normal", 3758 3759 "SRC": { 3760 "ReasonCode": "0x2802", 3761 "Words6To9": {} 3762 }, 3763 3764 "CalloutsUsingAD": { 3765 "ADName": "SENSOR_NAME", 3766 "CalloutsWithTheirADValues": [ 3767 { 3768 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 3769 "Callouts": [ 3770 { 3771 "CalloutList": [ 3772 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } 3773 ] 3774 } 3775 ] 3776 } 3777 ] 3778 }, 3779 3780 "Documentation": { 3781 "Description": "A temperature sensor is under its performance loss threshold.", 3782 "Message": "A temperature sensor is under its performance loss threshold.", 3783 "Notes": [ 3784 "A temperature sensor crossed under its performance loss threshold value", 3785 "If it is the ambient sensor, then a symbolic FRU will be added." 3786 ] 3787 } 3788 }, 3789 3790 { 3791 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh", 3792 "Subsystem": "power", 3793 "ComponentID": "0x2800", 3794 "Severity": "predictive", 3795 "ActionFlags": ["service_action", "report"], 3796 3797 "SRC": { 3798 "ReasonCode": "0x2803", 3799 "Words6To9": {} 3800 }, 3801 3802 "CalloutsUsingAD": { 3803 "ADName": "SENSOR_NAME", 3804 "CalloutsWithTheirADValues": [ 3805 { 3806 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 3807 "Callouts": [ 3808 { 3809 "CalloutList": [ 3810 { "Priority": "high", "SymbolicFRU": "ambient_temp" } 3811 ] 3812 } 3813 ] 3814 } 3815 ] 3816 }, 3817 3818 "Documentation": { 3819 "Description": "A temperature sensor exceeded its warning threshold.", 3820 "Message": "A temperature sensor exceeded its warning threshold.", 3821 "Notes": [ 3822 "A temperature sensor crossed its warning threshold value", 3823 "If it is the ambient sensor, then a symbolic FRU will be added.", 3824 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 3825 "a FRU callout." 3826 ] 3827 } 3828 }, 3829 3830 { 3831 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear", 3832 "Subsystem": "power", 3833 "ComponentID": "0x2800", 3834 "Severity": "non_error", 3835 "ActionFlags": ["report"], 3836 "EventType": "env_normal", 3837 3838 "SRC": { 3839 "ReasonCode": "0x2804", 3840 "Words6To9": {} 3841 }, 3842 3843 "CalloutsUsingAD": { 3844 "ADName": "SENSOR_NAME", 3845 "CalloutsWithTheirADValues": [ 3846 { 3847 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 3848 "Callouts": [ 3849 { 3850 "CalloutList": [ 3851 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } 3852 ] 3853 } 3854 ] 3855 } 3856 ] 3857 }, 3858 3859 "Documentation": { 3860 "Description": "A temperature sensor is under its warning threshold.", 3861 "Message": "A temperature sensor is under its warning threshold.", 3862 "Notes": [ 3863 "A temperature sensor crossed under its warning threshold value", 3864 "If it is the ambient sensor, then a symbolic FRU will be added." 3865 ] 3866 } 3867 }, 3868 3869 { 3870 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh", 3871 "Subsystem": "power", 3872 "ComponentID": "0x2800", 3873 "Severity": "predictive", 3874 "ActionFlags": ["service_action", "report"], 3875 3876 "SRC": { 3877 "ReasonCode": "0x2805", 3878 "Words6To9": {} 3879 }, 3880 3881 "CalloutsUsingAD": { 3882 "ADName": "SENSOR_NAME", 3883 "CalloutsWithTheirADValues": [ 3884 { 3885 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 3886 "Callouts": [ 3887 { 3888 "CalloutList": [ 3889 { "Priority": "high", "SymbolicFRU": "ambient_temp" } 3890 ] 3891 } 3892 ] 3893 } 3894 ] 3895 }, 3896 3897 "Documentation": { 3898 "Description": "A temperature sensor exceeded its critical threshold.", 3899 "Message": "A temperature sensor exceeded its critical threshold.", 3900 "Notes": [ 3901 "A temperature sensor crossed its critical threshold value", 3902 "If it is the ambient sensor, then a symbolic FRU will be added.", 3903 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 3904 "a FRU callout." 3905 ] 3906 } 3907 }, 3908 3909 { 3910 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear", 3911 "Subsystem": "power", 3912 "ComponentID": "0x2800", 3913 "Severity": "non_error", 3914 "ActionFlags": ["report"], 3915 "EventType": "env_normal", 3916 3917 "SRC": { 3918 "ReasonCode": "0x2806", 3919 "Words6To9": {} 3920 }, 3921 3922 "CalloutsUsingAD": { 3923 "ADName": "SENSOR_NAME", 3924 "CalloutsWithTheirADValues": [ 3925 { 3926 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 3927 "Callouts": [ 3928 { 3929 "CalloutList": [ 3930 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } 3931 ] 3932 } 3933 ] 3934 } 3935 ] 3936 }, 3937 3938 "Documentation": { 3939 "Description": "A temperature sensor is under its critical threshold.", 3940 "Message": "A temperature sensor is under its critical threshold.", 3941 "Notes": [ 3942 "A temperature sensor crossed under its critical threshold value", 3943 "If it is the ambient sensor, then a symbolic FRU will be added." 3944 ] 3945 } 3946 }, 3947 3948 { 3949 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh", 3950 "Subsystem": "power", 3951 "ComponentID": "0x2800", 3952 "Severity": "predictive", 3953 "ActionFlags": ["service_action", "report"], 3954 3955 "SRC": { 3956 "ReasonCode": "0x2807", 3957 "Words6To9": {} 3958 }, 3959 3960 "Callouts": [ 3961 { 3962 "CalloutList": [ 3963 { 3964 "Priority": "high", 3965 "SymbolicFRU": "ambient_temp" 3966 } 3967 ] 3968 } 3969 ], 3970 3971 "Documentation": { 3972 "Description": "The ambient temperature passed the EPOW3 limit.", 3973 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.", 3974 "Notes": [ 3975 "This error occurs when the ambient temperature surpassed", 3976 "the EPOW3 shutdown limit." 3977 ] 3978 } 3979 }, 3980 3981 { 3982 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear", 3983 "Subsystem": "power", 3984 "ComponentID": "0x2800", 3985 "Severity": "non_error", 3986 "ActionFlags": ["report"], 3987 "EventType": "env_normal", 3988 3989 "SRC": { 3990 "ReasonCode": "0x2808", 3991 "Words6To9": {} 3992 }, 3993 3994 "Callouts": [ 3995 { 3996 "CalloutList": [ 3997 { 3998 "Priority": "high", 3999 "SymbolicFRU": "ambient_temp_back" 4000 } 4001 ] 4002 } 4003 ], 4004 4005 "Documentation": { 4006 "Description": "The ambient temperature is back under the EPOW3 limit.", 4007 "Message": "The ambient temperature is back under the EPOW3 limit." 4008 } 4009 }, 4010 4011 { 4012 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh", 4013 "Subsystem": "power", 4014 "ComponentID": "0x2800", 4015 "ActionFlags": ["service_action", "report"], 4016 4017 "SRC": { 4018 "ReasonCode": "0x2809", 4019 "Words6To9": {} 4020 }, 4021 4022 "Callouts": [ 4023 { 4024 "CalloutList": [ 4025 { 4026 "Priority": "high", 4027 "SymbolicFRU": "ambient_temp" 4028 } 4029 ] 4030 } 4031 ], 4032 4033 "Documentation": { 4034 "Description": "The ambient temperature passed the EPOW4 limit.", 4035 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down", 4036 "Notes": [ 4037 "This error occurs when the ambient temperature surpassed", 4038 "the EPOW4 shutdown limit." 4039 ] 4040 } 4041 }, 4042 4043 { 4044 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh", 4045 "Subsystem": "ext_env", 4046 "ComponentID": "0x2800", 4047 "Severity": "predictive", 4048 "ActionFlags": ["service_action", "report"], 4049 4050 "SRC": { 4051 "ReasonCode": "0x280A", 4052 "Words6To9": {} 4053 }, 4054 4055 "CalloutsUsingAD": { 4056 "ADName": "SENSOR_NAME", 4057 "CalloutsWithTheirADValues": [ 4058 { 4059 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude", 4060 "Callouts": [ 4061 { 4062 "CalloutList": [ 4063 { "Priority": "high", "SymbolicFRU": "altitude" } 4064 ] 4065 } 4066 ] 4067 } 4068 ] 4069 }, 4070 4071 "Documentation": { 4072 "Description": "An altitude sensor exceeded its warning threshold.", 4073 "Message": "An altitude sensor exceeded its warning threshold.", 4074 "Notes": [ 4075 "The virtual altitude sensor crossed its warning threshold value", 4076 " and a symbolic FRU will be added." 4077 ] 4078 } 4079 }, 4080 4081 { 4082 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear", 4083 "Subsystem": "ext_env", 4084 "ComponentID": "0x2800", 4085 "Severity": "non_error", 4086 "ActionFlags": ["report"], 4087 "EventType": "env_normal", 4088 4089 "SRC": { 4090 "ReasonCode": "0x280B", 4091 "Words6To9": {} 4092 }, 4093 4094 "Documentation": { 4095 "Description": "An altitude sensor is under its warning threshold.", 4096 "Message": "An altitude sensor is under its warning threshold.", 4097 "Notes": [ 4098 "The virtual altitude sensor is under its warning threshold value", 4099 " and a symbolic FRU will be added." 4100 ] 4101 } 4102 }, 4103 4104 { 4105 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow", 4106 "Subsystem": "cec_tod", 4107 "ComponentID": "0x2800", 4108 "Severity": "predictive", 4109 "ActionFlags": ["service_action", "report"], 4110 4111 "SRC": { 4112 "ReasonCode": "0x280C", 4113 "Words6To9": {} 4114 }, 4115 4116 "Documentation": { 4117 "Description": "A voltage sensor went below its critical low threshold.", 4118 "Message": "A voltage sensor went below its critical low threshold." 4119 } 4120 }, 4121 4122 { 4123 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear", 4124 "Subsystem": "cec_tod", 4125 "ComponentID": "0x2800", 4126 "Severity": "non_error", 4127 "ActionFlags": ["report"], 4128 4129 "SRC": { 4130 "ReasonCode": "0x280D", 4131 "Words6To9": {} 4132 }, 4133 4134 "Documentation": { 4135 "Description": "A voltage sensor is over its critical low threshold.", 4136 "Message": "A voltage sensor is over its critical low threshold." 4137 } 4138 }, 4139 4140 { 4141 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow", 4142 "Subsystem": "power", 4143 "ComponentID": "0x2800", 4144 "Severity": "predictive", 4145 "ActionFlags": ["service_action", "report"], 4146 4147 "SRC": { 4148 "ReasonCode": "0x280E", 4149 "Words6To9": {} 4150 }, 4151 4152 "Documentation": { 4153 "Description": "A temperature sensor is under its low warning threshold.", 4154 "Message": "A temperature sensor is under its low warning threshold.", 4155 "Notes": [ 4156 "A temperature sensor crossed its low warning threshold value", 4157 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." 4158 ] 4159 } 4160 }, 4161 4162 { 4163 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear", 4164 "Subsystem": "power", 4165 "ComponentID": "0x2800", 4166 "Severity": "non_error", 4167 "ActionFlags": ["report"], 4168 "EventType": "env_normal", 4169 4170 "SRC": { 4171 "ReasonCode": "0x280F", 4172 "Words6To9": {} 4173 }, 4174 4175 "Documentation": { 4176 "Description": "A temperature sensor is above its low warning threshold.", 4177 "Message": "A temperature sensor is above its low warning threshold.", 4178 "Notes": [ 4179 "A temperature sensor crossed above its low warning threshold value." 4180 ] 4181 } 4182 }, 4183 4184 { 4185 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow", 4186 "Subsystem": "power", 4187 "ComponentID": "0x2800", 4188 "Severity": "predictive", 4189 "ActionFlags": ["service_action", "report"], 4190 4191 "SRC": { 4192 "ReasonCode": "0x2810", 4193 "Words6To9": {} 4194 }, 4195 4196 "Documentation": { 4197 "Description": "A temperature sensor is under its low critical threshold.", 4198 "Message": "A temperature sensor is under its low critical threshold.", 4199 "Notes": [ 4200 "A temperature sensor crossed its low critical threshold value", 4201 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." 4202 ] 4203 } 4204 }, 4205 4206 { 4207 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear", 4208 "Subsystem": "power", 4209 "ComponentID": "0x2800", 4210 "Severity": "non_error", 4211 "ActionFlags": ["report"], 4212 "EventType": "env_normal", 4213 4214 "SRC": { 4215 "ReasonCode": "0x2811", 4216 "Words6To9": {} 4217 }, 4218 4219 "Documentation": { 4220 "Description": "A temperature sensor is over its low critical threshold.", 4221 "Message": "A temperature sensor is over its low critical threshold.", 4222 "Notes": [ 4223 "A temperature sensor crossed above its critical threshold value" 4224 ] 4225 } 4226 }, 4227 4228 { 4229 "Name": "com.ibm.VPD.Error.InvalidEepromPath", 4230 "Subsystem": "cec_vpd", 4231 "ComponentID": "0x4000", 4232 4233 "SRC": { 4234 "ReasonCode": "0x4000", 4235 "Words6To9": 4236 { 4237 "6": 4238 { 4239 "Description": "Errno of the failure.", 4240 "AdditionalDataPropSource": "CALLOUT_ERRNO" 4241 } 4242 } 4243 }, 4244 4245 "Documentation": { 4246 "Description": "A path access error occurred", 4247 "Message": "An EEPROM path access error occurred.", 4248 "Notes": [ 4249 "This error occurs when parser is unable to access", 4250 "EEPROM path. Errno and device path are captured as", 4251 "additional data." 4252 ] 4253 } 4254 }, 4255 4256 { 4257 "Name": "com.ibm.VPD.Error.InvalidVPD", 4258 "Subsystem": "cec_vpd", 4259 "ComponentID": "0x4000", 4260 4261 "SRC": { 4262 "ReasonCode": "0x4001", 4263 "Words6To9": 4264 { 4265 } 4266 }, 4267 4268 "Documentation": { 4269 "Description": "Invalid VPD data.", 4270 "Message": "A VPD data exception occurred.", 4271 "Notes": [ 4272 "This error occurs when VPD data is found to be", 4273 "invalid. This can be when VPD file is missing out", 4274 "mandatory records.Inventory path is captured in", 4275 "additional data." 4276 ] 4277 } 4278 }, 4279 4280 { 4281 "Name": "com.ibm.VPD.Error.EccCheckFailed", 4282 "Subsystem": "cec_vpd", 4283 "ComponentID": "0x4000", 4284 4285 "SRC": { 4286 "ReasonCode": "0x4002", 4287 "Words6To9": 4288 { 4289 } 4290 }, 4291 4292 "Documentation": { 4293 "Description": "Invalid VPD ecc data.", 4294 "Message": "A VPD ecc exception occurred.", 4295 "Notes": [ 4296 "This error occurs when VPD ecc check fails for the FRU.", 4297 "Inventory path for the failed FRU is captured in additonal", 4298 "data." 4299 ] 4300 } 4301 }, 4302 4303 { 4304 "Name": "com.ibm.VPD.Error.InvalidJson", 4305 "Subsystem": "cec_vpd", 4306 "ComponentID": "0x4000", 4307 4308 "SRC": { 4309 "ReasonCode": "0x4003", 4310 "Words6To9": 4311 { 4312 } 4313 }, 4314 4315 "Callouts": [ 4316 { 4317 "CalloutList": [ 4318 { "Priority": "high", "Procedure": "bmc_code" } 4319 ] 4320 } 4321 ], 4322 4323 "Documentation": { 4324 "Description": "Invalid Json", 4325 "Message": "A Json failure occurred.", 4326 "Notes": [ 4327 "This error occurs when parser fails to access", 4328 "Json file or there is any issue with Json data.", 4329 "Failed Json path and cause of failure is captured", 4330 "in additional data." 4331 ] 4332 } 4333 }, 4334 4335 { 4336 "Name": "com.ibm.VPD.Error.BlankSystemVPD", 4337 "Subsystem": "cec_vpd", 4338 "ComponentID": "0x4000", 4339 4340 "SRC": { 4341 "ReasonCode": "0x4004", 4342 "Words6To9": 4343 { 4344 } 4345 }, 4346 4347 "Documentation": { 4348 "Description": "System VPD restore failed", 4349 "Message": "A system VPD restoration error occurred.", 4350 "Notes": [ 4351 "This error occurs when restoring of system VPD fails.", 4352 "The FRU path and reason for failure is captured in", 4353 "additional data." 4354 ] 4355 } 4356 }, 4357 4358 { 4359 "Name": "com.ibm.VPD.Error.DbusFailure", 4360 "Subsystem": "cec_vpd", 4361 "ComponentID": "0x4000", 4362 4363 "SRC": { 4364 "ReasonCode": "0x4005", 4365 "Words6To9": 4366 { 4367 } 4368 }, 4369 4370 "Callouts": [ 4371 { 4372 "CalloutList": [ 4373 { "Priority": "high", "Procedure": "bmc_code" } 4374 ] 4375 } 4376 ], 4377 4378 "Documentation": { 4379 "Description": "Dbus exception", 4380 "Message": "A Dbus internal error occurred.", 4381 "Notes": [ 4382 "This error occurs when Dbus operation fails.", 4383 "Exceptions details are captured in additonal", 4384 "data." 4385 ] 4386 } 4387 }, 4388 4389 { 4390 "Name": "com.ibm.VPD.Error.UnknownSystemType", 4391 "Subsystem": "cec_vpd", 4392 "ComponentID": "0x4000", 4393 4394 "SRC": { 4395 "ReasonCode": "0x4006", 4396 "Words6To9": 4397 { 4398 } 4399 }, 4400 4401 "Callouts": [ 4402 { 4403 "CalloutList": [ 4404 { "Priority": "high", "LocCode": "P0" } 4405 ] 4406 } 4407 ], 4408 4409 "Documentation": { 4410 "Description": "Unknown System Type", 4411 "Message": "System type not supported in DTB table.", 4412 "Notes": [ 4413 "System type comes from combination of HW and IM value of system VPD.", 4414 "If anything gets changed in that combination, then it can't determine", 4415 "the appropriate DTB for that system. Need to check HW and IM keywords." 4416 ] 4417 } 4418 }, 4419 4420 { 4421 "Name": "com.ibm.VPD.Error.GPIOError", 4422 "Subsystem": "cec_vpd", 4423 "ComponentID": "0x4000", 4424 4425 "SRC": { 4426 "ReasonCode": "0x4007", 4427 "Words6To9": 4428 { 4429 } 4430 }, 4431 4432 "Callouts": [ 4433 { 4434 "CalloutList": [ 4435 { "Priority": "high", "Procedure": "bmc_code" } 4436 ] 4437 } 4438 ], 4439 4440 "Documentation": { 4441 "Description": "GPIO line error", 4442 "Message": "GPIO line couldn't be found or read.", 4443 "Notes": [ 4444 "The BMC could not access a GPIO line. This can be a hardware issue", 4445 " or driver issue. Since a hardware or a software issue cannot be", 4446 " differentiated, the BMC code will be called out." 4447 ] 4448 } 4449 }, 4450 4451 { 4452 "Name": "com.ibm.VPD.Error.SystemVPDMismatch", 4453 "Subsystem": "cec_vpd", 4454 "ComponentID": "0x4000", 4455 4456 "SRC": { 4457 "ReasonCode": "0x4008", 4458 "Words6To9": 4459 { 4460 } 4461 }, 4462 4463 "Callouts": [ 4464 { 4465 "CalloutList": [ 4466 { "Priority": "high", "Procedure": "bmc_code" } 4467 ] 4468 } 4469 ], 4470 4471 "Documentation": { 4472 "Description": "System VPD restore failed", 4473 "Message": "A system VPD restoration error occurred.", 4474 "Notes": [ 4475 "This error occurs when restoring of system VPD fails due to", 4476 "mismatch in cache data and hardware data.", 4477 "The record and keyword causing the failure is captured in", 4478 "additional data." 4479 ] 4480 } 4481 }, 4482 4483 { 4484 "Name": "com.ibm.VPD.Error.RequiredFRUMissing", 4485 "Subsystem": "cec_vpd", 4486 "ComponentID": "0x4000", 4487 4488 "SRC": { 4489 "ReasonCode": "0x4009", 4490 "Words6To9": 4491 { 4492 } 4493 }, 4494 4495 "Documentation": { 4496 "Description": "Essential FRU check.", 4497 "Message": "Essential FRU check failed", 4498 "Notes": [ 4499 "This error occurs when VPD manager service detects any", 4500 "missing essential FRU. These are FRUs which are required", 4501 "to be present in the system at the time of power on.", 4502 "The inventory path is captured in additional data." 4503 ] 4504 } 4505 }, 4506 4507 { 4508 "Name": "com.ibm.Panel.Error.InputDevPathFailure", 4509 "Subsystem": "cec_op_panel", 4510 "ComponentID": "0x5000", 4511 4512 "SRC": { 4513 "ReasonCode": "0x5001", 4514 "Words6To9": {} 4515 }, 4516 4517 "Documentation": { 4518 "Description": "Button Handler Failure", 4519 "Message": "Input Device path failure", 4520 "Notes": [ 4521 "Button events will not be processed." 4522 ] 4523 } 4524 }, 4525 4526 { 4527 "Name": "com.ibm.Panel.Error.I2CSetupFailure", 4528 "Subsystem": "cec_op_panel", 4529 "ComponentID": "0x5000", 4530 4531 "SRC": { 4532 "ReasonCode": "0x5002", 4533 "Words6To9": {} 4534 }, 4535 4536 "Documentation": { 4537 "Description": "Panel I2C setup failure", 4538 "Message": "Unable to open device path or ioctl failure", 4539 "Notes": [ 4540 "The Panel is unable to open device", 4541 " path or ioctl failure" 4542 ] 4543 } 4544 }, 4545 4546 { 4547 "Name": "com.ibm.Panel.Error.HostCommunicationError", 4548 "Subsystem": "cec_op_panel", 4549 "ComponentID": "0x5000", 4550 4551 "SRC": { 4552 "ReasonCode": "0x5003", 4553 "Words6To9": {} 4554 }, 4555 4556 "Callouts": [{ 4557 "CalloutList": [{ 4558 "Priority": "high", 4559 "Procedure": "bmc_code" 4560 }] 4561 }], 4562 4563 "Documentation": { 4564 "Description": "Host Communication failure", 4565 "Message": "Error in sending message to host", 4566 "Notes": [ 4567 "Failure from PLDM sending message to", 4568 "Host" 4569 ] 4570 } 4571 }, 4572 4573 { 4574 "Name": "com.ibm.Panel.Error.DbusError", 4575 "Subsystem": "cec_op_panel", 4576 "ComponentID": "0x5000", 4577 4578 "SRC": { 4579 "ReasonCode": "0x5004", 4580 "Words6To9": {} 4581 }, 4582 4583 "Callouts": [{ 4584 "CalloutList": [{ 4585 "Priority": "high", 4586 "Procedure": "bmc_code" 4587 }] 4588 }], 4589 4590 "Documentation": { 4591 "Description": "Dbus exception", 4592 "Message": "A Dbus internal error occurred.", 4593 "Notes": [ 4594 "This error occurs when Dbus operation fails.", 4595 "Exceptions details are captured in additional", 4596 "data." 4597 ] 4598 } 4599 }, 4600 4601 { 4602 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout", 4603 "Subsystem": "cec_sp_hostboot_iface", 4604 4605 "SRC": 4606 { 4607 "ReasonCode": "0xC101", 4608 "Words6To9": 4609 { 4610 } 4611 }, 4612 4613 "Documentation": 4614 { 4615 "Description": "Host did not respond within the watchdog timeout interval", 4616 "Message": "Host did not respond before the watchdog timeout interval expired", 4617 "Notes": [ 4618 "Host did not respond before the expiry of the watchdog timeout interval.", 4619 "Collecting hostboot dump." 4620 ] 4621 } 4622 }, 4623 4624 { 4625 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible", 4626 "Subsystem": "bmc_firmware", 4627 "ComponentID": "0x3600", 4628 "SRC": 4629 { 4630 "ReasonCode": "0x3601", 4631 "Words6To9": 4632 { 4633 } 4634 }, 4635 4636 "Callouts": [ 4637 { 4638 "CalloutList": [ 4639 { "Priority": "high", "Procedure": "bmc_code" } 4640 ] 4641 } 4642 ], 4643 4644 "Documentation": 4645 { 4646 "Description": "A system component has a software version that is incompatible.", 4647 "Message": "A system component has a software version that is incompatible." 4648 } 4649 }, 4650 4651 { 4652 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists", 4653 "Subsystem": "bmc_firmware", 4654 "ComponentID": "0x3600", 4655 "SRC": 4656 { 4657 "ReasonCode": "0x3602", 4658 "Words6To9": 4659 { 4660 } 4661 }, 4662 4663 "Callouts": [ 4664 { 4665 "CalloutList": [ 4666 { "Priority": "high", "Procedure": "bmc_code" } 4667 ] 4668 } 4669 ], 4670 4671 "Documentation": 4672 { 4673 "Description": "This image version already exists on the device.", 4674 "Message": "This image version already exists on the device." 4675 } 4676 }, 4677 4678 { 4679 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure", 4680 "Subsystem": "bmc_firmware", 4681 "ComponentID": "0x3600", 4682 "SRC": 4683 { 4684 "ReasonCode": "0x3603", 4685 "Words6To9": 4686 { 4687 } 4688 }, 4689 4690 "Callouts": [ 4691 { 4692 "CalloutList": [ 4693 { "Priority": "high", "Procedure": "bmc_code" } 4694 ] 4695 } 4696 ], 4697 4698 "Documentation": 4699 { 4700 "Description": "An error occurred during untar.", 4701 "Message": "An error occurred during untar." 4702 } 4703 }, 4704 4705 { 4706 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure", 4707 "Subsystem": "bmc_firmware", 4708 "ComponentID": "0x3600", 4709 "SRC": 4710 { 4711 "ReasonCode": "0x3604", 4712 "Words6To9": 4713 { 4714 } 4715 }, 4716 4717 "Callouts": [ 4718 { 4719 "CalloutList": [ 4720 { "Priority": "high", "Procedure": "bmc_code" } 4721 ] 4722 } 4723 ], 4724 4725 "Documentation": 4726 { 4727 "Description": "An error occurred when reading the software image Manifest file.", 4728 "Message": "An error occurred when reading the software image Manifest file." 4729 } 4730 }, 4731 4732 { 4733 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure", 4734 "Subsystem": "bmc_firmware", 4735 "ComponentID": "0x3600", 4736 "SRC": 4737 { 4738 "ReasonCode": "0x3605", 4739 "Words6To9": 4740 { 4741 } 4742 }, 4743 4744 "Callouts": [ 4745 { 4746 "CalloutList": [ 4747 { "Priority": "high", "Procedure": "bmc_code" } 4748 ] 4749 } 4750 ], 4751 4752 "Documentation": 4753 { 4754 "Description": "The operation failed internally during processing the image.", 4755 "Message": "The operation failed internally during processing the image." 4756 } 4757 }, 4758 4759 { 4760 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure", 4761 "Subsystem": "bmc_firmware", 4762 "ComponentID": "0x3600", 4763 "SRC": 4764 { 4765 "ReasonCode": "0x3606", 4766 "Words6To9": 4767 { 4768 } 4769 }, 4770 4771 "Callouts": [ 4772 { 4773 "CalloutList": [ 4774 { "Priority": "high", "Procedure": "bmc_code" } 4775 ] 4776 } 4777 ], 4778 4779 "Documentation": 4780 { 4781 "Description": "An error occurred processing the image.", 4782 "Message": "An error occurred processing the image." 4783 } 4784 }, 4785 4786 { 4787 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure", 4788 "Subsystem": "bmc_firmware", 4789 "ComponentID": "0x3600", 4790 "SRC": 4791 { 4792 "ReasonCode": "0x3607", 4793 "Words6To9": 4794 { 4795 } 4796 }, 4797 4798 "Callouts": [ 4799 { 4800 "CalloutList": [ 4801 { "Priority": "high", "Procedure": "bmc_code" } 4802 ] 4803 } 4804 ], 4805 4806 "Documentation": 4807 { 4808 "Description": "The device is busy during the update.", 4809 "Message": "The device is busy during the update." 4810 } 4811 }, 4812 4813 { 4814 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey", 4815 "Subsystem": "bmc_firmware", 4816 "ComponentID": "0x3600", 4817 "SRC": 4818 { 4819 "ReasonCode": "0x3608", 4820 "Words6To9": 4821 { 4822 } 4823 }, 4824 4825 "Callouts": [ 4826 { 4827 "CalloutList": [ 4828 { "Priority": "high", "Procedure": "bmc_code" } 4829 ] 4830 } 4831 ], 4832 4833 "Documentation": 4834 { 4835 "Description": "The Update Access Key has expired.", 4836 "Message": "The Update Access Key has expired." 4837 } 4838 }, 4839 4840 { 4841 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature", 4842 "Subsystem": "bmc_firmware", 4843 "ComponentID": "0x3600", 4844 "SRC": 4845 { 4846 "ReasonCode": "0x3609", 4847 "Words6To9": 4848 { 4849 } 4850 }, 4851 4852 "Callouts": [ 4853 { 4854 "CalloutList": [ 4855 { "Priority": "high", "Procedure": "bmc_code" } 4856 ] 4857 } 4858 ], 4859 4860 "Documentation": 4861 { 4862 "Description": "The software image has an invalid signature.", 4863 "Message": "The software image has an invalid signature" 4864 } 4865 }, 4866 4867 { 4868 "Name" : "xyz.openbmc_project.Software.Version.Error.HostFile", 4869 "Subsystem" : "bmc_firmware", 4870 "ComponentID" : "0x3600", 4871 4872 "SRC" : 4873 { 4874 "ReasonCode" : "0x360A", 4875 "Words6To9": 4876 { 4877 "6": 4878 { 4879 "Description" : "Size of the current running partition", 4880 "AdditionalDataPropSource" : "CURRENT_FILE_SIZE" 4881 }, 4882 "7": 4883 { 4884 "Description" : "Size of the read only partition", 4885 "AdditionalDataPropSource" : "EXPECTED_FILE_SIZE" 4886 } 4887 } 4888 }, 4889 "Callouts": [ 4890 { 4891 "CalloutList": [ 4892 { "Priority": "high", "Procedure": "bmc_code" } 4893 ] 4894 } 4895 ], 4896 "Documentation" : 4897 { 4898 "Description" : "Corrupted or changed preserved file", 4899 "Message" : "Partition was not preserved on reboot", 4900 "Notes" : [ 4901 "This error may occur if one of the partitions marked", 4902 "PRESERVED is either corrupted, or a change of size is ", 4903 "desired for a particular partition." 4904 ] 4905 } 4906 }, 4907 4908 { 4909 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail", 4910 "Subsystem": "bmc_firmware", 4911 "ComponentID": "0x6000", 4912 "Severity": "predictive", 4913 "SRC": 4914 { 4915 "ReasonCode": "0x6001", 4916 "Words6To9": 4917 { 4918 } 4919 }, 4920 "Callouts": [ 4921 { 4922 "CalloutList": [ 4923 { "Priority": "high", "Procedure": "bmc_code" } 4924 ] 4925 } 4926 ], 4927 4928 "Documentation": 4929 { 4930 "Description": "Failed to get the requested dump object path.", 4931 "Message": "Failed to get the requested dump object path from the system." 4932 } 4933 }, 4934 { 4935 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail", 4936 "Subsystem": "bmc_firmware", 4937 "ComponentID": "0x6000", 4938 "Severity": "unrecoverable", 4939 "SRC": 4940 { 4941 "ReasonCode": "0x6002", 4942 "Words6To9": 4943 { 4944 } 4945 }, 4946 "Callouts": [ 4947 { 4948 "CalloutList": [ 4949 { "Priority": "high", "Procedure": "bmc_code" } 4950 ] 4951 } 4952 ], 4953 "Documentation": 4954 { 4955 "Description": "Failed to make a new dump notify request to the dump manager application.", 4956 "Message": "Failed to make a new dump notify request to the dump manager application." 4957 } 4958 }, 4959 { 4960 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail", 4961 "Subsystem": "bmc_firmware", 4962 "ComponentID": "0x6000", 4963 "Severity": "unrecoverable", 4964 "SRC": 4965 { 4966 "ReasonCode": "0x6003", 4967 "Words6To9": 4968 { 4969 } 4970 }, 4971 "Callouts": [ 4972 { 4973 "CalloutList": [ 4974 { "Priority": "high", "Procedure": "bmc_code" } 4975 ] 4976 } 4977 ], 4978 "Documentation": 4979 { 4980 "Description": "Failed to get the dump offload URI path from the dump entry.", 4981 "Message": "Failed to get the dump offload URI path from the dump entry." 4982 } 4983 }, 4984 { 4985 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail", 4986 "Subsystem": "bmc_firmware", 4987 "ComponentID": "0x6000", 4988 "Severity": "non_error", 4989 "SRC": 4990 { 4991 "ReasonCode": "0x6004", 4992 "Words6To9": 4993 { 4994 } 4995 }, 4996 "Callouts": [ 4997 { 4998 "CalloutList": [ 4999 { "Priority": "medium", "Procedure": "bmc_code" } 5000 ] 5001 } 5002 ], 5003 "Documentation": 5004 { 5005 "Description": "The hypervisor rejected the request to initiate a new resource dump.", 5006 "Message": "The hypervisor rejected the request to initiate a new resource dump." 5007 } 5008 }, 5009 { 5010 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail", 5011 "Subsystem": "bmc_firmware", 5012 "ComponentID": "0x6000", 5013 "Severity": "unrecoverable", 5014 "SRC": 5015 { 5016 "ReasonCode": "0x6005", 5017 "Words6To9": 5018 { 5019 } 5020 }, 5021 "Callouts": [ 5022 { 5023 "CalloutList": [ 5024 { "Priority": "high", "Procedure": "bmc_code" } 5025 ] 5026 } 5027 ], 5028 "Documentation": 5029 { 5030 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.", 5031 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted." 5032 } 5033 }, 5034 { 5035 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail", 5036 "Subsystem": "bmc_firmware", 5037 "ComponentID": "0x6000", 5038 "Severity": "unrecoverable", 5039 "SRC": 5040 { 5041 "ReasonCode": "0x6006", 5042 "Words6To9": 5043 { 5044 } 5045 }, 5046 "Callouts": [ 5047 { 5048 "CalloutList": [ 5049 { "Priority": "high", "Procedure": "bmc_code" } 5050 ] 5051 } 5052 ], 5053 "Documentation": 5054 { 5055 "Description": "Failed to carry out the dump delete request from the hypervisor.", 5056 "Message": "Failed to carry out the dump delete request from the hypervisor." 5057 } 5058 }, 5059 { 5060 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail", 5061 "Subsystem": "bmc_firmware", 5062 "ComponentID": "0x6000", 5063 "Severity": "unrecoverable", 5064 "SRC": 5065 { 5066 "ReasonCode": "0x6007", 5067 "Words6To9": 5068 { 5069 } 5070 }, 5071 "Callouts": [ 5072 { 5073 "CalloutList": [ 5074 { "Priority": "high", "Procedure": "bmc_code" } 5075 ] 5076 } 5077 ], 5078 "Documentation": 5079 { 5080 "Description": "Failed to set the dump offloaded completion flag in the dump entry.", 5081 "Message": "Failed to set the dump offloaded completion flag in the dump entry." 5082 } 5083 }, 5084 { 5085 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail", 5086 "Subsystem": "bmc_firmware", 5087 "ComponentID": "0x6000", 5088 "Severity": "unrecoverable", 5089 "SRC": 5090 { 5091 "ReasonCode": "0x6008", 5092 "Words6To9": 5093 { 5094 } 5095 }, 5096 "Callouts": [ 5097 { 5098 "CalloutList": [ 5099 { "Priority": "high", "Procedure": "bmc_code" } 5100 ] 5101 } 5102 ], 5103 "Documentation": 5104 { 5105 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.", 5106 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor." 5107 } 5108 }, 5109 { 5110 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail", 5111 "Subsystem": "bmc_firmware", 5112 "ComponentID": "0x6000", 5113 "Severity": "unrecoverable", 5114 "SRC": 5115 { 5116 "ReasonCode": "0x6009", 5117 "Words6To9": 5118 { 5119 } 5120 }, 5121 "Callouts": [ 5122 { 5123 "CalloutList": [ 5124 { "Priority": "high", "Procedure": "bmc_code" } 5125 ] 5126 } 5127 ], 5128 "Documentation": 5129 { 5130 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.", 5131 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor." 5132 } 5133 }, 5134 { 5135 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail", 5136 "Subsystem": "bmc_firmware", 5137 "ComponentID": "0x6000", 5138 "Severity": "non_error", 5139 "SRC": 5140 { 5141 "ReasonCode": "0x6010", 5142 "Words6To9": 5143 { 5144 } 5145 }, 5146 "Callouts": [ 5147 { 5148 "CalloutList": [ 5149 { "Priority": "medium", "Procedure": "bmc_code" } 5150 ] 5151 } 5152 ], 5153 "Documentation": 5154 { 5155 "Description": "Could not create a new resource dump due to hypervisor verification failed.", 5156 "Message": "Could not create a new resource dump due to hypervisor verification failed." 5157 } 5158 }, 5159 { 5160 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail", 5161 "Subsystem": "bmc_firmware", 5162 "ComponentID": "0x6000", 5163 "Severity": "unrecoverable", 5164 "SRC": 5165 { 5166 "ReasonCode": "0x6011", 5167 "Words6To9": 5168 { 5169 } 5170 }, 5171 "Callouts": [ 5172 { 5173 "CalloutList": [ 5174 { "Priority": "high", "Procedure": "bmc_code" } 5175 ] 5176 } 5177 ], 5178 "Documentation": 5179 { 5180 "Description": "Failed to set the dump offload completion flag in the dump entry details.", 5181 "Message": "Failed to set the dump offload completion flag in the dump entry details." 5182 } 5183 }, 5184 { 5185 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail", 5186 "Subsystem": "bmc_firmware", 5187 "ComponentID": "0x6000", 5188 "Severity": "unrecoverable", 5189 "SRC": 5190 { 5191 "ReasonCode": "0x6012", 5192 "Words6To9": 5193 { 5194 } 5195 }, 5196 "Callouts": [ 5197 { 5198 "CalloutList": [ 5199 { "Priority": "high", "Procedure": "bmc_code" } 5200 ] 5201 } 5202 ], 5203 "Documentation": 5204 { 5205 "Description": "Failed to notify a new dump available request.", 5206 "Message": "Failed to notify a new dump available request." 5207 } 5208 }, 5209 { 5210 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail", 5211 "Subsystem": "bmc_firmware", 5212 "ComponentID": "0x6000", 5213 "Severity": "unrecoverable", 5214 "SRC": 5215 { 5216 "ReasonCode": "0x6013", 5217 "Words6To9": 5218 { 5219 } 5220 }, 5221 "Callouts": [ 5222 { 5223 "CalloutList": [ 5224 { "Priority": "high", "Procedure": "bmc_code" } 5225 ] 5226 } 5227 ], 5228 "Documentation": 5229 { 5230 "Description": "Failed to send the resource dump parameters for a new dump initiation.", 5231 "Message": "Failed to send the resource dump parameters for a new dump initiation." 5232 } 5233 }, 5234 { 5235 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail", 5236 "Subsystem": "bmc_firmware", 5237 "ComponentID": "0x6000", 5238 "Severity": "unrecoverable", 5239 "SRC": 5240 { 5241 "ReasonCode": "0x6014", 5242 "Words6To9": 5243 { 5244 } 5245 }, 5246 "Callouts": [ 5247 { 5248 "CalloutList": [ 5249 { "Priority": "high", "Procedure": "bmc_code" } 5250 ] 5251 } 5252 ], 5253 "Documentation": 5254 { 5255 "Description": "Failed to send the certificate/license file to the host.", 5256 "Message": "Failed to send the certificate/license file to the host." 5257 } 5258 }, 5259 { 5260 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail", 5261 "Subsystem": "bmc_firmware", 5262 "ComponentID": "0x6000", 5263 "Severity": "unrecoverable", 5264 "SRC": 5265 { 5266 "ReasonCode": "0x6015", 5267 "Words6To9": 5268 { 5269 } 5270 }, 5271 "Callouts": [ 5272 { 5273 "CalloutList": [ 5274 { "Priority": "high", "Procedure": "bmc_code" } 5275 ] 5276 } 5277 ], 5278 "Documentation": 5279 { 5280 "Description": "Failed to decode the response of certificate/license file sent to the host.", 5281 "Message": "Failed to decode the response of certificate/license file sent to the host." 5282 } 5283 }, 5284 { 5285 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail", 5286 "Subsystem": "bmc_firmware", 5287 "ComponentID": "0x6000", 5288 "Severity": "unrecoverable", 5289 "SRC": 5290 { 5291 "ReasonCode": "0x6016", 5292 "Words6To9": 5293 { 5294 } 5295 }, 5296 "Callouts": [ 5297 { 5298 "CalloutList": [ 5299 { "Priority": "high", "Procedure": "bmc_code" } 5300 ] 5301 } 5302 ], 5303 "Documentation": 5304 { 5305 "Description": "Failed to send the new certificate/license file to the host.", 5306 "Message": "Failed to send the new certificate/license file to the host." 5307 } 5308 }, 5309 { 5310 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed", 5311 "Subsystem": "bmc_firmware", 5312 "ComponentID": "0x6000", 5313 "Severity": "unrecoverable", 5314 "SRC": 5315 { 5316 "ReasonCode": "0x6017", 5317 "Words6To9": 5318 { 5319 } 5320 }, 5321 5322 "Callouts": [ 5323 { 5324 "CalloutList": [ 5325 { "Priority": "high", "Procedure": "bmc_code" } 5326 ] 5327 } 5328 ], 5329 "Documentation": 5330 { 5331 "Description": "Failed to set state effecter states.", 5332 "Message": "Failed to set state effecter states." 5333 } 5334 }, 5335 { 5336 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail", 5337 "Subsystem": "bmc_firmware", 5338 "ComponentID": "0x6000", 5339 "Severity": "unrecoverable", 5340 "SRC": 5341 { 5342 "ReasonCode": "0x6018", 5343 "Words6To9": 5344 { 5345 } 5346 }, 5347 "Callouts": [ 5348 { 5349 "CalloutList": [ 5350 { "Priority": "high", "Procedure": "bmc_code" } 5351 ] 5352 } 5353 ], 5354 "Documentation": 5355 { 5356 "Description": "Failed to parse PDR JSON file.", 5357 "Message": "Failed to parse PDR JSON file." 5358 } 5359 }, 5360 { 5361 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail", 5362 "Subsystem": "bmc_firmware", 5363 "ComponentID": "0x6000", 5364 "Severity": "unrecoverable", 5365 "SRC": 5366 { 5367 "ReasonCode": "0x6019", 5368 "Words6To9": 5369 { 5370 } 5371 }, 5372 "Callouts": [ 5373 { 5374 "CalloutList": [ 5375 { "Priority": "high", "Procedure": "bmc_code" } 5376 ] 5377 } 5378 ], 5379 "Documentation": 5380 { 5381 "Description": "Failed to get state sensor PDR state.", 5382 "Message": "Failed to get state sensor PDR state." 5383 } 5384 }, 5385 { 5386 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail", 5387 "Subsystem": "bmc_firmware", 5388 "ComponentID": "0x6000", 5389 "Severity": "unrecoverable", 5390 "SRC": 5391 { 5392 "ReasonCode": "0x6020", 5393 "Words6To9": 5394 { 5395 } 5396 }, 5397 "Callouts": [ 5398 { 5399 "CalloutList": [ 5400 { "Priority": "high", "Procedure": "bmc_code" } 5401 ] 5402 } 5403 ], 5404 "Documentation": 5405 { 5406 "Description": "Failed to encode state sensor request.", 5407 "Message": "Failed to encode state sensor request." 5408 } 5409 }, 5410 { 5411 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure", 5412 "Subsystem": "bmc_firmware", 5413 "ComponentID": "0x6000", 5414 "Severity": "unrecoverable", 5415 "SRC": 5416 { 5417 "ReasonCode": "0x6021", 5418 "Words6To9": 5419 { 5420 } 5421 }, 5422 "Callouts": [ 5423 { 5424 "CalloutList": [ 5425 { "Priority": "high", "Procedure": "bmc_code" } 5426 ] 5427 } 5428 ], 5429 "Documentation": 5430 { 5431 "Description": "Failed to subscribe for concurrent maintenance of FRU.", 5432 "Message": "Failed to subscribe for concurrent maintenance of FRU." 5433 } 5434 }, 5435 { 5436 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail", 5437 "Subsystem": "bmc_firmware", 5438 "ComponentID": "0x6000", 5439 "Severity": "non_error", 5440 "SRC": 5441 { 5442 "ReasonCode": "0x6022", 5443 "Words6To9": 5444 { 5445 } 5446 }, 5447 "Callouts": [ 5448 { 5449 "CalloutList": [ 5450 { "Priority": "high", "Procedure": "bmc_code" } 5451 ] 5452 } 5453 ], 5454 "Documentation": 5455 { 5456 "Description": "Host did not send a surveillance ping within stipulated timeout interval.", 5457 "Message": "Host did not send a surveillance ping within stipulated timeout interval." 5458 } 5459 }, 5460 { 5461 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail", 5462 "Subsystem": "bmc_firmware", 5463 "ComponentID": "0x6000", 5464 "Severity": "unrecoverable", 5465 "SRC": 5466 { 5467 "ReasonCode": "0x6023", 5468 "Words6To9": 5469 { 5470 } 5471 }, 5472 "Callouts": [ 5473 { 5474 "CalloutList": [ 5475 { "Priority": "high", "Procedure": "bmc_code" } 5476 ] 5477 } 5478 ], 5479 "Documentation": 5480 { 5481 "Description": "Failed to reset the dump offload URI path from the dump entry.", 5482 "Message": "Failed to reset the dump offload URI path from the dump entry." 5483 } 5484 }, 5485 { 5486 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut", 5487 "Subsystem": "bmc_firmware", 5488 "ComponentID": "0x6000", 5489 "Severity": "unrecoverable", 5490 "SRC": 5491 { 5492 "ReasonCode": "0x6024", 5493 "Words6To9": 5494 { 5495 } 5496 }, 5497 "Callouts": [ 5498 { 5499 "CalloutList": [ 5500 { "Priority": "high", "Procedure": "bmc_code" } 5501 ] 5502 } 5503 ], 5504 "Documentation": 5505 { 5506 "Description": "Host failed to complete the power off gracefully within the timeout.", 5507 "Message": "Host failed to complete the power off gracefully within the timeout." 5508 } 5509 } 5510 ] 5511} 5512