Skip other fault checks if inputFault count bump

If an input fault was seen and we have started bumping the counter, do
not bother checking the other faults that occur while power is supposed
to be on. The power good will be de-asserted, than fans will likely
start spinning down, we cannot have an input over-current with no input
current, etc.

Resolves: openbmc/openbmc#2873

Change-Id: Ic8a14cbd0472229b618f63c9e829bc5468d44100
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
1 file changed
tree: e62707c160aeec60f2ea9d883435902017b31cf7
  1. org/
  2. power-sequencer/
  3. power-supply/
  4. test/
  5. .gitignore
  6. argument.hpp
  7. bootstrap.sh
  8. configure.ac
  9. device.hpp
  10. device_monitor.hpp
  11. elog-errors.hpp
  12. event.hpp
  13. file.hpp
  14. gpio.cpp
  15. gpio.hpp
  16. LICENSE
  17. Makefile.am
  18. names_values.hpp
  19. pmbus.cpp
  20. pmbus.hpp
  21. README.md
  22. timer.cpp
  23. timer.hpp
  24. utility.cpp
  25. 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`.