Add power on error

This error will be created when PGOOD doesn't
come up during a power on.

Change-Id: I963ec22651598bdb14405e41bcf314c7bbab7f6c
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
3 files changed
tree: 12730032561f6bc78c593b80665538483b584341
  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`.