warm-reboot: cfam-reset service

This service will be installed into the appropriate targets by the
op-proc-control.bb.

Tested: Built image with all warm-reboot code and verified warm reboots
worked as expected on a witherspoon.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I9aa616a7412fde6062163b4f06bb368bcc7343eb
3 files changed
tree: 0c7c7d013d974a740a220aa404725b004fe83633
  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-cfam-reset.service.in
  22. op-stop-instructions@.service.in
  23. p10_cfam.hpp
  24. p9_cfam.hpp
  25. pcie-poweroff@.service.in
  26. proc_control.cpp
  27. README.md
  28. registration.cpp
  29. registration.hpp
  30. set-spi-mux.service.in
  31. targeting.cpp
  32. targeting.hpp
  33. 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`.