Add GPU errors

Add GPU power fault and overtemp errors.

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