Remove the witherspoon prefix from the PSU monitor

The Swift system is a follow-on to the Witherspoon system. The plan is
to re-use the power supply monitor application on Swift, while
continuing to work on Witherspoon systems. Removing the witherspoon
prefix from the app to avoid confusion.

Tested: Built and flashed image to Witherspoon system. Verified power
sequencer and power supply monitor logged errors via 'obmcutil
chassiskill' command.

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