Shutdown system on GPU over-temps

Resolves openbmc/openbmc#1726

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