Fill in voltage fault checking code

Fill in the code to check for a voltage fault.  This is where
the power sequencer device detects that one of its child
devices has a bad voltage.  A separate error log will be created
for each voltage rail that has a fault.  Each rail will only have
an error logged against it once for the lifetime of the object.

There will be support documentation that maps the failing rail
name to the hardware that the rail corresponds to.

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