Add Shutdown error

This error is for when the system had to be shut down
due to a power fault to avoid leaving the system in a
possibly dangerous state.

The elog-errors.hpp header file was generated by running
phosphor-logging/tools/elog-gen.py against the yaml.

Change-Id: I6fd7b9562cb3e0c8b32bcd1a18934d250a3ac896
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
5 files changed
tree: 2dcf7b9d87067ecc95485fadb4d7c735e2a5f882
  1. xyz/
  2. .gitignore
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. device.hpp
  7. device_monitor.hpp
  8. elog-errors.hpp
  9. event.hpp
  10. LICENSE
  11. Makefile.am
  12. pmbus.cpp
  13. pmbus.hpp
  14. README.md
  15. timer.cpp
  16. timer.hpp
  17. utility.cpp
  18. utility.hpp
README.md

Code for detecting and analyzing power faults on Witherspoon.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.