warm reboot: stop instructions support

When shutting down the host it is good to always stop instructions on
the processors to ensure all activity has halted prior to starting a
shutdown or reboot.

Eventually this service will migrate over to using an ecmd API but until
that is ready, just use pdbg

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I1b81aa16c37124d7671eb84bbbc22cddd0a05e3f
3 files changed
tree: 17d741592818485caee037b7c2bd93e27a7f1f78
  1. procedures/
  2. test/
  3. .clang-format
  4. .gitignore
  5. bootstrap.sh
  6. cfam_access.cpp
  7. cfam_access.hpp
  8. configure.ac
  9. ext_interface.cpp
  10. ext_interface.hpp
  11. filedescriptor.cpp
  12. filedescriptor.hpp
  13. gen_makefile.sh
  14. LICENSE
  15. MAINTAINERS
  16. Makefile.am
  17. Makefile.generated.in
  18. nmi_interface.cpp
  19. nmi_interface.hpp
  20. nmi_main.cpp
  21. op-stop-instructions@.service.in
  22. p10_cfam.hpp
  23. p9_cfam.hpp
  24. pcie-poweroff@.service.in
  25. proc_control.cpp
  26. README.md
  27. registration.cpp
  28. registration.hpp
  29. set-spi-mux.service.in
  30. targeting.cpp
  31. targeting.hpp
  32. xyz.openbmc_project.Control.Host.NMI.service.in
README.md

Contains procedures that interact with the OpenPower nest chipset.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To build with phal feature:
    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi
    3. make

To clean the repository run `./bootstrap.sh clean`.