Enable host debug procedure for all power version

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I429ea10623029275f4dde49b49f603adfaa681c5
1 file changed
tree: 566e0a682880995344045561ead21bcb6dc6dc2f
  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. p10_cfam.hpp
  22. p9_cfam.hpp
  23. pcie-poweroff@.service.in
  24. proc_control.cpp
  25. README.md
  26. registration.cpp
  27. registration.hpp
  28. set-spi-mux.service.in
  29. targeting.cpp
  30. targeting.hpp
  31. 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`.